Hi, i have finally got my network setup fine (according to fine me).
I have a pfSense VM, and other VMs gets dhcp ip from it, so that work.
in pfSense, the WAN is vmbr0 on proxmox, my only public ipv4 is on vmbr0. vmbr2 is lan.
The problem here is i cannot make it so wan/vmbr3 can send over to vmbr0, so traffic gets in and out, it stops dead in the track of vmbr3 (tcpdump -i vmbr3 shows traffic tries gets this far)
I have tried the standard ip route add, iptables prerouting according to several guides ive looked at.
My current route -n shows
Any thought on what i am missing when nothing i have tried, works.
I have a pfSense VM, and other VMs gets dhcp ip from it, so that work.
in pfSense, the WAN is vmbr0 on proxmox, my only public ipv4 is on vmbr0. vmbr2 is lan.
The problem here is i cannot make it so wan/vmbr3 can send over to vmbr0, so traffic gets in and out, it stops dead in the track of vmbr3 (tcpdump -i vmbr3 shows traffic tries gets this far)
Code:
auto vmbr3
iface vmbr3 inet static
address 192.168.0.254
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0
I have tried the standard ip route add, iptables prerouting according to several guides ive looked at.
My current route -n shows
Code:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 <gateway ip>.65 0.0.0.0 UG 0 0 0 vmbr0
10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 vmbr2
<gateway ip>.64 0.0.0.0 255.255.255.192 U 0 0 0 vmbr0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vmbr3
Any thought on what i am missing when nothing i have tried, works.