Due to the overwhelming number of requests, I'm posting this to the group as
well.  This is the config I use to dialup from the aux port of a 2501 to
earthlink and perform Nat on the negotiated Ip.

Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname ELN/username
!
enable password password
!
Ip subnet-zero
Ip Nat inside source list 99 interface Dialer1 overload
Ip name-server 216.142.210.5
chat-script dial ABORT ERROR "" "AT Z" OK "ATm0DT \T" TIMEOUT 30 CONNECT \c
!
!
interface Ethernet0
 Ip address 192.168.1.2 255.255.255.0
 Ip Nat inside
!
interface Async1
 no Ip address
 encapsulation ppp
 dialer in-band
 dialer pool-member 1
 ppp authentication pap chap callin
!
interface Dialer1
 Ip address negotiated
 Ip Nat outside
 encapsulation ppp
 dialer remote-name ELN/username
 dialer string 9,9770971
 dialer hold-queue 100
 dialer pool 1
 dialer-group 1
 ppp authentication pap chap callin
 ppp chap hostname ELN/username
 ppp chap password 0 password
!
Ip classless
Ip route 0.0.0.0 0.0.0.0 Dialer1
!
access-list 99 permit 192.168.0.0 0.0.255.255
dialer-list 1 protocol Ip permit
!
line con 0
line aux 0
 no exec
 script dialer dial
 modem InOut
 modem autoconfigure type usr_sportster
 transport input all
 stopbits 1
 speed 38400
line vty 0 4
 password password
 login
!
end

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 5:14 PM
To: [EMAIL PROTECTED]
Subject: 2 routers, 1 async line


I was wondering if you could e-mail the router configurations for external 
modems using the aux port.


    Bob




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=12203&t=12203
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to