<?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 Second Gateway and PPPoE in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/second-gateway-and-pppoe/m-p/365674#M88586</link>
    <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I'm in trouble whit this scenario:&lt;/P&gt;&lt;P&gt;- Internet connection by PPPoE protocol with 1 static IP (ie 3.3.1.205)&lt;/P&gt;&lt;P&gt;- additional 8 public IP like: 3.3.3.0 to 3.3.3.7 with 3.3.3.1 as gateway&lt;/P&gt;&lt;P&gt;- Internet connection on ethernet1/1&lt;/P&gt;&lt;P&gt;- internal LAN on ethernet 1/8 set with IP 192.168.80.254 (and LAN 192.168.80.0/24)&lt;/P&gt;&lt;P&gt;- Web Server on ethernet 1/5 = 192.168.50.254 (and LAN 192.168.50.0/24)&lt;/P&gt;&lt;P&gt;I use a default virtual router from 0.0.0.0/0 to ethernet 1/1 and LAN works great.&lt;/P&gt;&lt;P&gt;But how can configure firewall to set the second gateway for my web server connecter to ethernet 1/5? This IP has to go outside by the 3.3.3.1 gateways...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much to all for support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maurizio&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 21:44:46 GMT</pubDate>
    <dc:creator>Maurizio_Nosella</dc:creator>
    <dc:date>2020-11-25T21:44:46Z</dc:date>
    <item>
      <title>Second Gateway and PPPoE</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/second-gateway-and-pppoe/m-p/365674#M88586</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I'm in trouble whit this scenario:&lt;/P&gt;&lt;P&gt;- Internet connection by PPPoE protocol with 1 static IP (ie 3.3.1.205)&lt;/P&gt;&lt;P&gt;- additional 8 public IP like: 3.3.3.0 to 3.3.3.7 with 3.3.3.1 as gateway&lt;/P&gt;&lt;P&gt;- Internet connection on ethernet1/1&lt;/P&gt;&lt;P&gt;- internal LAN on ethernet 1/8 set with IP 192.168.80.254 (and LAN 192.168.80.0/24)&lt;/P&gt;&lt;P&gt;- Web Server on ethernet 1/5 = 192.168.50.254 (and LAN 192.168.50.0/24)&lt;/P&gt;&lt;P&gt;I use a default virtual router from 0.0.0.0/0 to ethernet 1/1 and LAN works great.&lt;/P&gt;&lt;P&gt;But how can configure firewall to set the second gateway for my web server connecter to ethernet 1/5? This IP has to go outside by the 3.3.3.1 gateways...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much to all for support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maurizio&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 21:44:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/second-gateway-and-pppoe/m-p/365674#M88586</guid>
      <dc:creator>Maurizio_Nosella</dc:creator>
      <dc:date>2020-11-25T21:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Second Gateway and PPPoE</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/second-gateway-and-pppoe/m-p/365802#M88607</link>
      <description>&lt;P&gt;Are there 2 ISP on the same link or does your ISP provide you with 1 static and 1 subnet on the same link?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;there are several solutions&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;If the second ISP is on a different link, you can sinply create a policy based forwarding rule that redirects all outbound connections from your webserver out to 3.3.3.1&lt;/P&gt;&lt;P&gt;for inbound connections you will need a second PBF rule that redirects inbound connections from the 3.3.3.1 isp to your webserver, that has &lt;STRONG&gt;symmetric return &lt;/STRONG&gt;enabled and pointing to 3.3.3.1, so sessions in both directions go in and out the same interfaces&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;use a second VR and connect the 3.3.3.1 subnet and webserver interfqce to it (that way it will work out of the box), then add routes&lt;/P&gt;&lt;P&gt;- defaultVR 192.168.50.0/24 nexthop newVR&lt;/P&gt;&lt;P&gt;-newVR 192.168.80.0/24 nexthop defaultVR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 14:22:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/second-gateway-and-pppoe/m-p/365802#M88607</guid>
      <dc:creator>reaper</dc:creator>
      <dc:date>2020-11-26T14:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Second Gateway and PPPoE</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/second-gateway-and-pppoe/m-p/365859#M88620</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/7608"&gt;@reaper&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ISP provides me 1 static and 1 subnet on the same link&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 19:00:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/second-gateway-and-pppoe/m-p/365859#M88620</guid>
      <dc:creator>Maurizio_Nosella</dc:creator>
      <dc:date>2020-11-26T19:00:46Z</dc:date>
    </item>
  </channel>
</rss>

