- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Chaneg ip addr in RedHat AS3
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
07-03-2006 03:46 AM
07-03-2006 03:46 AM
I'm new on Linux,
Could you tell me how to change (in command line) the ip address on redhat AS4 ?
No netconf file and net startup script found ;-)
ifconfig tell me 3 nic with all the same address (eth0, eth1 and bond0) and all of then have the same mac adrress. what does it mean ?
Sure it's a basic question but i'hadn't found aswer in admin guid (only gui way).
Thanks a lot
Regards
Francois
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2006 04:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2006 12:32 AM
07-04-2006 12:32 AM
Re: Chaneg ip addr in RedHat AS3
Suggestion for testing. cp the ifcfg-eth0 file to /root so if you make mistake you can recover.
You can try out your ideas or change temporarily with the ifconfig command, which works the same as HP-UX.
The GATEWAY for the NIC can be in the ifcfg-eth0 or /etc/sysconfig/network
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2006 12:48 AM
07-04-2006 12:48 AM
Re: Chaneg ip addr in RedHat AS3
Use the foll. command:
ifconfig eth0 192.x.x.x netmask 255.x.x.x up
Cheers
Vipul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2006 01:35 AM
07-04-2006 01:35 AM
Re: Chaneg ip addr in RedHat AS3
Thanks a lot for your answers.
ifconfig is alright for me but i was lokking for configuration files. I read in man that /etc/sysconfig/network 's files are not editable, but in fact it's ok to change those.
I saw after that bound0 is for agregate nic, that's why i have same mac address.
thanks a lot
Francois
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2006 02:44 AM
07-05-2006 02:44 AM
Re: Chaneg ip addr in RedHat AS3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2006 03:31 AM
07-05-2006 03:31 AM
Re: Chaneg ip addr in RedHat AS3
In this case you don't want to change eth0 and eth1 because they are slaves to the software bond ethernet driver bond0
You change the ip address with the ifconfig command to bond0 instead of eth0 and change the file /etc/sysconfig/network-scripts/ifcfg-bond0
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com