<?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 Need help in setting up a basic lab in Panorama Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/panorama-discussions/need-help-in-setting-up-a-basic-lab/m-p/581873#M2243</link>
    <description>&lt;P&gt;I am a complete beginner new to Palo Alto. I have a lab setup with Palo Alto management IP 192.168.1.51 and a windows server 2022 machine with IP 192.168.1.57. I want to create a rule on Palo Alto firewall to stop the internet access to the server. The default gateway for the internet is 192.168.1.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tell me how to do that because when I tried using the methods given online, it did not work. Ask me more questions about my setup so that you guys can understand more and help me troubleshoot this issue. I am able to ping from firewall to server and vice versa.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advanced.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Mar 2024 13:50:16 GMT</pubDate>
    <dc:creator>thorinthegreat</dc:creator>
    <dc:date>2024-03-27T13:50:16Z</dc:date>
    <item>
      <title>Need help in setting up a basic lab</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/need-help-in-setting-up-a-basic-lab/m-p/581873#M2243</link>
      <description>&lt;P&gt;I am a complete beginner new to Palo Alto. I have a lab setup with Palo Alto management IP 192.168.1.51 and a windows server 2022 machine with IP 192.168.1.57. I want to create a rule on Palo Alto firewall to stop the internet access to the server. The default gateway for the internet is 192.168.1.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tell me how to do that because when I tried using the methods given online, it did not work. Ask me more questions about my setup so that you guys can understand more and help me troubleshoot this issue. I am able to ping from firewall to server and vice versa.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advanced.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 13:50:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/need-help-in-setting-up-a-basic-lab/m-p/581873#M2243</guid>
      <dc:creator>thorinthegreat</dc:creator>
      <dc:date>2024-03-27T13:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in setting up a basic lab</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/need-help-in-setting-up-a-basic-lab/m-p/581893#M2244</link>
      <description>&lt;P&gt;so you should have:&lt;/P&gt;
&lt;P&gt;- an untrust interface connected to your internet link/isp router&lt;/P&gt;
&lt;P&gt;- a trust interface that works as the default gateway for your network (this will be your 192.168.1.1)&lt;/P&gt;
&lt;P&gt;- mgmt interface. ideally connected to it's own subnet but for a simple lab, especially when you're brand new, i'd put that in the same network as your trust interface, so you can use the trust interface as default gateway (this is needed so the firewall can fetch updates from the internet)&lt;/P&gt;
&lt;P&gt;-lab machine, also in the subnet of your trust interface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so maybe start by setting up your trust to be 192.168.57.1/24 so it can be the default gateway for your windows machine and the mgmt interface&lt;/P&gt;
&lt;P&gt;next, make sure your untrust interface has a connection to the internet.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- set the interface to dhcp mode if the isp uplink is a isp router&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- or set the untrust interface in the subnet of the internet uplink&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- in the network &amp;gt; virtual router section, add a 0.0.0.0/0 static route to the next hop of the internet uplink&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;now all you need to do is create&lt;/P&gt;
&lt;P&gt;-a security rule that allows trust to untrust&lt;/P&gt;
&lt;P&gt;-a NAT rule set like: from trust to untrust, source translation - dynamic ip and port - untrust interface (ip doesn't need to be provided, it will automatically pick the ip associated to the interface)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;commit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;now you should have internet access&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 14:45:53 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/need-help-in-setting-up-a-basic-lab/m-p/581893#M2244</guid>
      <dc:creator>reaper</dc:creator>
      <dc:date>2024-03-27T14:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in setting up a basic lab</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/need-help-in-setting-up-a-basic-lab/m-p/581897#M2246</link>
      <description>&lt;P&gt;Thanks for the help. Let me explain you further so that you can help me more.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. My base machine on which virtual box is installed has the IP of 192.168.1.8 and the default gateway for internet it 192.168.1.1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. I have set both palo alto management IP and server IP in the same subnet as the base machine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. I just need to disable internet on the server as a lab exercise.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have followed steps on a Udemy course in which the setup is more complicated with internal network and internet network that too on EVE-NG which I don't have as I couldn't install EVE-NG lab properly so I gave up. I only have 16 GB RAM on my computer which is a hinderence to creating a complex lab.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to create a trust and untrust network if I have everything in the same subnet. how can I create a rule based on it?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have already tried the static route and everything but the rule is not working and I am able to ping every IP from my server. Hope you'll be able to provide better solution this time.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 15:55:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/need-help-in-setting-up-a-basic-lab/m-p/581897#M2246</guid>
      <dc:creator>thorinthegreat</dc:creator>
      <dc:date>2024-03-27T15:55:50Z</dc:date>
    </item>
  </channel>
</rss>

