I tried to search the forum for hints but was unsuccessful so far...
I have a PVE HN set up with a single NIC using two VLANs. On VLAN1, the IP subnet 192.168.1.0/24 is configured, on VLAN10 the IP subnet 192.168.10.0/24. A router routes between these subnets.
On Kernel 2.6.24-8, a VE using venet0 with an IP in the 192.168.10.0/24 subnet can successfully ping another system the 192.168.1.0/24 subnet. On Kernel 2.6.32-4, this is no longer possible.
I notice differences in the tcpdumps taken on the HN depending on which kernel it is running. On both kernels, IP packets are sent on the VLAN1 and received on the VLAN10 (I was unsuccessful tweaking the VE_ROUTE_SRC_DEV and NEIGHBOUR_DEVS parameters to only use VLAN10). On 2.6.24-8, the eth0 interface shows only VLAN1 packets, on 2.6.32-4 the eth0 interface shows both VLAN1 and VLAN10 packets. On 2.6.32-4 the venet0 interface shows only outgoing packets, on 2.6.24-8 it shows both incoming and outgoing.
This is the network configuration:
TCPdumps in the next post due to size limit...
I have a PVE HN set up with a single NIC using two VLANs. On VLAN1, the IP subnet 192.168.1.0/24 is configured, on VLAN10 the IP subnet 192.168.10.0/24. A router routes between these subnets.
On Kernel 2.6.24-8, a VE using venet0 with an IP in the 192.168.10.0/24 subnet can successfully ping another system the 192.168.1.0/24 subnet. On Kernel 2.6.32-4, this is no longer possible.
I notice differences in the tcpdumps taken on the HN depending on which kernel it is running. On both kernels, IP packets are sent on the VLAN1 and received on the VLAN10 (I was unsuccessful tweaking the VE_ROUTE_SRC_DEV and NEIGHBOUR_DEVS parameters to only use VLAN10). On 2.6.24-8, the eth0 interface shows only VLAN1 packets, on 2.6.32-4 the eth0 interface shows both VLAN1 and VLAN10 packets. On 2.6.32-4 the venet0 interface shows only outgoing packets, on 2.6.24-8 it shows both incoming and outgoing.
This is the network configuration:
Code:
root@proxmox:~# cat /etc/network/interfaces
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.4
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.10.3
netmask 255.255.255.0
bridge_ports eth0.10
bridge_stp off
bridge_fd 0
root@proxmox:~# ifconfig
eth0 Link encap:Ethernet Hardware Adresse 00:e0:4d:ba:c3:ee
inet6-Adresse: fe80::2e0:4dff:feba:c3ee/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metrik:1
RX packets:15235 errors:0 dropped:0 overruns:0 frame:0
TX packets:9650 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:10426250 (9.9 MiB) TX bytes:3690756 (3.5 MiB)
Interrupt:253 Basisadresse:0xe000
eth0.10 Link encap:Ethernet Hardware Adresse 00:e0:4d:ba:c3:ee
inet6-Adresse: fe80::2e0:4dff:feba:c3ee/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:12156 errors:0 dropped:0 overruns:0 frame:0
TX packets:5240 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:8754714 (8.3 MiB) TX bytes:3374889 (3.2 MiB)
lo Link encap:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6-Adresse: ::1/128 Gültigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:16436 Metrik:1
RX packets:3027 errors:0 dropped:0 overruns:0 frame:0
TX packets:3027 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:1555108 (1.4 MiB) TX bytes:1555108 (1.4 MiB)
venet0 Link encap:UNSPEC Hardware Adresse 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
UP BROADCAST PUNKTZUPUNKT RUNNING NOARP MTU:1500 Metrik:1
RX packets:3580 errors:0 dropped:0 overruns:0 frame:0
TX packets:5455 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:199702 (195.0 KiB) TX bytes:8050495 (7.6 MiB)
vmbr0 Link encap:Ethernet Hardware Adresse 00:e0:4d:ba:c3:ee
inet Adresse:192.168.1.4 Bcast:192.168.1.255 Maske:255.255.255.0
inet6-Adresse: fe80::2e0:4dff:feba:c3ee/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:2093 errors:0 dropped:0 overruns:0 frame:0
TX packets:4404 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:1412620 (1.3 MiB) TX bytes:314059 (306.6 KiB)
vmbr1 Link encap:Ethernet Hardware Adresse 00:e0:4d:ba:c3:ee
inet Adresse:192.168.10.3 Bcast:192.168.10.255 Maske:255.255.255.0
inet6-Adresse: fe80::2e0:4dff:feba:c3ee/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:11780 errors:0 dropped:0 overruns:0 frame:0
TX packets:4502 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:8723716 (8.3 MiB) TX bytes:2727969 (2.6 MiB)
Last edited: