Hi.
I need some help to install proxmox on a hetzner server network with two ip (second ip with vitual mac).
enp4s0 = First public host ip
vmbr0 = Second ip with dedicated mac address ( i want to assign it to pfsense)
vmbr1 = private ip (private ip from pfsense to virtual machines)
Now I have setup pfsense with wan card to vmbr0 and lan to vmbr1, and enabled ip forwarding but the wan can't connect to the internet.
Also trying to set the pfsense wan gateway to the host ip and to the hetzner network gateway.
Where i'm wrong?
Thank you.
I need some help to install proxmox on a hetzner server network with two ip (second ip with vitual mac).
enp4s0 = First public host ip
vmbr0 = Second ip with dedicated mac address ( i want to assign it to pfsense)
vmbr1 = private ip (private ip from pfsense to virtual machines)
Now I have setup pfsense with wan card to vmbr0 and lan to vmbr1, and enabled ip forwarding but the wan can't connect to the internet.
Also trying to set the pfsense wan gateway to the host ip and to the hetzner network gateway.
Where i'm wrong?
Thank you.
Code:
auto lo
iface lo inet loopback
auto enp4s0
iface enp4s0 inet static
address xxx.xxx.xxx.189
netmask 24
gateway xxx.xxx.xxx.161
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.xxx.182
netmask 24
bridge-ports none
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.30.1
netmask 24
bridge-ports none
bridge-stp off
bridge-fd 0