Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 828 running config

Status
Not open for further replies.

nobby8

Technical User
Nov 26, 2004
1
GB
Hi we have upgraded our ADSL line to g.shdsl and we are planning to use a Cisco 828 as the router/VPN device.

We are having difficulty with the g.shdsl settings in the script. I wonder if anyone can post me running config for this router so we can compare the settings (we are using BT's sdsl service in the UK) or suggest what we might do to find out what settings are required. We have tried to talk to the telco (BT) but they are as useless as always.

Many thanks

Ian
 
Did you ever get a config etc??? if so i would appreciate a copy of the config etc...

Matt
 
I would start by using the web based setup for dialup settings.

Heres a config that works (except the damn VPN pass through)..

Current configuration : 2470 bytes
!
version 12.3
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname i-83-X-Y-Z
!
boot-start-marker
boot system flash c828-oy6-mz.123-11.T3.bin
boot-end-marker
!
enable secret 5 xxxx
!
username admin password 7 xxxx
no aaa new-model
ip subnet-zero
!
!
ip cef
ip domain name myisp.net
ip name-server 194.X.Y.Z
ip name-server 194.X.Y.Z
ip inspect udp idle-time 180
ip inspect tcp idle-time 7500
ip inspect name f2s sip
ip inspect name f2s ftp
ip inspect name f2s icmp
ip inspect name f2s tcp
ip inspect name f2s udp
!
!
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
no cdp enable
hold-queue 100 out
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl equipment-type CPE
dsl operating-mode GSHDSL symmetric annex B
dsl linerate AUTO
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Dialer1
ip address negotiated
ip access-group 150 in
ip accounting output-packets
ip nat outside
ip inspect f2s out
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname xxxx
ppp chap password 7 xxxx
ppp pap sent-username xxxx password 7 xxxx
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip http server
!
ip nat inside source list 1 interface Dialer1 overload
ip nat inside source static tcp 192.168.1.2 443 83.X.Y.Z 443 extendable
ip nat inside source static udp 192.168.1.2 443 83.X.Y.Z 443 extendable
ip nat inside source static tcp 192.168.1.2 1723 83.X.Y.Z 1723 extendable
ip nat inside source static udp 192.168.1.2 1723 83.X.Y.Z 1723 extendable
!
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 150 permit tcp any host 83.X.Y.Z eq 443
access-list 150 permit udp any host 83.X.Y.Z eq 443
access-list 150 permit tcp any host 83.X.Y.Z eq 1723
access-list 150 permit udp any host 83.X.Y.Z eq 1723
access-list 150 permit gre any host 83.X.Y.Z
access-list 150 deny ip any any
snmp-server enable traps tty
no cdp run
!
control-plane
!
!
line con 0
exec-timeout 120 0
transport preferred none
transport output none
stopbits 1
line vty 0 4
exec-timeout 120 0
password 7 xxxx
login
length 0
transport preferred none
transport input telnet
transport output none
!
scheduler max-task-time 5000
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top