Files
cml-community/node-definitions/palo-alto
Alexander Deca 2cf2c8af59 Update README.MD for PAN-OS (#24)
* Updated README.md

* Updated README

* update
2022-10-16 11:40:00 -04:00
..
2022-10-16 11:40:00 -04:00

This directory contains the node definition for PAN-OS 10.

Notes

default username and password are admin/admin mgmt interface defaults to dhcp

Once the image has booted, after you see the following msg on the console "Masterd started successfully", you can logon with the default credentials and change the credentials after first logon.

    PA-HDF login: admin
    Password: 
    System initializing; please wait... (CTRL-C to bypass)
    Enter old password : 

To set a static ip address issue the following commands :

    configure
    set deviceconfig system type static
    set deviceconfig system ip-address <Firewall-IP> netmask <netmask> default-gateway <gateway-IP> dns-setting servers primary <DNS-IP>
    commit