I tried:
mntroot rw
echo nameserver 208.67.222.222 > /etc/resolv.d/resolv.conf.default
echo nameserver 208.67.220.220 >> /etc/resolv.d/resolv.conf.default
route add default gw 10.0.0.1 [which is the host IP I specified in the config file]
Didn't seem to have any effect so I'm guessing I'm doing it wrong
|