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

Async routing

Status
Not open for further replies.

COMPUTERTECH33

IS-IT--Management
Joined
Dec 14, 2005
Messages
73
Location
US
Hi all....

I have a 1750 with a modem attached to the AUX port. I assigned the Async5 with an ip of 170.1.1.16. It can dial into my 3640 fine...and the router can ping all external and internal ips. The problem is, I have a client connected to the router that can't ping past the router. Any ideas?

interface Async5
ip address 170.1.1.16 255.255.255.0
encapsulation ppp
keepalive 10
dialer in-band
dialer idle-timeout 300
dialer string 9,xxxxxxxxxx
dialer-group 1
fair-queue 64 16 0
ppp authentication chap

ip route 0.0.0.0 0.0.0.0 Async5 200

access-list 110 deny ip 192.168.17.0 0.0.0.255 172.16.0.0 0.0.255.255
access-list 110 deny ip 192.168.17.0 0.0.0.255 172.17.0.0 0.0.255.255
access-list 110 permit ip 192.168.17.0 0.0.0.255 any
access-list 120 permit ip 192.168.17.0 0.0.0.255 172.16.0.0 0.0.255.255
access-list 120 permit ip 192.168.17.0 0.0.0.255 172.17.0.0 0.0.255.255
access-list 121 permit ip 192.168.16.0 0.0.0.255 172.17.0.0 0.0.255.255
access-list 121 permit ip 192.168.17.0 0.0.0.255 172.17.0.0 0.0.255.255

priority-list 1 protocol ip high
dialer-list 1 protocol ip permit
route-map nonat permit 10
match ip address 110
 
Does the 3640 have a route to the networks behind the 1750?
 
Yes...the 3640 can communicate to the internal network. Other users can currently dial in from their laptops and connect to our network without issue.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top