HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: how to disable eth1 when boot next time
Operating System - Linux
1829584
Members
1284
Online
109992
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
12-26-2006 12:56 PM
12-26-2006 12:56 PM
Hi
I want to disable eth1 boot next time.?
what sort of files editted and services to be stopped?
I have editted file in /etc/sysconfig/network-scripts/ifcfg-eth1 and remove it.
I want to disable eth1 boot next time.?
what sort of files editted and services to be stopped?
I have editted file in /etc/sysconfig/network-scripts/ifcfg-eth1 and remove it.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2006 03:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2006 11:33 PM
12-31-2006 11:33 PM
Re: how to disable eth1 when boot next time
Hey Buddy...
Copy the file ifcfg-eth0 and paste it as ifcfg-eth1 and make sure that you have following arguments --
DEVICE=eth1
BOOTPROTO=
HWADDR=< >
ONBOOT=no
TYPE=Ethernet
DHCP_HOSTNAME=
NOTE : The HWADDR can be taken using the command "ifconfig eth1".
Wishes for d NEW YEAR....
Atul
Copy the file ifcfg-eth0 and paste it as ifcfg-eth1 and make sure that you have following arguments --
DEVICE=eth1
BOOTPROTO=
HWADDR=< >
ONBOOT=no
TYPE=Ethernet
DHCP_HOSTNAME=
NOTE : The HWADDR can be taken using the command "ifconfig eth1".
Wishes for d NEW YEAR....
Atul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2007 12:58 PM
01-02-2007 12:58 PM
Re: how to disable eth1 when boot next time
As folks already said, you should have left /etc/sysconfig/network-scripts/ifcfg-eth1 alone. In general never delete configuration files on a UNIX/Linux system and always save backup copies of all configuration files you change. Back to eth1 -- I would have done it this way:
1. ifdown eth1
2. edit /etc/sysconfig/network-scripts/ifcfg-eth1 to change ONBOOT to No
3. service network restart
4. ifconfig to verify success
HTH,
Ross
1. ifdown eth1
2. edit /etc/sysconfig/network-scripts/ifcfg-eth1 to change ONBOOT to No
3. service network restart
4. ifconfig to verify success
HTH,
Ross
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP