Custom IP Address

From MOD Wiki
Revision as of 10:41, 28 October 2016 by FalkTX (talk | contribs)
Jump to navigation Jump to search

ssh into the mod, then mount the FS as read-write:

mount / -o remount,rw

then run:

sed -i "s|192.168.51.1|192.168.51.2|" /etc/network/interfaces /etc/ssh/sshd_config

on linux you might need this: (local computer, not in the MOD)

sudo ifconfig usb0 192.168.51.2