How to Change Ubiquiti IP Via SSH
I have encountered a few times the need to be able to change the ip address in a ubiquiti radio via ssh here is the commands to accomplish this task.
ssh in & use this to temp change the IP until next boot ;)
ip a a XXX.XXX.XXX.XXX/XX dev br0
ip r del default
ip r a default via XXX.XXX.XXX.XXX










Leave a Reply