How can I isolate a computer on network with pfsense?

Ramses

Platinum Member
Apr 26, 2000
2,871
4
81
I'll preface this with "I know just enough to be dangerous".

I've had a simple network going at work for years using pfsense, nothing fancy at all, pfsense does dhcp and all, firewall, some content filtering (keeping employees off youtube and such.

I've got a new box that is running some business software that is old and insecure. It's absolute crap. These guys turn off windows firewall, turn off antivirus, and lower UAC to nothing to get it to run on Windows 8.1. I'm stuck with it. We need to access this software from a couple of other PC's on our wifi network, but I'm not comfortable with it sitting there pretty unsecured (it seems to me) on the same network as our other machines, one in particular runs out order management software and is full of customer data and card numbers and such. It's encrypted that database, but still. My dream was to run that software, the new software, and several other network things we use off this one shiny new box I built since it's huge and fast but this crappy new software seems to have killed that idea.

I was thinking something like Figure B here, the trihomed DMZ.

http://www.techrepublic.com/article/solutionbase-strengthen-network-defenses-by-using-a-dmz/

Thoughts?
 
Feb 25, 2011
16,983
1,616
126
You don't want to DMZ it since that'll put it out on the public internet with no filter.

It sounds like you just want it on a different subnet with a couple of dedicated clients, and possibly prevent WWW access for that subnet. (since there's no web security software running on this box.)

If you google "multiple subnet pfsense" you should find instructions to do what (I think) you want to do.
 

Ramses

Platinum Member
Apr 26, 2000
2,871
4
81
Thanks, will go read.

My other thought which is less "cool" is just buy another router and use out backup DSL line to totally isolate that box and it's clients. I'm doing/supporting this stuff from the other side of the country so it has the advantage of being simpler in a way.
 
Feb 25, 2011
16,983
1,616
126
Thanks, will go read.

My other thought which is less "cool" is just buy another router and use out backup DSL line to totally isolate that box and it's clients. I'm doing/supporting this stuff from the other side of the country so it has the advantage of being simpler in a way.

That's essentially what doing multiple subnets would accomplish. (bolded)

Except then your pfsense box would handle routing for both networks, and your backup DSL line would still be a backup.