adding the 'allmulti' flag to /etc/network/interfaces file

Brian McKee brian.mckee at gmail.com
Fri Sep 18 21:09:53 UTC 2009


Hi All

I'm trying to add the 'allmulti' flag to eth0 when configured
statically via /etc/network/interfaces

i.e.  running
   sudo ifconfig eth0 allmulti
manually does what I want - how to I add that to the eth0 stanza that
looks like this

auto eth0
iface eth0 inet static
	address 192.168.1.1
	netmask 255.255.255.0
	network 192.168.1.0
	broadcast 192.168.1.255
	gateway 192.168.1.254
	# dns-* options are implemented by the resolvconf package, if installed
	dns-nameservers 192.168.1.254
	dns-search mydomain.com

I've tried a couple of variations but I'm not getting the syntax right...


-- 
All you need to know about Ubuntu 9.04 Jaunty -> gconftool -s --type
bool /apps/update-notifier/auto_launch false




More information about the ubuntu-users mailing list