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

Cameron Hutchison lists at xdna.net
Sat Sep 19 01:23:42 UTC 2009


Brian McKee <brian.mckee at gmail.com> writes:

>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

Add:
	up ifconfig $IFACE allmulti





More information about the ubuntu-users mailing list