Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 171621

VLAN tagging not working

$
0
0
Hello. I am running latest Proxmox 2.3-13.
I am having problems setting vlan-bridge.
My config is:
Code:

# network interface settings
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
        address  10.10.10.123
        netmask  255.255.255.0
        gateway  10.10.10.1

auto eth1
iface eth1 inet manual

auto eth2
iface eth2 inet manual

auto vmbr2
iface vmbr2 inet static
        address  192.168.3.1
        netmask  255.255.255.0
        bridge_ports eth2.2
        bridge_stp off
        bridge_fd 0


Switch port is configured as 'tagged'.
With the config above I am unable to ping (or do anything else) proxmox host from other clients in vlan2.
Can anyone give me some ideas?

Viewing all articles
Browse latest Browse all 171621

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>