1st: I like your windows definition
I saw a post on another group that ended: Computers are like air conditioners. they don't work well when you open windows.
Sorry 'bout the length of this one. I'll summarize here to save winnowing the chaff below.
My best guess at this point is that your suggestion that something more than pap is going to be required is correct. Tinkering with wvdial finally got me to a login and password prompt, but after wvdial sends the password the isp sends back 'unknown client/network'. (I assume this is coming back from the server. It isn't always easy (possible?) to tell.)
When I (finally) connected, the server sent:'** dial01.dllstx Terminal Server **'. Is this string something that should be in pap/chap-secrets? Wvdial and pppd both think vtisp or vtisp.com (I've tried it both ways) is my server, but the server never identifies itself that way. I haven't even figured out where to enable chap, if it isn't already. In fact chap implementation is a complete mystery to me, if you haven't already guessed.
Any additional ideas/suggestions would be greatly appreciated. I'm stumped. Thanks again.
vern
BTW, thanks for the links. I am using the driver you suggest. That link would have saved me a lot of time a couple of weeks ago. I should have started with the forums instead of ending with them.
the adventure continues...
Tried wvdial from root console:
[root@localhost ~]# wvdial vtisp
--> WvDial: Internet dialer version 1.54.0
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Sending: ATM1L2
ATM1L2
OK
--> Modem initialized.
--> Sending: ATDT7200038
--> Waiting for carrier.
ATDT7200038
CONNECT 49333
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Thu May 3 10:10:56 2007
--> pid of pppd: 3056
--> Using interface ppp0
--> pppd: sp
--> pppd: sp
--> pppd: sp
--> pppd: sp
--> pppd: sp
--> Disconnecting at Thu May 3 10:10:57 2007
--> The PPP daemon has died: Authentication error.
--> We failed to authenticate ourselves to the peer.
--> Maybe bad account or password? (exit code = 19)
--> man pppd explains pppd error codes in more detail.
--> I guess that's it for now, exiting
--> The PPP daemon has died. (exit code = 19)
No indication of any attempt at authentication.
My /etc/wvdial.conf looks like this:
[Modem0]
Modem = /dev/modem
Baud = 115200
SetVolume = 2
Dial Command = ATDT
Init1 = ATZ
Init3 = ATM1L2
FlowControl = CRTSCTS
[Dialer vtisp]
Username =
vlholmesjr@vtisp.com
Password = paranoia
Phone = 7200038
Stupid Mode = 1
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Inherits = Modem0
Tried 'Stupid Mode =0'. Omitting the repetitive stuff I got:
[root@localhost ~]# wvdial vtisp
--> Carrier detected. Waiting for prompt.
--> Connected, but carrier signal lost! Retrying...
--> Sending: ATDT7200038
--> Waiting for carrier.
** dial01.dllstx Terminal Server **
Login:
Login:
Login:
Login: ATDT7200038
Password:
--> Timed out while dialing. Trying again.
--> Sending: ATDT7200038
--> Waiting for carrier.
A login prompt looked promising, so I added 'Carrier Check = 0', and again without the repetitive stuff:
--> Carrier detected. Waiting for prompt.
** dial01.dllstx Terminal Server **
Login:
--> Looks like a login prompt.
--> Sending:
vlholmesjr@vtisp.com
vlholmesjr@vtisp.com
Password:
--> Looks like a password prompt.
--> Sending: (password)
Unknown Client/Network
Login:
--> Looks like a login prompt.
--> Sending:
vlholmesjr@vtisp.com
vlholmesjr@vtisp.com
Password:
--> Looks like a password prompt.
--> Sending: (password)
Unknown Client/Network
Login:
--> Looks like a login prompt.
--> Sending:
vlholmesjr@vtisp.com
--> Don't know what to do! Starting pppd and hoping for the best.
--> Starting pppd at Thu May 3 10:47:30 2007
--> pid of pppd: 7622
--> Using interface ppp0
--> pppd: sp
--> pppd: sp
--> pppd: sp
--> pppd: sp
--> pppd: sp
--> Disconnecting at Thu May 3 10:47:34 2007
--> The PPP daemon has died: Authentication error.
--> We failed to authenticate ourselves to the peer.
--> Maybe bad account or password? (exit code = 19)
--> man pppd explains pppd error codes in more detail.
--> I guess that's it for now, exiting
--> The PPP daemon has died. (exit code = 19)
At least it tried to log in this time! Progress of a sort. Hashed the password line and added 'Ask Password = 1' line with same results as previous.