diff --git a/node-definitions/palo-alto/README.md b/node-definitions/palo-alto/README.md new file mode 100644 index 0000000..a379068 --- /dev/null +++ b/node-definitions/palo-alto/README.md @@ -0,0 +1,31 @@ +# Palo Alto Networks vFW image + +This directory contains the node definition for PAN-OS 10 + + +### General Information + +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 netmask default-gateway dns-setting servers primary + commit + + + + diff --git a/node-definitions/palo alto/panos10.yaml b/node-definitions/palo-alto/panos10.yaml similarity index 100% rename from node-definitions/palo alto/panos10.yaml rename to node-definitions/palo-alto/panos10.yaml