Configuring pfsense in VM with static IP from DSL modem

paulv1

New Member
Apr 29, 2013
1
0
1
I currently have a static IP coming from a DSL modem in bridge mode assigned to the WAN interface on a dedicated pfsense box that serves all of my LAN clients through a switch -including my existing office servers and my PBX server running on dedicated machines.

I would like to combine all of these machines in one proxmox environment on a PoweEdge2950.

What is the proper way to configure the VE interfaces? I would like to let pfsense route all network traffic - even to the VE. Can a VM serve as a gateway for a VE?

I am an enduser, not a techie, and the environment is a busy office that makes it difficult to experiment.

Thanks for your time and assistance.
 
Hi Paul,

we have some machines out with a similar layout: A virtualized pfSense as firewall/router, a virtualized win server and physical clients.

This is easy to achieve: Use vmbr0 for the inner lan segment. Attach office and pbx server to that interface (and of course the switch and lan segment of pfSense to the physical one).
Use vmbr1 for pfSense wan segment (use MAC addresses of the vm to decide which is which) and attach your DSL modem to the attached pyhsical interface of vmbr1.

regards, Holger