[SOLVED] No internet on host after VLAN configuration

snolli

New Member
Jul 19, 2020
6
1
3
29
Hello everyone!

I followed the wiki on VLAN-configuration for the host, but the host has got no internet connection anymore afterwards.
I can ping my OPNsense-router on 10.0.10.1 and other devices on the subnet though.

This is my config:
Code:
auto lo
iface lo inet loopback

iface enp3s0 inet manual

auto vmbr0
iface vmbr0 inet manual
    bridge-ports enp3s0
    bridge-stp off
    bridge-fd 0
    bridge-vlan-aware yes
    bridge-vids 2-4094

auto vmbr0.10
iface vmbr0.10 inet static
    address 10.0.10.11/24
    gateway 10.0.10.1

My firewall rules seem to be ok, because i have internet on other clients on the subnet.
Can anyone tell me what i did wrong or if i forgot something?

Thanks
 
Just solved it

I gut the wrong DNS-server on the host - because before setting up the VLANs, i reconfigured my network from 192.168.1.1/24 to 10.0.10.1/24 and forgot to change it.