Multi subnet in ubuntu with dnsmasq
- by Fox Mulder
I have a multi lan port box that install ubuntu server 11.10.
I am setup network in /etc/network/interfaces file as follow:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.128.254
netmask 255.255.255.0
network 192.168.128.0…