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!

setup PC modem dialup config on 1604

Status
Not open for further replies.

franco1

MIS
Nov 16, 1999
5
0
0
US
I have a Cisco 1604 with 28.8 modem attached to s0. Having difficulty in finding ALL the necessary<br>
parameters to make it work. e0 (192.168.0.1/24) is connected to hub. I want to be able to dialin to <br>
this router from a Win95 computer. Also, I have been unable to reverse telnet to the modem attached<br>
to the router to check the modem setup.
 
I'll assume that we are talking about having a WIC-T1 card installed since the 1604 doesn't have an S0 interface with out a WIC-T1 and any other WIC card wouldn't be capable of doing async dialing.<br>
<br>
Make sure you have the following configured on your router:<br>
<br>
interface serial 0<br>
physical-layer async<br>
<br>
If you have this and are still having trouble post your current configuration and I'll look at it.
 
Salvalinus:<br>
<br>
Still not working so here's my config file. Thanks very much for your time!<br>
<br>
User Access Verification<br>
<br>
Username: franco<br>
Password:<br>
<br>
Freaky&gt;enable<br>
Password:<br>
Freaky#show running<br>
Building configuration...<br>
<br>
Current configuration:<br>
!<br>
version 11.2<br>
no service udp-small-servers<br>
no service tcp-small-servers<br>
!<br>
hostname Freaky<br>
!<br>
aaa new-model<br>
aaa authentication login default local<br>
aaa authentication ppp default local<br>
enable secret 5 $1$F.uP$U/TLkBsXq4V0R5phgh4d/.<br>
enable password franco<br>
!<br>
username Administrator password 7 06041D20454013<br>
username franco password 7 13030513050F0B<br>
username root password 7 001616020C5A1F<br>
no ip domain-lookup<br>
ip domain-name guitaro.net<br>
ip name-server 192.168.0.2<br>
ip address-pool local<br>
!<br>
interface Ethernet0<br>
ip address 192.168.0.1 255.255.255.0<br>
!<br>
interface Serial0<br>
physical-layer async<br>
ip unnumbered Ethernet0<br>
ip tcp header-compression passive<br>
encapsulation ppp<br>
async mode interactive<br>
peer default ip address pool default<br>
no cdp enable<br>
!<br>
interface BRI0<br>
no ip address<br>
shutdown<br>
!<br>
router rip<br>
network 192.168.0.0<br>
!<br>
ip local pool default 192.168.0.170 192.168.0.254<br>
no ip classless<br>
ip http server<br>
!<br>
line con 0<br>
line 1<br>
autoselect ppp<br>
modem InOut<br>
speed 115200<br>
flowcontrol hardware<br>
line vty 0 4<br>
password franco<br>
!<br>
end<br>
<br>
Freaky#
 
Sorry, for not replying back when I said I would. Things have been very busy.<br>
<br>
I'm sure you got this figured out by now, but just in case you haven't.<br>
<br>
Just by quickly looking this over I would say things should be working accept that you probably need to add<br>
<br>
int ser 0<br>
ppp auth pap<br>
<br>
Since I think by default WIN95 uses PAP authentication.<br>
<br>
As for talking to the modem via reverse telnet try the following:<br>
<br>
line 1<br>
transport input all<br>
no autoselect ppp<br>
no exec<br>
<br>
Then you can put the autoselect back after configuring the modem.
 
Salvalinus:<br>
<br>
Hello and thanks for trying to help me on this.<br>
So far no luck! I have tried your recommended <br>
modifications. Also I tried entering:<br>
line 1<br>
transport input all<br>
no autoselect ppp<br>
no exec<br>
<br>
for reverse telnet and I was no longer able to use con0!<br>
I have even resorted to using Cisco ConfigMaker - that<br>
doesn't work either. At this point I am just going to<br>
go through the config (again!) line-for-line and see if <br>
I missed something....Also I will compare the config I sent<br>
you with the one produced by ConfigMaker....<br>
<br>
Thanks,<br>
<br>
Franco1<br>
<br>
<br>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top