My setup is simple, a PC with 1 CPU (decent desktop PC with AMD Phenom II X4 and 2 Realtek NICs).
One NIC connects to backup host, and work perfectly, but the othe one point to network and should support VLANs.
I set up default VLAN (1) and two other VLANs to test the situation:
I check the config:
looks good, the same for VLAN 90.
Switch that this NIC connected to can see its MACs, but I can not ping any hosts within its own VLANs from Proxmon host.
Strange indeed, as such NICs are used in our network, and both switch and NICs are looking pretty well working.
All config is done via web GUI, and the machine was rebooted several time afterwards.
What can I do to make VLANs on Proxmox work?
Thank you in advance for the advice, I really need to make it work (and I can't believe Proxmox can't do that).
One NIC connects to backup host, and work perfectly, but the othe one point to network and should support VLANs.
I set up default VLAN (1) and two other VLANs to test the situation:
Code:
eth0.7 Link encap:Ethernet HWaddr 6c:62:6d:e7:ff:42
inet6 addr: fe80::6e62:6dff:fee7:ff42/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:27 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:1806 (1.7 KiB)
eth0.90 Link encap:Ethernet HWaddr 6c:62:6d:e7:ff:42
inet6 addr: fe80::6e62:6dff:fee7:ff42/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:1680 (1.6 KiB)
vmbr7 Link encap:Ethernet HWaddr 6c:62:6d:e7:ff:42
inet addr:10.90.91.248 Bcast:10.90.91.255 Mask:255.255.255.0
inet6 addr: fe80::6e62:6dff:fee7:ff42/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:594 (594.0 B)
vmbr90 Link encap:Ethernet HWaddr 6c:62:6d:e7:ff:42
inet addr:10.90.90.248 Bcast:10.90.90.255 Mask:255.255.255.0
inet6 addr: fe80::6e62:6dff:fee7:ff42/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:468 (468.0 B)
I check the config:
Code:
cat /proc/net/vlan/eth0.7
eth0.7 VID: 7 REORDER_HDR: 1 dev->priv_flags: 1
total frames received 0
total bytes received 0
Broadcast/Multicast Rcvd 0
total frames transmitted 31
total bytes transmitted 2070
total headroom inc 0
total encap on xmit 0
Device: eth0
INGRESS priority mappings: 0:0 1:0 2:0 3:0 4:0 5:0 6:0 7:0
EGRESS priority mappings:
looks good, the same for VLAN 90.
Switch that this NIC connected to can see its MACs, but I can not ping any hosts within its own VLANs from Proxmon host.
Strange indeed, as such NICs are used in our network, and both switch and NICs are looking pretty well working.
All config is done via web GUI, and the machine was rebooted several time afterwards.
What can I do to make VLANs on Proxmox work?
Thank you in advance for the advice, I really need to make it work (and I can't believe Proxmox can't do that).