1. I want my virtual consoles! How do I get them back?
2. I've tried my best to follow the bsd ppp guides and came up with this ppp.conf:
default:
set log Phase Chat LCP IPCP CCP tun command
set device /dev/cua01
set speed 115200
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK\\dATDT\\T TIMEOUT 40 CONNECT"
set redial 3 20
isp:
set phone 1234567
set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin: mylogin word: mypass"
set timeout 120
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255 0.0.0.0
add default HISADDR
set authname mylogin
set authkey mypass
enable dns
#eof
I'm getting the following error with #ppp -auto isp
'Warning: Add route failed: 0.0.0.0/0 already exists'
There is no attempt to dial the modem, but I'm not sure if everything has to be just right before it will try.
dmesg says the modem is pccom0
On one level, I just want to get my dial-up working.
On another level, I want to better understand bsd devices and I'm a little fuzzy on the relationships between cua/tun/pccom
2. I've tried my best to follow the bsd ppp guides and came up with this ppp.conf:
default:
set log Phase Chat LCP IPCP CCP tun command
set device /dev/cua01
set speed 115200
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK\\dATDT\\T TIMEOUT 40 CONNECT"
set redial 3 20
isp:
set phone 1234567
set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin: mylogin word: mypass"
set timeout 120
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255 0.0.0.0
add default HISADDR
set authname mylogin
set authkey mypass
enable dns
#eof
I'm getting the following error with #ppp -auto isp
'Warning: Add route failed: 0.0.0.0/0 already exists'
There is no attempt to dial the modem, but I'm not sure if everything has to be just right before it will try.
dmesg says the modem is pccom0
On one level, I just want to get my dial-up working.
On another level, I want to better understand bsd devices and I'm a little fuzzy on the relationships between cua/tun/pccom