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

1701 - Can ping WAN side but no access LAN side

Status
Not open for further replies.

stompin

Technical User
Jun 28, 2004
223
0
0
GB
I have a cisco 1701 ADSL router and when I telnet in I can ping and trace across the internet - WAN seems OK. However, if I go LAN side I cannot connect to the internet. I can ping the routers LAN side E0 port from my LAN so have connectivity there but no further. Any suggestions would be nice.

 
Please post config....sounds like a nat or default route problem....
 

Is this router supposed to be your default gateway ??
Check if it is configured on the workstations from your lan.

Also check your dns settings on the workstations from your lan...

 
Joamon - I think the same but cannot find out why cus I don't want a NAT solution. WE have a Firewall which takes care of NAT before it hits thr router and then out onto the ADSL Network. Here's the config though...


Building configuration...

Current configuration : 1679 bytes
!
!
version 12.3
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname cisco1700
!
boot-start-marker
boot-end-marker
!
no logging buffered
no logging console
enable secret xxxxxxxxxxxxxxxxxxx
!
username xxxx privilege 15 password xxxxxxxxxxx
clock timezone PCTime 0
clock summer-time PCTime date Mar 30 2003 1:00 Oct 26 2003 2:00
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
!
!
!
!
ip name-server 195.216.16.65
ip cef
ip ips po max-events 100
no ftp-server write-enable
!
!
!
!
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface BRI0
no ip address
shutdown
!
interface FastEthernet0
ip address 192.168.1.1 255.255.255.0
no ip mroute-cache
speed auto
!
interface Dialer0
ip address x.x.x.x x.x.x.x
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap callin
ppp chap hostname xxxxxxxxxx
ppp chap password xxxxxxxxxxxxxxxx
!
ip classless
ip http server
ip http authentication local
ip http secure-server
!
!
!
access-list 23 remark SDM_ACL Category=17
access-list 23 remark LAN
access-list 23 permit 192.168.1.0 0.0.0.255
dialer-list 1 protocol ip permit
!
!
control-plane
!
!
line con 0
exec-timeout 120 0
password xxxxxxxxxxxx
login
stopbits 1
line aux 0
line vty 0 4
access-class 23 in
exec-timeout 120 0
login local
!
end
 
OK...no nat needed on 1701 router......do however need default route....

IP route 0.0.0.0 0.0.0.0 XXX.XXX.XXX.XXX

XXX=IP of next hop router. Dialer0 is using static ip so XXX=its next hop.
 
Sorted the problem - the router called a fixed IP address a dynamic address!! - pls don't ask me why but it worked!

It has a default route in but must have dumped the config when I was messing with the thing.

Thanks for the input.
 
No problem...glad you got it working....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top