CPUG

The Check Point User Group

A Resource For The Check Point Community.  Fast.  Useful.  Independent.

1. Come to CPUG CON 2008 EUROPE in Switzerland on September 8th - 9th!
    Two days full of technical content for Check Point administrators in the beautiful Swiss Alps!
    We already have 72 attendees signed up from 20 countries!
2. CCSA/CCSE One-Week Dual-Certification Training Course with CPUG in San Francisco!
    Courses Starting 10/6, 11/3, 12/8, (2009) 1/19, 2/9, 3/9, 4/6, 5/4, 6/8, 7/6, 8/3, 9/7.
3. Corrent S3500 SecureXL Turbocards For Sale - Last Six Remaining - Get Your Spares!
4. Join Us On LinkedIn - We now have a CPUG group.


Go Back   CPUG: The Check Point User Group > Check Point Firewall-1/VPN-1 And Related Products > Dynamic Routing
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2007-02-05
karimi karimi is offline
Member
 
Join Date: 2005-08-22
Posts: 54
Rep Power: 4
karimi has an average reputation (10+)
Default Core Based Routing with VLANs question

Hi,

I don't have any available ports on my firewall, and need to route an extra internal network. It has been suggested I config a virtual interface.

Instead of doing this, can I route this new subnet to my core (10.10.0.1) which can bounce it off the Firewall (10.10.10.6), and then I can configure the policy rules to allow the traffic to get to the other network via the core through the same interface - sort of like "bouncing" it off the single interface.

This way I could accomplish routing traffic between the 2 networks without requiring an additional interface..

So today i have:

source (204.187.70.10) next hop is core (10.10.0.1). Core has a route to FW (10.10.0.6) for anything which is not local LAN (10.10.0.0). FW has a static route for 204.187.70.0/24 back to the core (10.10.0.1). This way, I am routing 2 networks through the core via my FW, without using up a dedicated interface on the FW for 204.187.70.xxx network.

Could I thus add a new network and do core routing without having to configure a virtual int on my FW ?

Thanks!!

Last edited by karimi; 2007-02-05 at 10:01.
Reply With Quote
  #2 (permalink)  
Old 2007-02-05
chillyjim chillyjim is offline
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,637
Rep Power: 5
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: Core Based Routing with VLANs question

Isn't the core router just going to route the traffic without sending it to the firewall?
Reply With Quote
  #3 (permalink)  
Old 2007-02-05
karimi karimi is offline
Member
 
Join Date: 2005-08-22
Posts: 54
Rep Power: 4
karimi has an average reputation (10+)
Default Re: Core Based Routing with VLANs question

Quote:
Originally Posted by chillyjim View Post
Isn't the core router just going to route the traffic without sending it to the firewall?

The Core (10.10.0.1) router says to send anything not on the local LAN (10.10.0.0) to the firewall..(10.10.0.6). The FW has a static route which says anything from 204.187.70.xxx send back to the core (10.10.0.1).

In that sense, can I not add a new network and route it to my core, and send it to my FW and back to the core, without using up a separate interface on my FW ?

Last edited by karimi; 2007-02-05 at 10:06.
Reply With Quote
  #4 (permalink)  
Old 2007-02-05
chillyjim chillyjim is offline
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,637
Rep Power: 5
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: Core Based Routing with VLANs question

AFAIK you can, routing takes place after inspection. Make sure you add the new network into the topology or anti-spoofing will drop the packets.
Reply With Quote
  #5 (permalink)  
Old 2007-02-05
karimi karimi is offline
Member
 
Join Date: 2005-08-22
Posts: 54
Rep Power: 4
karimi has an average reputation (10+)
Default Re: Core Based Routing with VLANs question

Quote:
Originally Posted by chillyjim View Post
AFAIK you can, routing takes place after inspection. Make sure you add the new network into the topology or anti-spoofing will drop the packets.

Thanks Chillyjim,

In this case, why does one require separate interfaces on a FW (aside from the internet outside) if you can route separate VLANs internally via a core to the inner FW interface and then use the policy to protect which protocols you want between these subnets? i.e. In the same respect, can I not take all my vendor networks and send them to my core - let's say VendorA=32.78.121.0/24 and VendorB=129.32.50.0/24 and then my core will have a route for these unknown networks to my FW (10.10.0.6), and as long as I have static routes on my FW going back to the core, it should send the traffic back to the vendors?

Someone say you can't send "routed" networks through a Switch, it won't work from a routed (VendorA+B) to a non-routed (my 10.100.0.0) address, but I can't see why not if my core knows where to send the traffic?

Thanks

~k

Last edited by karimi; 2007-02-05 at 11:23.
Reply With Quote
  #6 (permalink)  
Old 2007-02-06
chillyjim chillyjim is offline
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,637
Rep Power: 5
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: Core Based Routing with VLANs question

It becomes a question of why do you have separate networks then. The main reason for different networks on a LAN is to breakup broadcast domains and to isolate traffic flow. If you end up putting all of that on one "wire" anyway you might as well use a flat IP space.

You really should split this up into different VLANs from a traffic flow and management standpoint as well as a security standpoint. With just one physical network there is no way to force the traffic to the firewall, I can just send my packets straight to the system I want using it's MAC address and not its IP address.
Reply With Quote
  #7 (permalink)  
Old 2007-02-07
karimi karimi is offline
Member
 
Join Date: 2005-08-22
Posts: 54
Rep Power: 4
karimi has an average reputation (10+)
Default Re: Core Based Routing with VLANs question

Quote:
With just one physical network there is no way to force the traffic to the firewall, I can just send my packets straight to the system I want using it's MAC address and not its IP address.

Thanks Chillyjim,

However, i AM forcing traffic to the firewall because I have a static route on the core that says send all networks to the FW. The FW has an interface to my private network, and thus I can regulate or protect my internal network from vendors. I am trying to avoid using a new interface on the FW for each vendor. That is where I am confused...
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 23:25.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0