Hi,
I'm new to proxmox and I can't find how to do what I have in mind properly. I know how to do it in virtualbox but no way to do it in proxmox.
Topology :
My proxmox host is connected with one nic enp0s3
I have vmbr0 with enp0s3
vmbr0<>Pfsense<>vmbr3<>my vm
I put one virtual nic of pfsense on vmbr0 and it's ok, i received my ip from my real lan.
I put one virtual nic on vmbr3 and vm too on vmbr3
I set manual ip of 192.168.200.254/24 for my pfsense and 192.168.200.180/24 for my vm with the .254 for gateway.
When i try to ping from pfsense interfaces in the vlan 192.168.200.0 or from my vm. No ping worked.
I have this when i tcpdump the vmbr3 interfaces :
11:02:37.270726 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.200.254 tell 192.168.200.180, length 28
11:02:38.026809 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.200.254 tell 192.168.200.180, length 28
It's like the pfsense and vm are not interconnected
Can someone help me out ?
/etc/network/interfaces is :
auto lo
iface lo inet loopback
iface enp3s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.10.250/24
gateway 192.168.10.1
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
auto vmbr2
iface vmbr2 inet static
address 192.168.100.0/24
bridge-ports none
bridge-stp off
bridge-fd 0
#Isolated network
auto vmbr3
iface vmbr3 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
mtu 1500
bridge_ageing 0
#réseau privé
auto vlan10
iface vlan10 inet manual
vlan-raw-device vmbr3
#192.168.200.0/24
auto vlan20
iface vlan20 inet manual
vlan-raw-device vmbr3
#192.168.210.0/24
normally, pfsense and my vm is in vlan 10
I can't find a way to tag them in vlan 10. When i try to do it on the virtual nic (i tried E1000 and paravirtual), i have an error and i can't start my vm. In my memory, something like no physical ethernet card on vmbr3 -i have only one ethernet card on vmb0
I'm new to proxmox and I can't find how to do what I have in mind properly. I know how to do it in virtualbox but no way to do it in proxmox.
Topology :
My proxmox host is connected with one nic enp0s3
I have vmbr0 with enp0s3
vmbr0<>Pfsense<>vmbr3<>my vm
I put one virtual nic of pfsense on vmbr0 and it's ok, i received my ip from my real lan.
I put one virtual nic on vmbr3 and vm too on vmbr3
I set manual ip of 192.168.200.254/24 for my pfsense and 192.168.200.180/24 for my vm with the .254 for gateway.
When i try to ping from pfsense interfaces in the vlan 192.168.200.0 or from my vm. No ping worked.
I have this when i tcpdump the vmbr3 interfaces :
11:02:37.270726 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.200.254 tell 192.168.200.180, length 28
11:02:38.026809 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.200.254 tell 192.168.200.180, length 28
It's like the pfsense and vm are not interconnected
Can someone help me out ?
/etc/network/interfaces is :
auto lo
iface lo inet loopback
iface enp3s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.10.250/24
gateway 192.168.10.1
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
auto vmbr2
iface vmbr2 inet static
address 192.168.100.0/24
bridge-ports none
bridge-stp off
bridge-fd 0
#Isolated network
auto vmbr3
iface vmbr3 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
mtu 1500
bridge_ageing 0
#réseau privé
auto vlan10
iface vlan10 inet manual
vlan-raw-device vmbr3
#192.168.200.0/24
auto vlan20
iface vlan20 inet manual
vlan-raw-device vmbr3
#192.168.210.0/24
normally, pfsense and my vm is in vlan 10
I can't find a way to tag them in vlan 10. When i try to do it on the virtual nic (i tried E1000 and paravirtual), i have an error and i can't start my vm. In my memory, something like no physical ethernet card on vmbr3 -i have only one ethernet card on vmb0