Hi Guys,
As you can see I'm a newbie on these kind things I was using this tutorial click here and I got stuck at after changing the VI editor "stuff" I'm not sure if I have to change my ip4 setting on my computer for me to get back into the thing.
I got to this part:
As you can see I'm a newbie on these kind things I was using this tutorial click here and I got stuck at after changing the VI editor "stuff" I'm not sure if I have to change my ip4 setting on my computer for me to get back into the thing.
I got to this part:
Quote
The file should look like this when your Internet Gateway is 10.0.0.254 like me. Otherwise you must adapt. option gateway is the IP address of your Internet router (it should be the same gateway as your laptop) ; list dns is the DNS Ip address, the same your laptop have.
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config interface 'lan'
option ifname 'eth0'
option type 'bridge'
option proto 'static'
option ipaddr '10.0.0.31'
option netmask '255.255.255.0'
option gateway '10.0.0.254'
list dns '10.0.0.254'"