<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Policies per Incoming &amp;amp; Outgoing interface? in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Policies-per-Incoming-amp-Outgoing-interface/m-p/98852#M78175</link>
    <description>&lt;P&gt;Hi, Can you please tell me where in my policy I need to put the "Zone" object?&lt;/P&gt;&lt;P&gt;These are the columns I have:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TlvAJNF" style="width: 1644px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/8404i5CA8AA85113B1BAF/image-dimensions/1644x29?v=v2" width="1644" height="29" role="button" title="TlvAJNF" alt="TlvAJNF" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So lets say I have a network object for my DMZ vLAN:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;192.168.2.0 - 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and I want to allow some traffic to another interface ( Zone ), Do I put the zone object &amp;amp; vLAN object in "Source" column?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Oct 2020 11:55:58 GMT</pubDate>
    <dc:creator>ShlomiA</dc:creator>
    <dc:date>2020-10-12T11:55:58Z</dc:date>
    <item>
      <title>Policies per Incoming &amp; Outgoing interface?</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Policies-per-Incoming-amp-Outgoing-interface/m-p/98776#M78172</link>
      <description>&lt;P&gt;Hi, I'm not sure I'm 100% understanding what I actually want, But I used to work with Fortigate all the time and I'm missing that feature in Checkpoint or I just don't understand how to accomplish that.&lt;/P&gt;&lt;P&gt;In fortigate, I can configure the Incoming interface and Outgoing interface for a specific policy.&lt;/P&gt;&lt;P&gt;So when ever I configure a new interface, I have to add a specific policy for it to have network between other interfaces.&lt;/P&gt;&lt;P&gt;Now, on my checkpoint firewall ( x2 5100 ClusterXL ) I have 5 interfaces:&lt;/P&gt;&lt;P&gt;1. Mgmt - Management Interface&amp;nbsp;- 192.168.1.0/24&lt;/P&gt;&lt;P&gt;2. eth1 - External Interface&lt;/P&gt;&lt;P&gt;3. eth2 - DMZ Interface - 192.168.2.0/24&lt;/P&gt;&lt;P&gt;4. eth3 - LAN Interface - 192.168.3.0/24&lt;/P&gt;&lt;P&gt;5. eth5 - Sync Interface - 192.168.4.0/24&lt;/P&gt;&lt;P&gt;For example, Let's take DMZ Interface:&lt;/P&gt;&lt;P&gt;I would like to allow all outbound traffic from DMZ to WAN but if I configure:&lt;/P&gt;&lt;P&gt;Source: DMZ ( network address pool )&lt;/P&gt;&lt;P&gt;Destination: All_Internet&lt;/P&gt;&lt;P&gt;Action: Accept&lt;/P&gt;&lt;P&gt;It will work but he will also have network to the other interfaces.&lt;/P&gt;&lt;P&gt;When I check the logs, I can see it's communicating the other interfaces through the "All_Internet" policy even though I want it to allow only WAN traffic..&lt;/P&gt;&lt;P&gt;Sorry for the lack of knowledge.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 16:09:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Policies-per-Incoming-amp-Outgoing-interface/m-p/98776#M78172</guid>
      <dc:creator>ShlomiA</dc:creator>
      <dc:date>2020-10-11T16:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Policies per Incoming &amp; Outgoing interface?</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Policies-per-Incoming-amp-Outgoing-interface/m-p/98778#M78173</link>
      <description>&lt;P&gt;First of all there is only one access policy that applies to all interfaces.&lt;BR /&gt;You just have to make your policy more specific.&lt;/P&gt;
&lt;P&gt;If you look at the All_Internet object you will notice it is a range object that says 0.0.0.0-255.255.255.255.&lt;BR /&gt;Which means it will allow access to any IP regardless of interface.&lt;/P&gt;
&lt;P&gt;What you want to use instead is the object Internet (I believe) which corresponds to the Zone assigned to your external interface.&lt;BR /&gt;You can confirm this by looking at the interface definitions on the gateway object and see what Zone that is assigned to your external interface.&lt;/P&gt;
&lt;P&gt;In any case, you can assign arbitrary Zones to each interface and use that in your Access Policy.&lt;BR /&gt;You will not be able to use them in your NAT policy, however, which is planned for R81.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 16:19:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Policies-per-Incoming-amp-Outgoing-interface/m-p/98778#M78173</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-10-11T16:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Policies per Incoming &amp; Outgoing interface?</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Policies-per-Incoming-amp-Outgoing-interface/m-p/98780#M78174</link>
      <description>&lt;P&gt;I can understand that.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 16:38:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Policies-per-Incoming-amp-Outgoing-interface/m-p/98780#M78174</guid>
      <dc:creator>ShlomiA</dc:creator>
      <dc:date>2020-10-11T16:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Policies per Incoming &amp; Outgoing interface?</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Policies-per-Incoming-amp-Outgoing-interface/m-p/98852#M78175</link>
      <description>&lt;P&gt;Hi, Can you please tell me where in my policy I need to put the "Zone" object?&lt;/P&gt;&lt;P&gt;These are the columns I have:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TlvAJNF" style="width: 1644px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/8404i5CA8AA85113B1BAF/image-dimensions/1644x29?v=v2" width="1644" height="29" role="button" title="TlvAJNF" alt="TlvAJNF" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So lets say I have a network object for my DMZ vLAN:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;192.168.2.0 - 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and I want to allow some traffic to another interface ( Zone ), Do I put the zone object &amp;amp; vLAN object in "Source" column?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2020 11:55:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Policies-per-Incoming-amp-Outgoing-interface/m-p/98852#M78175</guid>
      <dc:creator>ShlomiA</dc:creator>
      <dc:date>2020-10-12T11:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Policies per Incoming &amp; Outgoing interface?</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Policies-per-Incoming-amp-Outgoing-interface/m-p/98889#M78176</link>
      <description>&lt;P&gt;Can you please tell me if that example is good?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="testpolicy.png" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/8412i8A0197CA1E7DC767/image-size/large?v=v2&amp;amp;px=999" role="button" title="testpolicy.png" alt="testpolicy.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What I'm trying to accomplish is:&lt;/P&gt;&lt;P&gt;Allow traffic from NS1 ( in DMZ interface ) to UniProdDC1 ( in LAN interface ) with DNS protocol only.&lt;/P&gt;&lt;P&gt;Allow traffic from NS1 ( in DMZ interface ) to WAN interface with http/https ( to allow internet ).&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2020 14:30:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Policies-per-Incoming-amp-Outgoing-interface/m-p/98889#M78176</guid>
      <dc:creator>ShlomiA</dc:creator>
      <dc:date>2020-10-12T14:30:02Z</dc:date>
    </item>
  </channel>
</rss>

