U
U
unlik2015-03-18 13:21:35
Debian
unlik, 2015-03-18 13:21:35

debian network bridge?

I'm trying to set up a network bridge for KVM on a dedicated server . I
write:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
auto br0
iface br0 inet dhcp
bridge_ports eth0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
As a result, access to the server is lost.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
Z
zorruch, 2015-03-18
@zorruch

Remove from eth0
Is the bridge-utils package worth it?

L
ldv, 2015-03-18
@ldvldv

remove auto eth0

V
Vladimir, 2015-03-18
@rostel

auto eth0
iface eth0 inet manual
address 0.0.0.0

V
Vlad Zhivotnev, 2015-03-18
@inkvizitor68sl

And who will configure the interface?
https://debian.pro/1345 - take an example from here (first config).

Z
zvl, 2015-06-04
@zvl

try to register statics on the bridge, it should start
looking further for the problem of isc-dhcp-client and bridge
, I don’t remember exactly, but it seems that even in the dock from the bridge-utils package it is written about the problem with getting parameters via dhcp

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question