Custom IP Address
Jump to navigation
Jump to search
ssh into the mod, then mount the FS as read-write:
mount / -o remount,rw
then run:
<console> sed -i "s|192.168.51.1|192.168.51.2|" /etc/network/interfaces /etc/ssh/sshd_config sed -i "s|modduo|modduo2|" /etc/hostname /etc/hosts sync && mount / -o remount,ro && reboot </console>