Custom IP Address

From MOD Wiki
Revision as of 13:21, 25 October 2016 by FalkTX (talk | contribs) (Created page with "first we need to mount the FS as read-write: mount / -o remount,rw then run: sed -i "s|192.168.51.|192.168.88.|" /etc/network/interfaces /etc/dnsmasq.conf")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

first we need to mount the FS as read-write: mount / -o remount,rw

then run: sed -i "s|192.168.51.|192.168.88.|" /etc/network/interfaces /etc/dnsmasq.conf