Gentoo Archives: gentoo-user

From: Lorenzo Milesi <lorenzo.milesi@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] configure ppp0 connection
Date: Tue, 27 Dec 2005 13:11:50
Message-Id: 29c147bd0512270506m78412201i842b0129d3ee233@mail.gmail.com
1 Hi
2
3 I'm trying to configure a ppp connection. I've seen in the net.example
4 file which it's now supported in the net file. So I've done a
5 configuration like this in /etc/conf.d/net
6
7 config_ppp0=("dhcp")
8 link_ppp0=("/dev/ttyACM0")
9 plugins_ppp0=("dhclient")
10 username_ppp0=("")
11 password_ppp0=("")
12 pppd_ppp0=( "noauth" "defaultroute" "usepeerdns" )
13 chat_ppp0=(
14 'ABORT' 'BUSY'
15 'ABORT' 'NO CARRIER'
16 'ABORT' 'VOICE'
17 'ABORT' 'NO DIALTONE'
18 'ABORT' 'NO DIAL TONE'
19 'ABORT' 'NO ANSWER'
20 'ABORT' 'DELAYED'
21 '' 'ATZ'
22 'OK-AT-OK' 'AT+CGDCONT=1,\"IP\",\"web.omnitel.it\"'
23 'OK-AT-OK' 'ATD*99***1#'
24 'CONNECT' '' )
25 phone_number_ppp0=("")
26
27
28 then I made the net.ppp0 link, but when I issue
29 /etc/init.d/net.ppp0 start
30 the script says ppp0 doesn't exist!
31 Am I doing something wrong?
32
33 thanks
34 maxxer
35
36 --
37 gentoo-user@g.o mailing list