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!

HELP!!! DDR over Async connection

Status
Not open for further replies.

robbiear

Vendor
Aug 29, 2001
51
0
0
GB
Can any body tell me if I can configure a 2509 with DDR over async dialup to ISP using DHCP for dynamic address assignment on the router.
 
Here is what I use on my 2501 for DDR to ISP

!
interface Ethernet0
ip address 10.1.1.1 255.255.255.0
ip nat inside
no ip route-cache
no ip mroute-cache
no keepalive
!
interface Async1
ip address negotiated
ip nat outside
encapsulation ppp
no ip mroute-cache
keepalive 10
dialer in-band
dialer idle-timeout 50000
dialer string xxxxxxxxxx !your dialup number
dialer-group 5
async dynamic routing
no peer default ip address
fair-queue
ppp chap hostname xxxxxxxx !your username
ppp chap password xxxxxxxx !your password
!
ip nat inside source list 85 interface Async1 overload
access-list 85 permit 10.1.1.0 0.0.0.255
ip route 0.0.0.0 0.0.0.0 async1

This should get you pointed in the right direction
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top