Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Configurazione PPP
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Maxxer
Apprentice
Apprentice


Joined: 22 Apr 2005
Posts: 171
Location: LC

PostPosted: Wed Dec 21, 2005 4:10 pm    Post subject: Configurazione PPP Reply with quote

Ciao

ho visto che di recente (almeno credo) hanno messo la gestione di tutte le connessioni di rete direttamente nel file /etc/conf.d/net, incluso il ppp (esempi in net.example).
Ho provato a configurare il mio accesso GPRS ma non funziona, mi dice che non esiste.

La conf è questa:
Code:
# PPP con Nokia - VODAFONE
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=("")


ho poi linkato /etc/init.d/net.ppp0 a net.lo

facendo partire net.ppp0 mi dice che "ppp0" non esiste.

Ho sbagliato qualcosa io?

(guardando velocemente lo script net.lo sembra quasi che non sia nemmeno prevista la configurazione per ppp, ma magari mi sbaglio....)
Back to top
View user's profile Send private message
CarloJekko
Veteran
Veteran


Joined: 31 Mar 2005
Posts: 1315
Location: Baia Domizia :-)

PostPosted: Wed Dec 21, 2005 4:17 pm    Post subject: Re: Configurazione PPP Reply with quote

Maxxer wrote:

facendo partire net.ppp0 mi dice che "ppp0" non esiste.

prova con
Code:
mknod /dev/ppp c 108 0
prima di far partire net.ppp0
Byez :wink: !
_________________
C.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum