Thread: Creating a network bridge causes nfs-kernel-server to stop working
when change /etc/network/interfaces from
tocode:# loopback network interface auto lo iface lo inet loopback # primary network interface auto eth0 iface eth0 inet static address 192.168.1.13 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 # dns-* options implemented resolvconf package, if installed dns-nameservers 192.168.1.1
and restart networking, nfs-kernel-server stops working. if try restart it, nfs-kernel-server not come anymore.code:# loopback network interface auto lo iface lo inet loopback auto eth0 iface eth0 inet manual # primary network interface auto br0 iface br0 inet static address 192.168.1.13 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 # dns-* options implemented resolvconf package, if installed dns-nameservers 192.168.1.1 bridge_ports eth0 bridge_fd 9 bridge_hello 2 bridge_maxage 12 bridge_stp off
using karmic (all updates installed).
hints?
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Creating a network bridge causes nfs-kernel-server to stop working
Ubuntu
Comments
Post a Comment