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

Re: debian streatch interfaces



Prova a tolgliere "auto eth0".... o commentarlo

On Thu, 6 Dec 2018 at 14:41, marco pirola <mapirola81@gmail.com> wrote:

Sto' seguendo la guida postata sul wiki di debian ma al riavvio ne l'interfaccia eth0 ne il br0 sale. Dove sbaglio?

# The primary network interface
auto eth0

#make sure we don't get addresses on our raw device
iface eth0 inet manual

#set up bridge and give it a static ip
auto br0
iface br0 inet static
        address 192.168.1.2
        netmask 255.255.255.0
        network 192.168.1.0
        broadcast 192.168.1.255
        gateway 192.168.1.1
        bridge_ports eth0
        bridge_stp off
        bridge_fd 0
        bridge_maxwait 0
        dns-nameservers 8.8.8.8

Reply to: