- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
07-01-2021 03:12 PM - last edited on 10-26-2021 06:22 PM by icharkashy
I am setting up a very simple PA200 implementation and all I need at this stage is to be able to contact the Palo update server to update the PanOS. I have the FW plugged in directly from ethernet1/1 to the modem (subnet 192.168.0.1). The gateway is pingable. My machine is connected to the the management interface (172.16.30.35). I have virtual router configured to send all traffic (0.0.0.0/0) out of ethernet1/1. I have an any/any security policy set. I have a NAT rule (I suspect this is the problem) configured to translate the networks to each other (at least that's my intention). I know the issue is something simple but I can't get past it. Any help would be appreciated.
07-03-2021 09:25 AM
So currently probably the firewall or at least the default-vr has internet access but not your management interface as this one is conected to your computer. The route table of the management plane is completely separated from other dataplane configurations (all the actual firewallinterfaces). In a default configuration the firewall tries to reach everything from the management interface which means the firewalls tries to download updates for example over your computer. I see now two possiblities
In your situation I propose to use possibility 2 and change the sourceinterface for the services that require internet access. If you do this, then a firewallpolicy is required to allow that traffic but as you already have an any-any-allow rule this shouldn't be a problem.
07-01-2021 08:09 PM
Is your intention to make the PA-200 sit at the edge of your home network? Assuming that this is the case, your NAT statement as presently configured doesn't really make much sense unless you have a route on your modem/router (assuming you aren't talking about an actual straight modem) combo unit pointing back to your firewall. Otherwise you wouldn't have a return route pointing the traffic back to your firewall.
Generally for a home setup your NAT statement would simply have your source-translation setup like so:
Translation Type: Dynamic IP And Port
Address Type: Interface Address
Interface: ethernet1/1
IP address: None (Assuming DHCP assignment, otherwise you can select the static address from the drop down)
What this will do is simply NAT all of the traffic through the address assigned to your ethernet1/1 address and out through the modem. This then allows your modem to know where it has to return the traffic without any additional route configuration.
07-02-2021 12:35 AM
also... have you really put your external interface into the trust zone? if not then perhaps the NAT destination should be "untrust"
07-02-2021 03:36 AM
Thanks for your help. I have updated the NAT statement as such. I'm still not getting internet connectivity, though. What other information do you need for us to continue troubleshooting?
Thanks for pointing that out. I have made that correction as well.
07-02-2021 07:35 AM
Hi,
can you share me route table output.
you can use below steps to get it.
>network > virtual Routers><vr-name> >more runtime stats
And also try to test ( internet, security policy, ping etc) from below step.
device > Troubleshooting >
Best Regards,
Suresh
07-02-2021 08:45 AM
This is my NAT.
If still not working then try changing the service route for updates to ethernet1/1... if that works then perhaps an issue before it hits the NAT policy...
07-02-2021 12:13 PM
If NAT and MGT addresses are correctly populated and ruled out, could it be more basic?
Are you able to verify that you've given the MGT server a reachable DNS server?
07-02-2021 03:09 PM
Hi. Here is the route table. 192.168.0.43 is the DHCP address of the FW.
My device is at PanOS 8.1.6 so it doesn't have the troubleshooting tools mentioned above.
07-02-2021 03:12 PM - edited 07-02-2021 03:25 PM
No, MGT cannot reach a DNS server. I have manually set it to 8.8.8.8 and 9.9.9.9. DNS is pingable from ethernet1/1 but not from MGT
07-03-2021 12:49 AM
Is the trusted interface on the firewall 172.16.30.1/24 and is it also a member of the same virtual router as ethernet1/1.
07-03-2021 01:01 AM - edited 07-03-2021 01:06 AM
Hang on a mo..... you said at the first post... “My machine is connected to the the management interface (172.16.30.35)”. If this is the case then how is the management interface going to see the palo trusted interface? Or perhaps i have misread....
07-03-2021 08:01 AM
@Mick_Ball Thanks again for your help. Yes, 172.16.30.1/24 is on the trusted interface of the firewall and a member of the same virtual router.
I believe that's my problem; the management interface cannot see the trusted interface.
07-03-2021 09:25 AM
So currently probably the firewall or at least the default-vr has internet access but not your management interface as this one is conected to your computer. The route table of the management plane is completely separated from other dataplane configurations (all the actual firewallinterfaces). In a default configuration the firewall tries to reach everything from the management interface which means the firewalls tries to download updates for example over your computer. I see now two possiblities
In your situation I propose to use possibility 2 and change the sourceinterface for the services that require internet access. If you do this, then a firewallpolicy is required to allow that traffic but as you already have an any-any-allow rule this shouldn't be a problem.
07-03-2021 10:05 AM
@Remo has your best solution here... but if you have a spare switch/hub then just connect ethernet1/2, management interface.. and your laptop into it... Boom!
07-03-2021 11:03 AM
Thanks for your help. I've added loopback.1 (192.168.0.1/32) to the desired service route but I'm still unable to access the updates server. I tried the other method as well without success.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!