B
bubbletrouble
Guest
Hi guys,
I'm trying to integrate Proxmox with a Juniper switch. I have other ubuntu hosts set up in a similar fashion but the behavior under Proxmox is as of yet inexplicable to me.
I have defined eth0 as a trunk port with a single management vlan, however I see only sporadic traffic passing back and forth with tcpdump, nor can I hit any of the layer 3 IP addresses on that subnet. It's like its being black holed. The hardware is identical to my other linux hosts, and I've verified that the interface works in non trunked mode.
Here is my interfaces config
auto lo
iface lo inet loopback
iface eth0 inet manual
auto eth0.100
iface eth0.100 inet static
address 0.0.0.0
netmask 0.0.0.0
iface eth1 inet manual
iface vmbr0 inet manual
bridge_ports none
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 172.16.1.2
netmask 255.255.255.0
bridge_ports eth1
bridge_stp off
bridge_fd 0
auto vmbr100
iface vmbr100 inet static
address 172.16.100.106
netmask 255.255.255.0
bridge_ports eth0.100
bridge_stp off
bridge_fd 0
------------------------------------------
The vlan shows up
VLAN Dev name | VLAN ID
Name-Type: VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD
eth0.100 | 100 | eth0
and the bridge
bridge name bridge id STP enabled interfaces
vmbr1 8000.0030489e7dd7 no eth1
vmbr100 8000.0030489e7dd6 no eth0.100
but thats where my luck ends. There aren't any iptables rules, no port based authentication or layer two access controls that would stop traffic from working on this vlan. tcpdump -vvv -i eth0.100 occasionally returns L2 data like STP, and brctl showmacs vmbr100 shows l2 mac addresses of hosts on that mangement segment. However, the management ip address assigned to the bridge on that vlan cannot be pinged or otherwise contacted at L3.
I also tried upgrading to the newer kernel 2.6.35-1-pve. I am running the igb kernel module on an 82576 Intel ethernet card.
I am open to troubleshooting or other suggestions.
Thanks.
I'm trying to integrate Proxmox with a Juniper switch. I have other ubuntu hosts set up in a similar fashion but the behavior under Proxmox is as of yet inexplicable to me.
I have defined eth0 as a trunk port with a single management vlan, however I see only sporadic traffic passing back and forth with tcpdump, nor can I hit any of the layer 3 IP addresses on that subnet. It's like its being black holed. The hardware is identical to my other linux hosts, and I've verified that the interface works in non trunked mode.
Here is my interfaces config
auto lo
iface lo inet loopback
iface eth0 inet manual
auto eth0.100
iface eth0.100 inet static
address 0.0.0.0
netmask 0.0.0.0
iface eth1 inet manual
iface vmbr0 inet manual
bridge_ports none
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 172.16.1.2
netmask 255.255.255.0
bridge_ports eth1
bridge_stp off
bridge_fd 0
auto vmbr100
iface vmbr100 inet static
address 172.16.100.106
netmask 255.255.255.0
bridge_ports eth0.100
bridge_stp off
bridge_fd 0
------------------------------------------
The vlan shows up
VLAN Dev name | VLAN ID
Name-Type: VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD
eth0.100 | 100 | eth0
and the bridge
bridge name bridge id STP enabled interfaces
vmbr1 8000.0030489e7dd7 no eth1
vmbr100 8000.0030489e7dd6 no eth0.100
but thats where my luck ends. There aren't any iptables rules, no port based authentication or layer two access controls that would stop traffic from working on this vlan. tcpdump -vvv -i eth0.100 occasionally returns L2 data like STP, and brctl showmacs vmbr100 shows l2 mac addresses of hosts on that mangement segment. However, the management ip address assigned to the bridge on that vlan cannot be pinged or otherwise contacted at L3.
I also tried upgrading to the newer kernel 2.6.35-1-pve. I am running the igb kernel module on an 82576 Intel ethernet card.
I am open to troubleshooting or other suggestions.
Thanks.