PfSense in VM, is there a good way to connect host machine to LAN?
-
Hello.
The setup is like this: ADSL modem -> Win7 host machine, pfSense in VM on that machine, another machine connected to LAN port.
The host box is a home server, it is supposed to share a printer and some drives. But in this setup it is outside the LAN, so behind a firewall. Is there a way to connect this machine to pfSense's LAN? So it could share resources, see other computers, etc?
Thanks
-
How many physical interfaces does this host have? If you have 2 its a very simple setup. Can you add 1 - nics are cheap!!
-
How many physical interfaces does this host have? If you have 2 its a very simple setup. Can you add 1 - nics are cheap!!
You mean then connect the third NIC to LAN with a physical cable? So I would need one extra port in LAN too… Sounds redundand :)
-
How many physical nics do you have in this machine 1 or 2? You need 2 to do it correctly and easy - or you going to have to do vlans, etc. etc.
What 3rd nic?? So you already have 2 in this host your running pfsense as a vm then?
Can you draw your setup please.
In your vm settings you bridge the physical interface to your pfsense interface that is connected to your modem (internet) – pfsense wan.
Your 2nd nic would be connected to your local network, and this network in vm software would also be bridged to this interface as well. Your windows 7 machine would have an IP on this local network, but would not have an IP on this wan interface.
I can draw this for you if need be. What vm software are you using?
-
I have the kind of the same question so I'm just gonna hijack this thread.
The idea is to have a host running W7 with 2 (maybe 3?) NIC's? that runs vmware
See this http://imgur.com/AQvEJpv for visualization.
Will this work and will it be more risky than using a normal household router?
This might be a stupid question, but will the host W7 machine also have access to the Internet? -
Yes your host machine would have access to the internet.. Just don't connect the host to the physical wan or even virtual wan nic/switch and just use it as connection to physical world. The host machine, any other vms are only tied to the lan side physical nic.
Pfsense is the router between and the only thing that has a leg in both the wan and lan.
-
I have the same/a similar question.
Right now I'm running pfsense on a dedicated PC, runs fine but now that I've got much faster internet and am doing traffic shaping for voip and IPTV I figure it'd benefit from a little more horsepower (plus I'd like to consolidate a bunch of my servers into one).
So, I got a monster server computer to use for pfsense. I plan on using virtualbox to host all my applications. I haven't been able to make this new server function as our main router when pfsense is running in virtual box :(
Here's my network diagram:
I've set up two bridged adapters in virtual box, one for the "wan" and one for the "lan", each one attached to the respective port on the NC360T. I set both adapters "promiscuous mode" to "all".
I had to clone the physical network card mac (#1, WAN) address into the virtualbox virtual network adapter (#1, WAN) in order for it to get an IP address from my ISP (my ISP only allows one IP address, and without cloning the mac address it was trying to get a second one!).
I can surf the internet from the server no problem (I'm assuming it's using the physical wan connection to do it, not through pfsense), but I can't surf from any computers on my network (they just get a "page can't be displayed"). From the machines on my network I can ping google.ca no problem, same with 192.168.1.1 and 8.8.8.8, and I can surf to 192.168.1.1 (pfsense gui) but not any other sites :(
I've tried:
Cloning the mac address from the physical lan card (#2, LAN) to the virtual network adapter (#2, LAN) but no change. I've tried manually specifying the IP address on the physical lan card (#2, LAN) to 192.168.1.1 but then all hell breaks loose. Machines on the network can't ping or surf to 192.168.1.1 and pinging google.ca results in 90% of the time "can't find host" and 10% of the time works.
What am I doing wrong?? :(
Thanks for any advice you can provide.
-Jamie M.
-
For why in the world would you be using virtual box running on windows? Run esxi and run pfsense and whatever say your windows 2k12 as VMs
And you don't need to clone anything.. In your current setup with windows being bound to that wan nic - unbind windows from it, so ti doesn't get an IP. Then only pfsense will ask for IP.
You windows host would only be bound to the lan nic.
No cloning of anything is required, and if you can ping google.ca but not browse it what are your lan rules on pfsense?
-
For why in the world would you be using virtual box running on windows? Run esxi and run pfsense and whatever say your windows 2k12 as VMs
Ok, I'll check out esxi instead :)
And you don't need to clone anything.. In your current setup with windows being bound to that wan nic - unbind windows from it, so ti doesn't get an IP. Then only pfsense will ask for IP.
You windows host would only be bound to the lan nic.
So I just unbind TCP/IP v4 and v6 on the wan lan adapter?? That'll stop it from sending a DHCP request to my ISP?
No cloning of anything is required, and if you can ping google.ca but not browse it what are your lan rules on pfsense?
pfSense is a fresh brand new installation, no changes made, just assigned wan and lan cards.
Thanks again. I'll try esxi and unbind the wan card and see if I can make some magic happen :)
-Jamie M.
-
you won't have to unbind if you go with esxi its a different sort of setup. But yeah if your using virtual box, on the interface connected to wan just unbind all the protocols from windows on it and windows wont don't do anything with that interface other than bridge it to the virtual box virtual nic and pfsense will grab an IP from your isp.
-
you won't have to unbind if you go with esxi its a different sort of setup. But yeah if your using virtual box, on the interface connected to wan just unbind all the protocols from windows on it and windows wont don't do anything with that interface other than bridge it to the virtual box virtual nic and pfsense will grab an IP from your isp.
Wow, you're not joking about "different sort of setup". esxi is making my brain hurt.
Before I go all in with esxi just answer me this one question:
1. Will my Windows 2012 R2 instance have direct access to all the different hard drives I have installed in this server, and will the i/o and network performance be as good as it was with just Windows 2012 R2 on it?
This "server" I have setup as a NAS with striped SSD drives and 10gbe peer to peer cards to handle 4k media content across three PC's. If the 10gbe network performance or the 2gb/sec read/write of the striped SSD drives suffers under esxi then I don't think it will be an option for this box :(
-Jamie M.
-
You didn't show any 10gbe cards in your setup that is for sure. Not that I saw
You can get direct access to the disk, what controller do you have in it? I just do a raw map to my disks so the vm can view the smart info, etc. I pull 100MBps from my VM nas without much issue. But these disks are nothing special, cheap storage drives 7200 rpm, etc.
But yes it is possible to do passthru to the Vm of the disks and network cards.
To be honest if you are using the box for that - I wouldn't be putting pfsense on it in a VM running in virtualbox. Just get a different box for pfsense would be a better option for sure!
-
You didn't show any 10gbe cards in your setup that is for sure. Not that I saw
You can get direct access to the disk, what controller do you have in it? I just do a raw map to my disks so the vm can view the smart info, etc. I pull 100MBps from my VM nas without much issue. But these disks are nothing special, cheap storage drives 7200 rpm, etc.
But yes it is possible to do passthru to the Vm of the disks and network cards.
To be honest if you are using the box for that - I wouldn't be putting pfsense on it in a VM running in virtualbox. Just get a different box for pfsense would be a better option for sure!
I already have a different box for pfSense, I'm trying to consolidate :)
The diagram would have been too complicated to draw everything, I only drew what virtualbox and pfsense was going to be touching, there are four other network cards in there (three 10gbe and an onboard gigabit "management" one).
Alright, I'll give it a go and see how it works. Thanks for the detailed answers :)
-Jamie M.
-
Well use something else to consolidate too.. To me a box designed for HIGH IO both lan and disk doesn't seem like the ideal box to be running virtual software on top of, your virtual box idea.. Nor would it prob be a good candidate for visualization itself.
-
Thanks so much!! Got everything up and working flawlessly. Man is esxi ever amazing, totally transparent performance wise :)
I downloaded esxi with an unlimited license (no time out, no ram resitrctions) from here: http://www.vmwarearena.com/2013/10/vsphere-55-download-free-esxi-55.html
I was able to re-install my Windows 2012 R2 and following this guide was able to directly map my SATA stripes into Windows (without losing any data on them), and then make them "online" with this guide. Performance is amazing.
I then installed pfSense using this guide: https://doc.pfsense.org/index.php/PfSense_2_on_VMware_ESXi_5
Everything is working great.
I forgot to copy down the mac address of my previous pfSense box so my cable modem is in provisioning mode so my speeds are terrible right now, not sure if I go and clone my mac now if it will kick out of provisioning mode or if it just has to expire the old mac.
Thanks again for all the great info.
One question: How do I expand the pfsense partition to fill the rest of the space on the disk I've assigned it? "Disk usage: 7% of 3.9G"???
-Jamie M.
-
why do think pfsense would need much space? I only gave it a 4GB disk as well.. My disk 22% of 2.9G
The Free lic from vmware is like 4TB host limit with 1TB vm limit, not sure what you think that website is giving away? Free has unlimited cpu cores as well with a limit of 8vcpu per guest.
Yeah its a great product – only stickler I have with the 5.5 is the client can not edit if you upgrade to version 10 on the hardware, only 9.. So you can upgrade to 10, and then ssh to the host and edit the vmx file to be 9, then you can edit hardware and such again with the vclient.
You are going to get way more performance out of esxi then you would running virtualbox on top of an OS. Don't get me wrong virtualbox is great and has lots of use cases. But if what you want to do is run VMs and get most power of the hardware to the VMs then no its not really the best use.
Been running pfsense on esxi for quite some time so if you have any questions just ask. So your getting your full IO on your disks then and network? Did you get your VM direct access to your 10G cards or are you just connecting that to a vswitch and using vmxnet3 virtual nics on your VM which are 10G, what kind of speeds are you getting? Any loss of throughput?
-
why do think pfsense would need much space? I only gave it a 4GB disk as well.. My disk 22% of 2.9G
haha, ok. Is there a way to shrink my vmdk, I gave it 20gb on my precious boot SSD.
The Free lic from vmware is like 4TB host limit with 1TB vm limit, not sure what you think that website is giving away? Free has unlimited cpu cores as well with a limit of 8vcpu per guest.
When I downloaded ESXi from vmware directly, when I put in the license they gave me, it said it was going to expire in 60 days. When I googled that, peeps said just re-install every 60 days, but that website, when you click the link for "download vmware" it has a tag in it. It gave me a new license number which got rid of the expiry notice.
Yeah its a great product – only stickler I have with the 5.5 is the client can not edit if you upgrade to version 10 on the hardware, only 9.. So you can upgrade to 10, and then ssh to the host and edit the vmx file to be 9, then you can edit hardware and such again with the vclient.
At least it gives you a warning before you upgrade it to 10! I clicked that, and then it's like "you can only manage it with the web based/not free whatever" so I said no thanks :)
So your getting your full IO on your disks then and network? Did you get your VM direct access to your 10G cards
My drive/file/network permissions are completely messed up at the moment so haven't given it a good test. I was able to add the 10g cards as "pci device" directly to Win2012 R2 VM. I just dropped a file over the network at 500mb/sec and copied from stripe to stripe (internal) at 1.5gb/sec so it seems that everything is working at full speed or close enough to it :)
-Jamie M.
-
500mbps ?? You mean 500MBps ?? 500mb would be like watching paint dry on a 10Gb connection if you asked me.. I see high 800 to low 900's mbps on my cheap gig equipment, etc.. I pull 100MBps from my VM, etc.. b is bits, B is Bytes ;)
Yes the TRIAL expires every 60 days, just get a FREE license from VMware..
-
500mbps ?? You mean 500MBps ?? 500mb would be like watching paint dry on a 10Gb connection if you asked me.. I see high 800 to low 900's mbps on my cheap gig equipment, etc.. I pull 100MBps from my VM, etc.. b is bits, B is Bytes ;)
500 (megabytes / second) = 4000 Mbps, not really sure what you didn't understand?
-Jamie M.
-
XenServer. Free with all the goodies - iSCSI, Motion, HA. (All these VMs are on a FreeNAS iSCSI instance.)

