Networking

Palo Alto Initial Configuration

In this video we walk through the initial power on and configuration of a Palo Alto firewall. We configure the management interface from the command line and then connect to the web interface. Inside the web interface, we review how to change the IP, gateway, and DNS settings.

Palo Alto Command Line Interface (CLI)

  • Default login is admin/admin
    • My labs use admin/Password01
  • Utilizes tab-completion and context sensitive help
  • To set the Management interface IP address
    • Enter configuration mode: configure
    • Disable DHCP: set deviceconfig system type static
    • Set IP address: set deviceconfig system ip-address 172.31.199.60 netmask 255.255.0.0
    • Commit changes: commit

Confirm Management IP configuration

  • From the CLI, type ping host 8.8.8.8
    • Confirms IP address and routing is working
  • Type ping host www.google.com
    • Confirms DNS is working

Leave a Reply