# Setup new Palo Alto Firewall
## Set Management IP via console
- Connect to the console using the following settings
| Setting | Value |
| ------------ | ----- |
| Bits per sec | 9600 |
| Data bits | 8 |
| Parity | none |
| Stop bits | 1 |
| Flow control | none |
- Log in using the default username and password `admin/admin`
- Once logged in, run the following CLI commands
```
configure
```
```
set deviceconfig system ip-address 10.1.1.1 netmask 255.255.255.0 default-gateway 10.1.1.2 dns-setting servers primary 8.8.8.8
```
```
commit
```
## Source
[How to Change the Management IP Address via the Console - Knowledge Base - Palo Alto Networks](https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClFLCA0)