Hello guys!
Iam trying to setup PfSense on my ProxMox hosted at Hetzner. I want to use the PfSense as a router so i have 2 public ips from Hetzner. The problem is i cannot access the webui via the "wan" IP and i already did "pfctl -d" to allow it to use the wan ip.
That is my ProxMox Host Interface:
Read more
Iam trying to setup PfSense on my ProxMox hosted at Hetzner. I want to use the PfSense as a router so i have 2 public ips from Hetzner. The problem is i cannot access the webui via the "wan" IP and i already did "pfctl -d" to allow it to use the wan ip.
That is my ProxMox Host Interface:
Code:
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto eno1
iface eno1 inet static
address xx.xx.41.163
netmask 255.255.255.192
gateway xx.xx.41.129...
Read more