mirror of
https://github.com/CiscoDevNet/cml-community.git
synced 2025-10-23 07:42:03 +00:00
added readme and renamed directory
This commit is contained in:
31
node-definitions/palo-alto/README.md
Normal file
31
node-definitions/palo-alto/README.md
Normal file
@@ -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 <Firewall-IP> netmask <netmask> default-gateway <gateway-IP> dns-setting servers primary <DNS-IP>
|
||||
commit
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user