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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CISCO 857w ADSL WAN ACCESS

Status
Not open for further replies.

sam77777

MIS
Nov 1, 2005
7
GB
Hello to all.

I have purchased the following wireless adsl router to connect to the internet and set up a home internal network.

I have done the second bit - being able to give my 2 pcs and network printer ip addresses and be able to talk to one another etc. The problem is that i cannot get the router to get on the web at all.

I have read through forums and most common is to change the dialer setting from default auto to anti-dmt - but still does not work (tried both). Yesterday i reseted the router and just configured the basic following setup.

Current configuration : 3493 bytes
!
! Last configuration change at 17:12:14 PCTime Wed Nov 2 2005
! NVRAM config last updated at 17:03:19 PCTime Wed Nov 2 2005
!
version 12.3
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname yourname
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 debugging
logging console critical
enable secret
!
username ****** privilege 15 secret
clock timezone PCTime 0
clock summer-time PCTime date Mar 30 2003 1:00 Oct 26 2003 2:00
no aaa new-model
ip subnet-zero
no ip source-route
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool sdm-pool1
import all
network 10.10.10.0 255.255.255.0
dns-server 212.74.112.66 212.74.112.67
default-router 10.10.10.1
!
!
ip cef
ip tcp synwait-time 10
no ip bootp server
ip domain name yourdomain.com
ip name-server 212.74.112.66
ip name-server 212.74.112.67
ip ssh time-out 60
ip ssh authentication-retries 2
no ftp-server write-enable
!
!
!
!
!
!
!
interface ATM0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
no atm ilmi-keepalive
dsl operating-mode ansi-dmt
!
interface ATM0.1 point-to-point
description $ES_WAN$$FW_OUTSIDE$
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet0
no ip address
no cdp enable
!
interface FastEthernet1
no ip address
no cdp enable
!
interface FastEthernet2
no ip address
no cdp enable
!
interface FastEthernet3
no ip address
no cdp enable
!
interface Dot11Radio0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
shutdown
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
no cdp enable
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$ES_LAN$$FW_INSIDE$
ip address 10.10.10.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
ip route-cache flow
ip tcp adjust-mss 1452
!
interface Dialer0
ip address dhcp
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip route-cache flow
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname
ppp chap password
ppp pap sent-username password
!
ip classless
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 600 life 86400 requests 10000
ip nat inside source list 1 interface Dialer0 overload
!
logging trap debugging
access-list 1 remark INSIDE_IF=Vlan1
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 10.10.10.0 0.0.0.255
dialer-list 1 protocol ip permit
no cdp run
!
control-plane
!
banner login ^CAuthorized access only!
Disconnect IMMEDIATELY if you are not an authorized user!^C
!
line con 0
login local
no modem enable
transport preferred all
transport output telnet
line aux 0
login local
transport preferred all
transport output telnet
line vty 0 4
privilege level 15
login local
transport preferred all
transport input telnet ssh
transport output all
!
scheduler max-task-time 5000
scheduler allocate 4000 1000
scheduler interval 500
end


my isp is tiscali and i have a dynamic ip addy from them
tiscali have told me to set

vci - 38
vpi - 0
encapsulation mode to VCMUX (this is not listed on cisco router so i have chosen (aal5mux)
PPPoA
Primary dns - 212.74.112.66
secondary dns - 212.74.112.67

If any one can help or shed any light with me on this matter then i will be very much grateful.

thanks sam

 
Can I recommend the following:

1. Set dsl operating-mode to auto.
2. Set ip address negotiated on the dialer0 interface.

Also I take it you've purposely blanked your ppp chap and ppp password hash? i.e. it's not really blank right?

If it still doesn't seem to be working, try debugging 'ppp chap authentication' to ensure you can at least talk to your ISP's Radius server and can authenticate successfully and thus get allocated an appropriate IP address. If debugging from console, you'll first need to enter 'logging console debug' or if you from a telnet session, enter 'terminal monitor'. If you are successfully getting an IP address, just confirm this by the command 'show ip int brief' and you should hopefully see the dialer0 interface now has an IP address.

Let me know if it's still not working after you've checked all this.

Ta.
 
thanks matey you sort of solved it.

i changed the dynamic to negocaited and by running a test it now got an ip address but then had an error with dns...it told me to add a route to provide a host name

so i added a route of 0.0.0.0 0.0.0.0 to dialer0 and it got out!! (this was provided by a member from broadbandbuyer forum)

so thanks again
 
that route is a default route.. and is definitely required to get to the internet..
it lets the router know where to go when it doesn't know the destination.
ie anything thats not on your lan.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top