<?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: Simple question about excluding address in VPM domains in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/Simple-question-about-excluding-address-in-VPM-domains/m-p/88478#M17777</link>
    <description>You should have one line defining NON_VPN_TRAFFIC_RULES.&lt;BR /&gt;You probably want something like:&lt;BR /&gt;&lt;BR /&gt;#define NON_VPN_TRAFFIC_RULES ((dst=X.X.X.X,dport=80) OR (dst=y.y.y.y,dport=25))</description>
    <pubDate>Sun, 14 Jun 2020 08:07:41 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2020-06-14T08:07:41Z</dc:date>
    <item>
      <title>Simple question about excluding address in VPM domains</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Simple-question-about-excluding-address-in-VPM-domains/m-p/87898#M17701</link>
      <description>&lt;P&gt;Hi, I have a simple question but I just need to confirm how this works. I need to exclude another destination IP in the VPN domains but I am not completely sure about how to do it. Currently I have this configuration:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#ifndef NON_VPN_TRAFFIC_RULES&lt;/P&gt;&lt;P&gt;#ifndef IPV6_FLAVOR&lt;BR /&gt;#define NON_VPN_TRAFFIC_RULES (dst=X.X.X.X,dport=80)&lt;BR /&gt;#else&lt;BR /&gt;#define NON_VPN_TRAFFIC_RULES 0&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to add a new destination and port, and not totally sure if I should do it in this way:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#ifndef NON_VPN_TRAFFIC_RULES&lt;/P&gt;&lt;P&gt;#ifndef IPV6_FLAVOR&lt;BR /&gt;#define NON_VPN_TRAFFIC_RULES (dst=X.X.X.X,dport=80)&lt;BR /&gt;#else&lt;BR /&gt;#define NON_VPN_TRAFFIC_RULES (dst=Y.Y.Y.Y,dport=25)&lt;BR /&gt;#else&lt;BR /&gt;#define NON_VPN_TRAFFIC_RULES 0&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please confirm if this is the best way to do it or should I do it in a different way? Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 11:20:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Simple-question-about-excluding-address-in-VPM-domains/m-p/87898#M17701</guid>
      <dc:creator>Gusa2727</dc:creator>
      <dc:date>2020-06-10T11:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Simple question about excluding address in VPM domains</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Simple-question-about-excluding-address-in-VPM-domains/m-p/88478#M17777</link>
      <description>You should have one line defining NON_VPN_TRAFFIC_RULES.&lt;BR /&gt;You probably want something like:&lt;BR /&gt;&lt;BR /&gt;#define NON_VPN_TRAFFIC_RULES ((dst=X.X.X.X,dport=80) OR (dst=y.y.y.y,dport=25))</description>
      <pubDate>Sun, 14 Jun 2020 08:07:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Simple-question-about-excluding-address-in-VPM-domains/m-p/88478#M17777</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-06-14T08:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Simple question about excluding address in VPM domains</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Simple-question-about-excluding-address-in-VPM-domains/m-p/88513#M17783</link>
      <description>&lt;P&gt;Yes, thank you. I did it in this way some days ago and it worked well. On the other hand, is there a way to exclude ICMP traffic? I tried something like this and it does not work:&lt;/P&gt;&lt;P&gt;#define NON_VPN_TRAFFIC_RULES (dst=X.X.X.X,prot=1)&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jun 2020 14:38:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Simple-question-about-excluding-address-in-VPM-domains/m-p/88513#M17783</guid>
      <dc:creator>Gusa2727</dc:creator>
      <dc:date>2020-06-14T14:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Simple question about excluding address in VPM domains</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Simple-question-about-excluding-address-in-VPM-domains/m-p/88532#M17788</link>
      <description>It's not prot, it's ip_p.&lt;BR /&gt;The language used in this is INSPECT, which used to be documented way back in FireWall-1 3.0.&lt;BR /&gt;Yes, I've been doing this...longer than that.</description>
      <pubDate>Mon, 15 Jun 2020 02:58:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Simple-question-about-excluding-address-in-VPM-domains/m-p/88532#M17788</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-06-15T02:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Simple question about excluding address in VPM domains</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Simple-question-about-excluding-address-in-VPM-domains/m-p/88541#M17790</link>
      <description>See also the "fw monitor" expressions here if you want to get even more detailed.&lt;BR /&gt;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk30583" target="_blank"&gt;https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk30583&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jun 2020 04:22:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Simple-question-about-excluding-address-in-VPM-domains/m-p/88541#M17790</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-06-15T04:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Simple question about excluding address in VPM domains</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Simple-question-about-excluding-address-in-VPM-domains/m-p/88569#M17795</link>
      <description>&lt;P&gt;Really thanks for all the help!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 07:34:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Simple-question-about-excluding-address-in-VPM-domains/m-p/88569#M17795</guid>
      <dc:creator>Gusa2727</dc:creator>
      <dc:date>2020-06-15T07:34:25Z</dc:date>
    </item>
  </channel>
</rss>

