cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
348
Views
0
Helpful
1
Replies

cisco 2511 disconnects caller

yarik_ya
Level 1
Level 1

i have such problem, i use 2511 for office personal , so authentification is local. When the dialer connects to cisco he use Hyper Terminal, after typing login and password cisco gives ip (all good), but after pressing continue - cisco disconnects the dialer, please help, may be mistake in conf:

hostname Dialup

!

aaa new-model

aaa authentication password-prompt password:

aaa authentication username-prompt login:

aaa authentication ppp default local

aaa authorization exec default local none

aaa authorization network default if-authenticated

enable password 7 ****

!

username **** privilege 15 password 7 ****

username **** privilege 15 password 7 ****

ip subnet-zero

no ip finger

ip name-server ****

ip name-server ****

!

async-bootp dns-server ****

!

!

!

interface Loopback0

ip address 192.168.0.1 255.255.255.0

no ip directed-broadcast

!

interface Ethernet0

ip address **** ****

no ip directed-broadcast

ip nat outside

fair-queue 64 256 0

!

interface Serial0

no ip address

no ip directed-broadcast

shutdown

!

interface Group-Async1

description Group of 1 through 16 Async interfaces

ip unnumbered Loopback0

no ip redirects

no ip directed-broadcast

ip nat inside

encapsulation ppp

async mode interactive

no snmp trap link-status

peer default ip address pool modem

no cdp enable

ppp authentication pap callin

group-range 1 16

!

ip local pool modem 192.168.0.2 192.168.0.12

ip nat pool modem_over ********* ******* netmask 255.255.255.252

ip nat inside source list 10 pool modem_over overload

no ip http server

ip classless

ip route 0.0.0.0 0.0.0.0 *******

!

access-list 10 remark for_modem_nat_inside

access-list 10 permit 192.168.0.0 0.0.0.255

!

line con 0

logging synchronous

transport input none

line 1 16

autoselect ppp

modem InOut

autocommand ppp def

transport input all

autohangup

stopbits 1

speed 115200

flowcontrol hardware

line aux 0

line vty 0 4

exec-timeout 0 0

password 7 *********

logging synchronous

!

end

1 Reply 1

tepatel
Cisco Employee
Cisco Employee

Hyperterminal will not support PPP..So you need to use the similar function built in the microsoft dialup networking client, DUN.

So pl. use "bring up dial up window after connection" in DUN, which will bringup a dialup window at dialup client after two modem connects where you can put the username and password and after that press continue after successfull login..to start PPP. Also pl. modify the line config like following

line 1 16

modem InOut

autocommand ppp

transport input all

autohangup

stopbits 1

speed 115200

flowcontrol hardware

Review Cisco Networking for a $25 gift card