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 804 - Clients cant get past router ?

Status
Not open for further replies.

bash3r

Technical User
Oct 13, 2001
46
US
I have a Cisco 804 ISDN connection and my LAN clients can not get past the router. But I can logon to this router remotely and from the router I can ping the LAN clients as well as any public IP. Dont know if it is it but one thing I see weird is I'm showing 2 Dialer1 connections in sho ip route: (not real IPs)

Gateway of last resort is 0.0.0.0 to network 0.0.0.0

64.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 64.24.37.0/24 is directly connected, Dialer1
C 64.24.36.3/32 is directly connected, Dialer1
10.0.0.0/24 is subnetted, 1 subnets
C 10.4.4.0 is directly connected, Ethernet0
S* 0.0.0.0/0 is directly connected, Dialer1

64.24.37.25 is the static IP of this router. I'm not sure what the 64.24.36.3 IP is.

Any ideas on what to check to figure out why all of a sudden my clients can not get past the router. I've double checked and rechecked their TCP/IP settings on their W2K boxes. They could get out as of Friday then all of a sudden on Monday they couldnt

Thanks..
 
Current configuration:
!
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname 804-02
!
enable password 7 bbb
!
!
pots country US
ip subnet-zero
ip dhcp excluded-address 10.4.4.20 10.4.4.50
!
ip dhcp pool 1
network 10.4.4.0 255.255.255.0
default-router 10.4.4.1
dns-server 1.2.3.4 1.2.3.5
!
no ip domain-lookup
isdn switch-type basic-ni
!
!
!
interface Ethernet0
description connected to EthernetLAN
ip address 10.4.4.1 255.255.255.0
no ip directed-broadcast
ip nat inside
!
interface BRI0
description connected to Internet
no ip address
no ip directed-broadcast
ip nat outside
encapsulation ppp
dialer rotary-group 1
isdn switch-type basic-ni
isdn spid1 123456789
isdn spid2 123456788
no cdp enable
!
interface Dialer1
description connected to Internet
ip address 64.24.37.25 255.255.255.0
no ip directed-broadcast
ip nat outside
encapsulation ppp
no ip split-horizon
dialer in-band
dialer string 4231234567
dialer string 1234567
dialer hold-queue 10
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname username
ppp chap password 7 ggg
ppp pap sent-username username password
ppp multilink
!
router rip
version 2
passive-interface Dialer1
network 64.0.0.0
no auto-summary
!
ip default-gateway 64.24.37.1
ip nat inside source list 1 interface Dialer1 overload
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
dialer-list 1 protocol ip permit
!
line con 0
exec-timeout 0 0
password 7 aaa
login
transport input none
stopbits 1
line vty 0 4
password 7 aaa
login
!
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top