glug:ppp

Alex glug@genova.linux.it
Thu, 11 Apr 2002 08:46:25 +0200


controlla la tua tabella di route e guarda se hai altri gateway oltre a ppp;
di seguito riporto la mia tabella di route ed il mio ifconfig
[root@server 2002]# route -en
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
151.5.152.53    0.0.0.0         255.255.255.255 UH       40 0          0 ppp0
192.168.1.0      0.0.0.0         255.255.255.0   U        40 0          0 eth0
127.0.0.0          0.0.0.0         255.0.0.0       U        40 0          0 lo
0.0.0.0            151.5.152.53  0.0.0.0         UG       40 0          0 ppp0

[root@server 2002]# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:A0:24:70:9F:29
          inet addr:192.168.1.4  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:3
          collisions:0 txqueuelen:100
          RX bytes:0 (0.0 b)  TX bytes:168 (168.0 b)
          Interrupt:5 Base address:0x220

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:16 errors:0 dropped:0 overruns:0 frame:0
          TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:896 (896.0 b)  TX bytes:896 (896.0 b)

ppp0      Link encap:Point-to-Point Protocol
          inet addr:151.28.41.254  P-t-P:151.5.152.53  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:8 errors:1 dropped:0 overruns:0 frame:0
          TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:250 (250.0 b)  TX bytes:97 (97.0 b)

un'altra cosa: controlla /etc/host.conf, devi avere: order hosts,bind
e nsswitch.conf: alla voce host devi avere in questo ordine:
hosts:      files nisplus dns

altre cose non mi vengono in mente. 
Ciao, Alex

On Wednesday 10 April 2002 10:30 pm, you wrote:
> > hai un tuo dns o vuoi usare quello di libero? in tal caso
> > in /etc/resolv.conf
> > dovresti avere:
> > search libero.it
> > nameserver 193.70.152.25        #kppp temp entry
> > nameserver 193.70.192.25        #kppp temp entry
>
> voglio usare quello di libero e il mio resolv.conf č identico al tuo , perņ
> non vado oltre il ppp dopo la connessione...