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:
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
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