What's new

Using Cisco IP Services switch + Checkpoint firewall in place of home gateway?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

mct75

New Around Here
Hi everyone. I have a home lab with a Cisco 3560G and just got a CheckPoint 2200 to play with. I was wondering if these two devices could be combined to replace the typical home gateway router. The 3560G can do routing, but not NAT, however the CheckPoint can do NAT so I was hoping to leverage that more so than its firewall capabilities.

I have a DOCSIS modem with a DHCP assigned address that would need to be assigned to the untrusted interface of the checkpoint. Modem will go to checkpoint, checkpoint to 3560G, all devices to 3560G.

Is this even possible/worth it? I figure the best way to get experience will be to "manage" a "production" network at my house instead of pinging devices in a lab setup.
 
That was the plan but apparently Checkpoints require an expensive license to run! That's what I get for buying hardware off eBay...

Now I'm trying to set up pfSense on my ESXi lab, but it only has a single NIC and pfSense does not like my VLANs. I think I am off in the deep end here.
 
Last edited:
Installing pfSense on the Checkpoint was the ticket. Thanks! I would have never guessed that was even possible.

Now, my configuration is: DOCSIS modem -> Checkpoint running pfSense -> Cisco 3560g -> clients. The network has a "flat" topology which is way less cool than have routing between VLANs and the cable modem plugged into a switchport, but this config actually works.
 
Cool!

The network has a "flat" topology which is way less cool than have routing between VLANs and the cable modem plugged into a switchport, but this config actually works.

Simple is better ;)
 
Couple of tuning tips with the Checkpoint 2200...

Go to Advanced Setup, scroll down to Power Savings - enable PowerD, and then set things to HiAdaptive - this will let the Atom D525 dynamically clock as needed...

Then do the Intel NIC license check agreement... add the following to your /boot/loader.conf.local

legal.intel_ipw.license_ack=1
legal.intel_iwi.license_ack=1

this helps out quite a bit...
 
Cool, thanks! I follow on the SpeedStep governor, but as far as the license agreement, does this unlock some features?

I did notice that some of the hardware acceleration is not enabled.

IZRXCKp.png
 
Cool, thanks! I follow on the SpeedStep governor, but as far as the license agreement, does this unlock some features?

I did notice that some of the hardware acceleration is not enabled.

The HW accel stuff - don't worry, it's old-school stuff... set like below

Screen Shot 2017-02-17 at 6.12.24 PM.png


The license agreement doesn't enable any additional features - but it does remove a restriction under the hood (not pfSense, but BSD in gen)
 
Cool! I sort of dived into pfSense once I noticed that my checkpoint was basically a brick with the stock software. There's a lot of options in there to tweak, but the "plug and play" nature is much appreciated. I'm sure I'll have lots of little tweaks to make.
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top