Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||||||||
|
Posted by HUDSON on March 30, 2006, 7:03 am
Please log in for more thread options are all up, but i still cannot get access to the internet, here is my config; Any help gratefully received :) Thanks Hudson Building configuration... Current configuration : 1823 bytes ! version 12.3 service nagle no service pad service timestamps debug uptime service timestamps no service password-encryption ! hostname Router ! boot-start-marker boot-end-marker ! logging buffered 16364 debugging ! no aaa new-model ip subnet-zero ! ! ip tcp path-mtu-discovery ip tftp source-interface Dialer0 ip name-server (my isp dns server1) ip name-server (my isp dns server2) ip audit notify log ip audit po max-events 100 ip ssh break-string no ftp-server write-enable no scripting tcl init no scripting tcl encdir ! ! ! no crypto isakmp enable ! ! ! ! interface Ethernet0 ip address 10.10.10.1 255.255.255.0 hold-queue 1 ! interface ATM0 mtu 1464 no ip address no atm ilmi-keepalive pvc 0/38 encapsulation aal5mux ppp dialer dialer pool-member 1 ! dsl operating-mode auto ! interface FastEthernet1 no ip address duplex auto speed auto ! interface FastEthernet2 no ip address duplex auto speed auto ! interface FastEthernet3 no ip address duplex auto speed auto ! interface FastEthernet4 no ip address duplex auto speed auto ! interface Dialer0 mtu 1464 ip address (my static ip) 255.255.255.0 encapsulation ppp ip tcp adjust-mss 1420 dialer pool 1 keepalive 5 ppp authentication chap callin ppp chap hostname (my username) ppp chap password 0 (my password) ! ip classless ip route 0.0.0.0 0.0.0.0 Dialer0 no ip http server no ip http secure-server ! ! dialer-list 1 protocol ip permit ! control-plane ! ! line con 0 exec-timeout 15 0 password (my password) login no modem enable transport preferred all transport output all stopbits 1 line aux 0 transport preferred all transport output all line vty 0 4 exec-timeout 15 0 password (my password) login transport preferred all transport input all transport output all ! scheduler max-task-time 5000 ! end --------------= Posted using GrabIt =---------------- ------= Binary Usenet downloading made easy =--------- -= Get GrabIt for free from http://www.shemes.com/ =- | ||||||||||||||||
|
Posted by Merv on March 30, 2006, 7:58 am
Please log in for more thread options conf t int dialer 0 dialer-group 1 exit | ||||||||||||||||
|
Posted by Mark Hodge on April 3, 2006, 1:03 pm
Please log in for more thread options I tried that and it made no difference, I sill cant connect any help would
be gratefully received. Thanks, Mark | ||||||||||||||||
|
Posted by Merv on April 3, 2006, 2:56 pm
Please log in for more thread options Here are some troubleshooting docs that you might give a try
1. Troubleshooting Layer 1 on a Cisco 827 Router http://www.cisco.com/en/US/products/hw/routers/ps380/products_tech_note09186a0080093e48.shtml 2. ADSL Troubleshooting http://www.cisco.com/en/US/products/hw/routers/ps380/products_configuration_guide_chapter09186a0080118 | ||||||||||||||||
|
Posted by Martin Kayes on April 4, 2006, 7:56 am
Please log in for more thread options You need to configure 'nat inside' on E0 and 'nat outside' on your dialer
interface. Then configure a ip nat statement, in it's most basic for it will be something like this: interface Ethernet0 ip nat inside ! interface Dialer0 ip nat outside ! ip nat inside source list 100 interface Dialer0 overload ! access-list 100 permit ip any any Regards, Martin >I have a Cisco 837 ADSL Router, I have checked the relevant interfaces and
>they are all up, but i still cannot get access to the internet, here is my >config; > > Any help gratefully received :) > > Thanks > Hudson > > Building configuration... > > Current configuration : 1823 bytes > ! > version 12.3 > service nagle > no service pad > service timestamps debug uptime > service timestamps > no service password-encryption > ! > hostname Router > ! > boot-start-marker > boot-end-marker > ! > logging buffered 16364 debugging > ! > no aaa new-model > ip subnet-zero > ! > ! > ip tcp path-mtu-discovery > ip tftp source-interface Dialer0 > ip name-server (my isp dns server1) > ip name-server (my isp dns server2) > ip audit notify log > ip audit po max-events 100 > ip ssh break-string > no ftp-server write-enable > no scripting tcl init > no scripting tcl encdir > ! > ! > ! > no crypto isakmp enable > ! > ! > ! > ! > interface Ethernet0 > ip address 10.10.10.1 255.255.255.0 > hold-queue 1 > ! > interface ATM0 > mtu 1464 > no ip address > no atm ilmi-keepalive > pvc 0/38 > encapsulation aal5mux ppp dialer > dialer pool-member 1 > ! > dsl operating-mode auto > ! > interface FastEthernet1 > no ip address > duplex auto > speed auto > ! > interface FastEthernet2 > no ip address > duplex auto > speed auto > ! > interface FastEthernet3 > no ip address > duplex auto > speed auto > ! > interface FastEthernet4 > no ip address > duplex auto > speed auto > ! > interface Dialer0 > mtu 1464 > ip address (my static ip) 255.255.255.0 > encapsulation ppp > ip tcp adjust-mss 1420 > dialer pool 1 > keepalive 5 > ppp authentication chap callin > ppp chap hostname (my username) > ppp chap password 0 (my password) > ! > ip classless > ip route 0.0.0.0 0.0.0.0 Dialer0 > no ip http server > no ip http secure-server > ! > ! > dialer-list 1 protocol ip permit > ! > control-plane > ! > ! > line con 0 > exec-timeout 15 0 > password (my password) > login > no modem enable > transport preferred all > transport output all > stopbits 1 > line aux 0 > transport preferred all > transport output all > line vty 0 4 > exec-timeout 15 0 > password (my password) > login > transport preferred all > transport input all > transport output all > ! > scheduler max-task-time 5000 > ! > end > > > > > --------------= Posted using GrabIt =---------------- > ------= Binary Usenet downloading made easy =--------- > -= Get GrabIt for free from http://www.shemes.com/ =- > | ||||||||||||||||

! help with Cisco 837 ADSL Router
Yahoo!
Windows Live
del.icio.us
digg
Netscape 







>
> conf t
> int dialer 0
> dialer-group 1
> exit
>