Hi All
I added a 2.5Gb NIC to my system (which has a built in 1Gb NIC). (The built in NIC has NOT been disabled through the BIOS).
No problems getting the new NIC to work - I used the DHCP option and an IP was allocated. (192.168.31.140)
Now that I’ve switched over to the 2.5Gb I want to change the DHCP IP to a static IP (I want to use the same IP address as allocated by DHCP).
When I attempted to make this change to a static IP I used the Network/Interface/ select the NIC / EDIT - this is the error message that came back…
“The network 192.168.31.0/24 is already in use by another interface.”
After doing so digging around I get this result from netstat -rn
root@XXXXXX[~]# netstat -rn
Routing tables
Internet:
Destination Gateway Flags Netif Expire
default 192.168.31.1 UGS igc0
127.0.0.1 link#2 UH lo0
192.168.31.0/24 link#1 U igc0
192.168.31.140 link#1 UHS lo0
The IP (192.168.31.0/24) is listed.
Can anyone explain why this IP is listed, how it possible “got there” and how can I delete it.
The NIC I am using is shown as “igc0” on the network/interface screen.
The active NIC connection I am using the is 192.168.31.140 - which is listed as lo0.
Thank you for your help.