Getting my VMs out on the internet

FuriousRage

Renowned Member
Oct 17, 2014
118
4
83
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)

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.
 
So, i opted to purchase/rent another IP.
I added vmbr0 as WAN on the pfSense vm, and inputted the ip and gateway in the wan settings, but still no internet connectivity.
Do i need to do something on prox host?
I also got the info on
Netmask:255.255.255.192

Havent found a place to enter this, if it matters.
I have tried to ping 1.1.1.1.

WAN in pfSense is vmbr on the host, where the public ip on my host is placed at.