Package: ifupdown
Version: 0.7.8

Dear Maintainer,

on my server configuration me an interesting error is noticed.
In the configuration of multiple network interfaces only start / stop script
to be executed entries (eg post-up or pre-down) of the first interface !!!

In the bottom example, only the entry "post up" is performed for
the PRY interface. The "post-up" settings for the AUX interface will not run!

-------------- /etc/network/interfaces -----------------------------------------------

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto pry
allow-hotplug pry
iface pry inet static
        address 192.168.xxx.yyy
        netmask 255.255.255.0
        network 192.168.xxx.0
        broadcast 192.168.xxx.255
        gateway 192.168.xxx.zzz
        # emergency fallback addresses
        post-up ip addr add 169.254.10.10/16 dev pry

# The AUX network interface
auto aux
allow-hotplug aux
iface aux inet static
        address 10.23.aaa.bbb
        netmask 10.0.0.0
        network 10.23.aaa.0
        broadcast 10.23.aaa.255
        gateway 10.23.aaa.ccc
        # emergency fallback addresses
        post-up ip addr add 169.254.120.145/16 dev aux

------------------------------- end --------------------------------------------


I hope you can help me.



Best regards,
Matthias Krutz


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to