UniFi Security Gateway Pro: Difference between revisions

From Pumping Station One
mNo edit summary
Line 52: Line 52:
4. In the SSH session, run the following (Since this is a USG Pro, eth1 has been replaced with eth0 per Ubiquiti instructions):
4. In the SSH session, run the following (Since this is a USG Pro, eth1 has been replaced with eth0 per Ubiquiti instructions):


configure
* configure
set interfaces ethernet eth0 address 10.100.0.1/20
* set interfaces ethernet eth0 address 10.100.0.1/20
delete interfaces ethernet eth0 address 192.168.1.1/24
* delete interfaces ethernet eth0 address 192.168.1.1/24
commit
* commit


Now the USG’s LAN IP is 10.100.0.1/20. The SSH session will drop.  
Now the USG’s LAN IP is 10.100.0.1/20. The SSH session will drop.


=== Controller Configuration ===
=== Controller Configuration ===