Re: Ethernet bridging with bridge-utils kills WAN



Nikos Chantziaras a écrit :

My guess is that you forgot to recreate a default route using br0
instead of eth0. Note that letting a DHCP client daemon (dhclient or
other) running on eth0 may interfere with the bridge. If you want to
keep using DHCP, IMO you should :
- stop eth0 and its DHCP client
- create the bridge
- run the DHCP client on br0 to get the IP settings including the
default gateway.

DHCP has to be used

Then use it on br0 instead of eth0 as I said and you won't have to bother about the default route.

[...]
Now I'm left with some other problems; OpenVPN-related though. Clients can ping each other in the 10.8.0.1-50 range, but UDP broadcast doesn't seem to work. For example, computer games use it to host a game in a LAN. But since no one seems to actually see the started hosts, I assume UDP broadcast isn't working...

Don't assume. Check with your favorite packet sniffer.
.



Relevant Pages

  • Re: Chkrootkit message
    ... Indicates your DHCP client has eth0 open in the PF_PACKET ... The PF_PACKET protocol indicates any packet sent through the socket ... will be directly passed to the Ethernet interface, ...
    (comp.os.linux.security)
  • Re: Would Knoppix enable access to router?
    ... > declaration for eth0" and the like, ... You're editing the config file for dhcpd (dhcp ... You want the dhcp client, not the server. ...
    (Debian-User)
  • Re: how to get dhclient to reconfigure link?
    ... Joe Smith wrote: ... couple of hours today, and when I plugged it back in, the kernel ... recognized that the link was up again, but the dhcp client did not ... I tried ifconfig eth0 down/up--no change. ...
    (Fedora)
  • Re: Ethernet bridging with bridge-utils kills WAN
    ... Note that letting a DHCP client daemon (dhclient or ... other) running on eth0 may interfere with the bridge. ... stop eth0 and its DHCP client ...
    (comp.os.linux.networking)
  • Re: dhcpd and two network interfaces
    ... Try to make one nic as fixed ip address and make one as dhcp client ... eg. Make eth0 as dhcp nic that will listen to dhcpd. ... and make eth1 will take ip lease from eth0 ...
    (comp.os.linux.networking)