Skip to main content

Thread: Creating a network bridge causes nfs-kernel-server to stop working


when change /etc/network/interfaces from

code:
# 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
to

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
and restart networking, nfs-kernel-server stops working. if try restart it, nfs-kernel-server not come anymore.

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

Popular posts from this blog

Help with Missing Filename Error?

more info - Joomla! Forum - community, help and support

Using phone battery to power a plane.