- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Disabling LAN card !
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2005 01:57 AM
тАО09-23-2005 01:57 AM
How to disable the lan1 lancard , from OS.
OS is: hpux B.11.00
Thanks.
veri.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2005 02:01 AM
тАО09-23-2005 02:01 AM
Solution"Networking and Communications"
"Network Interface Cards"
[Highlight the interface card to deactivate]
Select "Actions>Disable"
You can also do it with ifconfig
ifconfig lan# 0.0.0.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2005 02:03 AM
тАО09-23-2005 02:03 AM
Re: Disabling LAN card !
First:
ifconfig lanX down
then:
ifconfig lanX unplumb
use the appropriate value for X
Then make sure /etc/rc.config.d/netconfig no longer has that NIC active - delete it or at least comment it out - or it'll come back next boot.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2005 02:08 AM
тАО09-23-2005 02:08 AM
Re: Disabling LAN card !
/etc/rc.config.d/netconf
Rgds,
Jeff
P.S. Sorry, I don't know my mind must be somewhere else....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2005 02:09 AM
тАО09-23-2005 02:09 AM
Re: Disabling LAN card !
You can lanconfig command to enable/disable a LAN interface.
Usage:
ifconfig lan1 down
ifconfig lan1 up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2005 02:09 AM
тАО09-23-2005 02:09 AM
Re: Disabling LAN card !
You can ifconfig command to enable/disable a LAN interface.
Usage:
ifconfig lan1 down
ifconfig lan1 up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2005 02:23 AM
тАО09-23-2005 02:23 AM
Re: Disabling LAN card !
To disable it: ifconfig lan# down
Regards,
Ziad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2005 02:43 AM
тАО09-23-2005 02:43 AM
Re: Disabling LAN card !
#/usr/sbin/ifconfig lan1 down
#/usr/sbin/ifconfig lan1 unplumb
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2005 05:34 PM
тАО09-23-2005 05:34 PM
Re: Disabling LAN card !
# ifconfig lan1 unplumb
Or go to SAM -> Networking and Communications ->Network Interface Cards->Select your card (LAN1) ->Actions -> Disable.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2005 08:17 PM
тАО09-23-2005 08:17 PM