- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ifconfig -remove ???
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
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
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
11-14-2000 05:18 AM
11-14-2000 05:18 AM
ifconfig -remove ???
This works fine
ifconfig lan3 10.0.0.1 netmask 255.0.0.0 up
How do I remove an ip adress on command line
Thanks
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2000 05:22 AM
11-14-2000 05:22 AM
Re: ifconfig -remove ???
overwrite with new adress.
if no ip wanted do
"ifconfig lan0 down"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2000 05:34 AM
11-14-2000 05:34 AM
Re: ifconfig -remove ???
Thanks
But I want to remove IP address - and then be able to ifconfig lan3 and see
"no such interface"
This can be done from SAM - I am looking for command line
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2000 06:42 AM
11-14-2000 06:42 AM
Re: ifconfig -remove ???
you can check out samlog ( Options --> View
SAM LOG ) on what sam is doing.
a good way to pick up nifty commandlines :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 03:39 AM
11-15-2000 03:39 AM
Re: ifconfig -remove ???
#ifconfig lan3 down
Also, remove it from /etc/rc.config.d/netconf and run /sbin/init.d/net stop then /sbin/init.d/net start.
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2000 06:48 AM
11-16-2000 06:48 AM
Re: ifconfig -remove ???
#ifconfig lan3 unplumb
Berlene