[SOLVED]Ethernet interface adds second IP address

WW1 Flying Ace

Dabbler
Joined
Jul 17, 2018
Messages
10
(see signature for NAS 1 specs)

I am bringing up a new Core server, and when configuring an interface for a static IP address the configuration includes a second address of 0.0.0.0/8.

I used the web interface to make the change, not the console.

Code:
inet 192.168.222.100 netmask 0xffffff00 broadcast 192.168.222.255
inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255         <------ This one


It is a bit strange as I only configured the one address. Any ideas?
 

WW1 Flying Ace

Dabbler
Joined
Jul 17, 2018
Messages
10
I restarted the server to no good effect.

Then, from the console, I removed all ethernet configurations, and rebuilt from scratch. DHCP has a reservation for this machine, so I configured ix0 as DHCP. It came right up. I then used the GUI to edit the ix1 interface. I gave it the IP address as before, clicked to test changes. This time it came back immediately to save changes. Previously it delayed quite a bit first, so there must have been some "confusion" in the configuration.

It is working with my current configuration.
 
Top