How to Configure the Management IP of a Palo Alto Firewall through a console connection

, , ,

So I’ve recently started experimenting with a Palo Alto VM Firewall that we are about to trial.  Unfortunately they don’t offer a Hyper-V virtual machine so I’ve had to stick this into dev our ESXi host.

Palo Alto OS Dashboard

After importing the .ovf, I edited the network adapters onto the right VLANs for me to get it going in a one-arm sniffer configuration.  I then proceeded to power it up.  Once it was loaded, I entered the default username and password (which are admin/admin) and entered the console of the device.

set deviceconfig system ip-address 192.168.1.99 
netmask 255.255.255.0 default-gateway 192.168.1.1
dns-setting servers primary 172.16.1.5

I then entered commit for the PA to save the configuration I had just entered.

I performed a ping for safe measure and ensure the unit can communicate with with the outside world for updates with PAN and other services if required (ping host fortinet.com) and then logged into the web interface using the default credentials.


Leave a Reply

More Posts

Fixing the randomly stopping WsusPool IIS Application pool and Windows Updates failed 0x80244022 error

I was recently assisting a client with an upgrade of their Configuration Manager (SCCM) environment up to the latest release of 1702 and as part of that we’re also going over it’s currently deployed functionality and making sure it all works. They recently noted that clients were no longer receiving updates and ran the Software […]

AWS and Windows Activation

Quick one today where I was on a client server hosted in AWS that wasn’t activated. Trying to activate it via Settings App throws and error. Like most large scale cloud vendors (except Azure), AWS use KMS to activate their windows machines, however sometimes the servers need some help to reach the internal KMS servers […]

How to Install a trusted certificate onto a FileZilla FTP server to enable FTPS (FTP over TLS)

I was recently helping troubleshoot an issue where as part of that I needed to get a 50GB SQL Database transferred from an interstate client onto our servers.  Both the client and us have a decent Internet Connection and we already had an FTP server in place but I was worried about the sensitive nature […]