Same problem with static IP address

cat /etc/network/interfaces
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet manual

auto br0
iface br0 inet static
        address 172.31.113.1
        netmask 255.255.224.0
        broadcast 172.31.127.255
        gateway 172.31.119.1
        dns-nameservers 172.31.112.1 172.31.112.2
        dns-search localdomain
        bridge_ports eth0
        bridge_fd 9
        bridge_hello 2
        bridge_maxage 12
        bridge_stp off
        bridge_maxwait 0


"/etc/init.d/networking restart" puts dns info in resolv.conf
"/etc/init.d/resolvconf stop"
"/etc/init.d/resolvconf start" no more dns info in  resolv.conf

-- 
Settings dhcp in /etc/network/interfaces does not create /etc/resolv.conf
https://bugs.launchpad.net/bugs/558384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to