1847464 Members
2763 Online
110265 Solutions
New Discussion

lan2 0.0.0.0 problem

 
SOLVED
Go to solution
j773303
Super Advisor

lan2 0.0.0.0 problem

Hi, I've a question about why netstat -rn shows this line:
Desk/Netmask Gateway Flags Refs Use Interface Pmtu
default * U 0 0 lan2 4136

Below is netconf contents about lan2:

netconf:
========
INTERFACE_NAME[2]=lan2
IP_ADDRESS[2]=0.0.0.0
SUBNET_MASK[2]=0x0
=======================



Hero
2 REPLIES 2
TY 007
Honored Contributor
Solution

Re: lan2 0.0.0.0 problem

Hello,

# man ifconfig
unplumb
Tear down the Streams plumbing for a primary interface name

Issue command:
# ifconfig lan2 unplumb

Thanks
TY 007
Honored Contributor

Re: lan2 0.0.0.0 problem

Hello,

Go to the Server Console.

In netconf, comment out lines:
# INTERFACE_NAME[2]=lan2
# IP_ADDRESS[2]=0.0.0.0
# SUBNET_MASK[2]=0x0

Restart Network Services:
# /sbin/init.d/net stop
# /sbin/init.d/net start

Reboot the Server if possible to confirm the changes.

Thanks