Custom IP Address

From MOD Wiki
Revision as of 18:03, 13 May 2022 by FalkTX (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ssh into the mod, then mount the filesystem in read-write mode.

Then run:

sed -i "s|192.168.51.|192.168.52.|g" /etc/dnsmasq.conf /etc/network/interfaces
sync && mount / -o remount,ro && sync && hmi-reset && reboot

A few notes:

  • At least 1.10.4 is required to do this.
  • Reinstalling or updating the MOD OS will revert the changes, back to using the default 192.168.51.1 IP