Unifi Network

From Corat Coret
Revision as of 14:41, 10 January 2025 by Johan Efendi (talk | contribs) (Created page with " ===Menambahkan USG ke Existing Project=== Edit IP Address agar bisa dikenali di nextwork, misal 192.168.19.50 <syntaxhighlight lang="bash"> $ ssh [email protected] ubnt@ubnt:~$ configure ubnt@ubnt:~$ edit interfaces ethernet eth1 ubnt@ubnt:~$ set address 192.168.19.50 ubnt@ubnt:~$ commit ubnt@ubnt:~$ exit ubnt@ubnt:~$ exit </syntaxhighlight> Hapus IP lama dari USG <syntaxhighlight lang="bash"> $ ssh ubnt@[NEW IP] ubnt@ubnt:~$ configure ubnt@ubnt:~$ edit interfaces eth...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Menambahkan USG ke Existing Project

Edit IP Address agar bisa dikenali di nextwork, misal 192.168.19.50

$ ssh [email protected]
ubnt@ubnt:~$ configure
ubnt@ubnt:~$ edit interfaces ethernet eth1
ubnt@ubnt:~$ set address 192.168.19.50
ubnt@ubnt:~$ commit
ubnt@ubnt:~$ exit
ubnt@ubnt:~$ exit

Hapus IP lama dari USG

$ ssh ubnt@[NEW IP]
ubnt@ubnt:~$ configure
ubnt@ubnt:~$ edit interfaces ethernet eth1
ubnt@ubnt:~$ delete address 192.168.1.1/24
ubnt@ubnt:~$ commit
ubnt@ubnt:~$ exit

Beritahukan keberadaannya agar bisa dikenali oleh controller (CloudKey)

ubnt@ubnt:~$ set-inform http://[CLOUD KEY IP]:8080/inform