Spondoolies-Tech / minepeon

Miner UI
GNU General Public License v2.0
0 stars 3 forks source link

dhcp setting don't work #6

Closed rimonl closed 10 years ago

rimonl commented 10 years ago

tried to configure it to static address. didn't work.

SyRenity commented 10 years ago

Seems static IP is not supported on the units?

Please investigate.

ghost commented 10 years ago

Static IP works on Mgmt boards: I tested it manually and it works.

In order to set a static IPC it is required to modify file /etc/network/interfaces. It should look like the file below (unfortunately cannot attach a file):

Configure Loopback

auto lo eth0 iface lo inet loopback

iface eth0 inet static address 192.168.100.3 netmask 255.255.255.0

ghost commented 10 years ago
auto lo eth0
iface lo inet loopback

iface eth0 inet static
        address 192.168.100.3
        netmask 255.255.255.0
SyRenity commented 10 years ago

Fixed - please test and close.