Paloalto NAT examples
From Notes_Wiki
Revision as of 05:44, 8 September 2023 by Saurabh (talk | contribs) (Created page with "Home > Enterprise security devices or applications > Paloalto firewall > Paloalto NAT examples =NAT of public IP to private IP on a few ports= To NAT a public IP:port to private IP:port use: # Create WAN to WAN Security rule with destination as NATed public IP with all services and all ports # Create NAT rule from WAN to LAN with source IP as any and destination IP as WAN public IP. After NAT change the destination IP to LAN IP. Here in NAT...")
Home > Enterprise security devices or applications > Paloalto firewall > Paloalto NAT examples
NAT of public IP to private IP on a few ports
To NAT a public IP:port to private IP:port use:
- Create WAN to WAN Security rule with destination as NATed public IP with all services and all ports
- Create NAT rule from WAN to LAN with source IP as any and destination IP as WAN public IP. After NAT change the destination IP
to LAN IP. Here in NAT choose only specific services. Note that we can only choose one service-group. Hence we need to group all services (TCP/UDP) in a single service group and then configure it in NAT.
Home > Enterprise security devices or applications > Paloalto firewall > Paloalto NAT examples