- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- RH Linux 7.3 networking on LH4R
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
06-01-2003 12:41 PM
06-01-2003 12:41 PM
RH Linux 7.3 networking on LH4R
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2003 04:25 PM
06-01-2003 04:25 PM
Re: RH Linux 7.3 networking on LH4R
You've got an LH4 with 2 network cards, but they are being initalised with the same settings?
What does the /etc/sysconfig/network-scripts/ifcfg-eth* files say?
What does 'ifconfig -a' say?
What does 'lsmod' say?
What's listed in /etc/modules.conf for the ethernet devices (grep eth /etc/modules.conf) ?
Some details would help us greatly ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2003 11:28 PM
06-01-2003 11:28 PM
Re: RH Linux 7.3 networking on LH4R
You musn't set the two network cards with the same parameters, change the settings in one of them and restart networking.
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 06:54 AM
06-03-2003 06:54 AM
Re: RH Linux 7.3 networking on LH4R
www.aboutdebian.com/network.htm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 07:26 AM
06-03-2003 07:26 AM
Re: RH Linux 7.3 networking on LH4R
Setting them to the same subnet but different addresses should work which is an advantage over HP-UX which will not tolerate two cards on the same subnet.
ifconfig will display all configuration information for all cards.
cat /etc/sysconfig/networkscripts/ifcfg-eth0
cat /etc/sysconfig/networkscripts/ifcfg-eth1
If they are the same change the IP address change one of them.
Then service network restart.
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
06-03-2003 09:52 AM
06-03-2003 09:52 AM
Re: RH Linux 7.3 networking on LH4R
I was pulling my hair out. I tried moving the card to the next slot ant the same thing happened. I moved the card to the first slot, and everything works fine now!!