Witam
Czy ktoś mógłby powiedzieć jak przykładowo można skonfigurować dwa komputery z tej sieci - http://fatcat.ftj.agh.edu.pl/~i8slowik/3sem/sieci.jpg ?
Moja propozycja to:

//gorny komp
ifconfig eth0 172.16.1.167 netmask 255.255.255.240 up
ifconfig eth1 172.16.1.162 netmask 255.255.255.240 up
route add -net 172.16.1.176 netmask 255.255.255.240 gw 172.16.1.161 dev eth1

//dolny
ifconfig eth0 172.16.1.161 netmask 255.255.255.240 up
ifconfig eth1 172.16.1.197 netmask 255.255.255.192 up
route add -net 172.16.1.197 netmask 255.255.255.192 gw 172.16.1.192 dev eth1

ale to chyba za mało? (przykład dla ostatnich dwóch kopmuterów)