[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Interface eth1 et eth2 non montees au démarrage



Le 03/05/2015 11:30, Pascal Hambourg a écrit :
Daniel Huhardeaux a écrit :
Le 02/05/2015 23:08, Pascal Hambourg a écrit :

A part ça, je ne vois pas. Chez moi ça marche...
En Jessie i586 ?
Non, Jessie amd64. Si tu fournis ton fichier interfaces qui contient
tout maintenant, je pourrai tester.


Voici le fichier interfaces:

root@TOOI-FW-0001:/etc/network# more interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d

dans
/etc/network/interfaces.d

eth0  eth1  eth2  lo

eth0:
# The primary network interface
auto eth0
iface eth0 inet static
        address         192.168.62.250
        netmask         255.255.255.0
        gateway         192.168.62.254
        # emergency fallback addresses
        post-up         ip addr add 169.254.19.65/16 dev eth0
        pre-down        ip addr del 169.254.19.65/16 dev eth0

eth1:
auto eth1
iface eth1 inet static
        address         192.168.92.252
        netmask         255.255.255.0

eth2:
auto eth2
iface eth2 inet static
    address 192.168.32.252
    netmask 255.255.255.0

lo:
auto lo
iface lo inet loopback

Merci pour ton aide

--
Daniel


Reply to: