Ho messo su linux poche settimane fa, quindi spero di avere fatto tutto nel modo giusto; comunque:
<BR>
<BR> # route
<BR>Kernel IP routing table
<BR>Destination Gateway Genmask Flags Metric Ref Use Iface
<BR>192.168.100.1 * 255.255.255.255 UH 0 0 0 ppp0
<BR>169.254.0.0 * 255.255.0.0 U 0 0 0 lo
<BR>default 192.168.100.1 0.0.0.0 UG 0 0 0 ppp0
<BR>------------------------------------
<BR># ifconfig -a
<BR>lo Link encap:Local Loopback
<BR> inet addr:127.0.0.1 Mask:255.0.0.0
<BR> inet6 addr: ::1/128 Scope:Host
<BR> UP LOOPBACK RUNNING MTU:16436 Metric:1
<BR> RX packets:24 errors:0 dropped:0 overruns:0 frame:0
<BR> TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
<BR> collisions:0 txqueuelen:0
<BR> RX bytes:1776 (1.7 KiB) TX bytes:1776 (1.7 KiB)
<BR>
<BR>ppp0 Link encap:Point-to-Point Protocol
<BR> inet addr:82.55.88.160 P-t-P:192.168.100.1 Mask:255.255.255.255
<BR> UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
<BR> RX packets:646 errors:0 dropped:0 overruns:0 frame:0
<BR> TX packets:571 errors:0 dropped:0 overruns:0 carrier:0
<BR> collisions:0 txqueuelen:3
<BR> RX bytes:600160 (586.0 KiB) TX bytes:172456 (168.4 KiB)
<BR>
<BR>sit0 Link encap:IPv6-in-IPv4
<BR> NOARP MTU:1480 Metric:1
<BR> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
<BR> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
<BR> collisions:0 txqueuelen:0
<BR> RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
<BR>--------------------------
<BR>che dici?

<br>