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

connecting to a modem

Status
Not open for further replies.

sensey

Programmer
Joined
Sep 10, 2003
Messages
82
Location
US
Hello to you all

I want to connect a cisco´s 1600 routerserial interface to a modem so I can dial in an connect an equipment to it´s ethernet interface.

I allready make some configuration, an wen i dial to de modem i get connected but I dont get any prompt from the router, wen I am connected to the modem with another computer I can not access the router by console.

this is the config that i have


Modem_router#sh runn
Building configuration...

Current configuration:
!
version 11.1
service udp-small-servers
service tcp-small-servers
!
hostname Modem_router
!
enable secret 5 $1$26Ig$j2.ZdsJSwHzYsN7uffoAC0
enable password cisco2
!
username jcarlos password 7 10195A4A5C40
no ip routing
!
interface Loopback0
ip address 1.1.1.1 255.255.255.0
!
interface Ethernet0
no ip address
no ip route-cache
!
interface Serial0
physical-layer async
ip unnumbered Loopback0
encapsulation ppp
async mode interactive
peer default ip address pool default
no cdp enable
ppp authentication chap
!
ip local pool default 1.1.1.2
no ip classless
!
line con 0
line 1
autoselect during-login
autoselect ppp
modem InOut
modem autoconfigure discovery
transport input all
speed 115200
line vty 0 4
password erased
login
!
end

Modem_router#


any help would be appretiated

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top