Re: Working network connectivity, not working DNS resolutions
>> Why not add a dns-nameservers to "iface br200"?
> Updated my /etc/network/interfaces with:
> # INTERNAL LAN VLAN/BRIDGE
> iface eth1.200 inet manual
> auto br200
> iface br200 inet static
>  dns-nameservers 10.254.2.254
>  address 10.254.2.1
>  netmask 255.255.255.0
>  network 10.254.2.0
>  broadcast 10.254.2.255
>  gateway 10.254.2.254
>  bridge-ports eth1.200
> But I still experience the same output including an unmodified
> /etc/resolv.conf
The "dns-nameservers..." variable will only be recognized if you are
running resolvconf; it is not a default /e/n/i option.
Reply to: