1846437 Members
2512 Online
110256 Solutions
New Discussion

Re: lanadmin

 
Nanda Kumar M
Occasional Contributor

lanadmin

Hi
It is very urgent based. my server is very slow so i verifyed interface it showing

Operation Status (value) = down(2)

so could you please tell me how to make UP
4 REPLIES 4
Adisuria Wangsadinata_1
Honored Contributor

Re: lanadmin

Hi Nanda,

You can check the lan status with lanscan command :

# lanscan [enter]

And try to make it up by command below :

# ifconfig lanX up [enter]

where lanX is the Net-Interface Name PPA with DOWN status.

BTW, DOWN status could be mean also the lan card is not configured yet. Check the /etc/rc.config.d/netconf to see which lan card has been configured.

Hope this information can help.

Regards,
Adi.

now working, next not working ... that's unix
Berd
Trusted Contributor

Re: lanadmin

Nanda,

To setup nic use following

ifconfig lanX up netmask

HTH,

Berd
Sp4admin
Trusted Contributor

Re: lanadmin

HI,

You need to verify which LAN card and if the NIC card is up.You know which lan it is correct? like LAN1 or LAN0. Also check the /etc/rc.config.d/netconf file.

# lanscan
# ifconfig lan# up

If you're still not sure you can use SAM.

sp,
Nanda Kumar M
Occasional Contributor

Re: lanadmin

Thanks for all now it workes