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

Re: Kein Default-Gateway mehr



Hi

2014-12-12 9:52 GMT+01:00 Christian Wolf <ChristianLupus@gmx.de>:
Hallo Andreas,

ich gehe mal von einer statischen Konfiguration in /etc/network/interfaces aus, oder?
Poste die Datei mal. Dann sehen wir weiter.

Nein, das läuft per dhcp (genau wie auf dem Laptop). Die Datei hatte ich in der ersten Mail schon angehängt, aber hier nochmal 'inline':

# 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
#allow-hotplug br0
auto br0
iface br0 inet dhcp
        bridge_ports all
        # disable Spanning Tree Protocol, can cause issues with dhcp usage in guests
        bridge_stp off
        # no delay before a port becomes available
        bridge_waitport 0
        # no forwarding delay
        bridge_fd 0

Reply to: