Closed rimonl closed 10 years ago
Seems static IP is not supported on the units?
Please investigate.
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):
auto lo eth0 iface lo inet loopback
iface eth0 inet static address 192.168.100.3 netmask 255.255.255.0
auto lo eth0
iface lo inet loopback
iface eth0 inet static
address 192.168.100.3
netmask 255.255.255.0
Fixed - please test and close.
tried to configure it to static address. didn't work.