- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: 2 Cards RedHat
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
10-21-2003 07:10 AM
10-21-2003 07:10 AM
2 Cards RedHat
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 07:28 AM
10-21-2003 07:28 AM
Re: 2 Cards RedHat
/etc/sysconfig/network-scripts
ifcfg-eth0 for the first card
ifcfg-eth1 for the second
The syntax is
gateway=ip_address
ip_address is numeric.
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
10-21-2003 07:53 AM
10-21-2003 07:53 AM
Re: 2 Cards RedHat
But there is another file call network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 08:54 AM
10-21-2003 08:54 AM
Re: 2 Cards RedHat
When you finish the chagnes you can reset the network as follows:
service network restart
All existing connections will suspend for a few seconds.
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
10-21-2003 09:07 PM
10-21-2003 09:07 PM
Re: 2 Cards RedHat
and modify or add to suite your needs
GATEWAY=XX.XX.XX.XX
do the same for the second card.
edit /etc/sysconfig/network-scripts/ifcfg-eth1
Hope this helps.
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2003 02:19 AM
10-22-2003 02:19 AM
Re: 2 Cards RedHat
Routing tables
Destination Gateway Flags Refs Iface Interface Pmtu
150.230.14.0 0.0.0.0 U eth0
150.230.16.0 0.0.0.0 U eth1
127.0.0.0 0.0.0.0 U lo
0.0.0.0 150.230.16.1 GW eth1
There is a another gateway 150.230.14.1
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2003 02:28 AM
10-22-2003 02:28 AM
Re: 2 Cards RedHat
That is as root do
#service network restart
!! please note this will stop and start network
for a few seconds !!
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2003 02:40 AM
10-22-2003 02:40 AM
Re: 2 Cards RedHat
and instead of defining default gateway for second network use static routes.
There can be problem when there are 2 default gateways. The system doesn't always correctly handles it. I mean instead of using the apropriate Network card to get to a specific subnet , it can choose a wrong card.
Best regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2003 02:51 AM
10-22-2003 02:51 AM
Re: 2 Cards RedHat
and reboot the system.
How can I create a permanent static route?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2003 10:23 AM
10-22-2003 10:23 AM