Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 172463

No Public IP assigned on Pfsense VM by DHCP of ISP

$
0
0
Here is my topology:
Network topology.png

And here is my network configuration:
Code:
auto lo
iface lo inet loopback

iface enp8s0 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.98.251/24
        gateway 192.168.98.254
        bridge-ports enp8s0
        bridge-stp off
        bridge-fd 0


I am now setting up a virtualized working environment. I want the Pfsense VM be the router, which receive public IP address from ISP. And assign IPs to my...

Read more

Viewing all articles
Browse latest Browse all 172463