plik etc/network/interfacesroute -m
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
83.1.4.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
Na drugim komputerze mam ustawione:# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
auto pppoa
iface pppoa inet ppp
provider neostrada
auto eth0
iface eth0 inet static
address 192.168.0.1
netmask 255.255.255.0
adres IP: 192.168.0.2
maska: 192.168.0.1
DNS: 192.168.0.1
Jednak co muszę jeszcze wpisać aby komputer nr 2 widział połączenie internetowe z laptopa?