04-07-2014, 08:47 AM
FROM
TO
NOW WORKING...
Newbie systems administrator
Sorry and thanks again.
One beer for curlymo and pilight team.
Code:
auto eth0
iface eth0 inet static
address 192.168.1.x
netmask 255.255.255.0
gateway 192.168.1.1
TO
Code:
auto lo
iface lo inet loopback
allow-hotplug eth0
auto eth0
iface eth0 inet static
address 192.168.1.x
netmask 255.255.255.0
gateway 192.168.1.1
NOW WORKING...
Newbie systems administrator
Sorry and thanks again.
One beer for curlymo and pilight team.