Hi
I'm trying to configure a ppp connection. I've seen in the net.example
file which it's now supported in the net file. So I've done a
configuration like this in /etc/conf.d/net
config_ppp0=("dhcp")
link_ppp0=("/dev/ttyACM0")
plugins_ppp0=("dhclient")
username_ppp0=("")
password_ppp0=("")
pppd_ppp0=( "noauth" "defaultroute" "usepeerdns" )
chat_ppp0=(
'ABORT' 'BUSY'
'ABORT' 'NO CARRIER'
'ABORT' 'VOICE'
'ABORT' 'NO DIALTONE'
'ABORT' 'NO DIAL TONE'
'ABORT' 'NO ANSWER'
'ABORT' 'DELAYED'
'' 'ATZ'
'OK-AT-OK' 'AT+CGDCONT=1,\"IP\",\"web.omnitel.it\"'
'OK-AT-OK' 'ATD*99***1#'
'CONNECT' '' )
phone_number_ppp0=("")
then I made the net.ppp0 link, but when I issue
/etc/init.d/net.ppp0 start
the script says ppp0 doesn't exist!
Am I doing something wrong?
thanks
maxxer
--
[email protected] mailing list