- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-18-2022 10:28 AM
I used to think I knew how to do this stuff, but apparently not. This is an out of the box configuration of a PA440 -
I set the firewall to configure system in standard mode and use static addressing.
Initial config
set deviceconfig system ip-address 192.168.1.1
set deviceconfig system netmask 255.255.255.0
set deviceconfig system update-server updates.paloaltonetworks.com
set deviceconfig system update-schedule threats recurring weekly day-of-week wednesday
set deviceconfig system update-schedule threats recurring weekly at 01:02
set deviceconfig system update-schedule threats recurring weekly action download-only........
Set system to access remotely on my network
set deviceconfig system ip-address 10.x.z.200
set deviceconfig system netmask 255.255.255.0
After commit
set deviceconfig system ip-address 10.x.z.200
set deviceconfig system netmask 255.255.255.0
set deviceconfig system update-server updates.paloaltonetworks.com
set deviceconfig system update-schedule threats recurring weekly day-of-week wednesday
set deviceconfig system update-schedule threats recurring weekly at 01:02.......
Show system info
hostname: PA-440
ip-address: unknown
netmask: unknown
default-gateway:
ip-assignment: static
ipv6-address: unknown
ipv6-link-local-address: unknown
ipv6-default-gateway.......
admin@PA-440> show interface management
Server error : op command for client dagger timed out as client is not available
admin@PA-440> show interface
all Show all interface information
hardware Show all hardware interface information
logical Show all logical interface information
management Show management interface information
<value> <name> interface name
Thanks for the help in advance.
10-17-2022 09:23 AM
try this "@PA-440> set system ztp disable"
01-26-2024 10:43 AM
I was having the same issue after upgrading to a newer software version. The initial configuration out of the box was working fine. The management IP address setting disappeared when I upgraded to 10.2
I used the following format and the address stuck.
configure
set deviceconfig system type static
set deviceconfig system ip-address 10.x.x.x netmask 255.255.255.0 default-gateway 10.x.x.x dns-setting servers primary 8.8.8.8
commit
exit
show interface management
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!