Difference between revisions of "Custom IP Address"
Jump to navigation
Jump to search
(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") |
|||
Line 1: | Line 1: | ||
first we need to mount the FS as read-write: | first we need to mount the FS as read-write: | ||
− | mount / -o remount,rw | + | `mount / -o remount,rw` |
then run: | then run: | ||
sed -i "s|192.168.51.|192.168.88.|" /etc/network/interfaces /etc/dnsmasq.conf | sed -i "s|192.168.51.|192.168.88.|" /etc/network/interfaces /etc/dnsmasq.conf |
Revision as of 13:22, 25 October 2016
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