Tworzę sieć mostową na Ubuntu 9.04 (serwer) Skonfigurowałem następujący plik konfiguracyjny / etc / network / interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet manual auto br0 iface br0 inet static address 192.168.1.10 network 192.168.1.0 netmask 255.255.255.0 broadcast...