pfSense Guest

Discussions about using Linux guests in VirtualBox.
Post Reply
akshays
Posts: 4
Joined: 28. Jul 2010, 14:09
Primary OS: MS Windows 2008
VBox Version: OSE other
Guest OSses: Windows

pfSense Guest

Post by akshays »

How do you set up a pfSense guest on a Windows 10 host to secure the host?
scottgus1
Site Moderator
Posts: 20965
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: pfSense Guest

Post by scottgus1 »

The following is experimental, I have not tried it. (It sounds interesting, though, will see if I can try it this weekend.)

Set the VM with two network adapters: Bridged and Host-Only. See Virtualbox Networks: In Pictures

On the host network adapter that you will use for pfSense WAN input, turn off all network bindings except Virtualbox Bridged Networking binding:
Image

The above is Windows-centric. I don't know how Mac/Linux/Solaris hosts do this, but the goal is the same: only let Virtualbox use the Ethernet adapter, not the host.

On Host-Only (which will be used for pfSense's LAN) turn off DHCP, and let the host adapter be configured automatically, so pfSense will load it with a valid IP address and gateway (I hope).

pfSense's WAN port goes to the Bridged adapter. pfSense's LAN port goes to Host-Only. WAN gets its IP address from your existing physical network's DHCP. pfSense will provide DHCP & gateway to the Host-Only network. Use a different private IP range than the existing physical network is using.
Post Reply