Operating System - Linux
1829115 Members
14143 Online
109986 Solutions
New Discussion

Linux nic-teaming question..

 
andutt
New Member

Linux nic-teaming question..

Ive set up network teaming on a Compaq Proliant DL380 G3 with 2 nics in a failover team. I running a Redhat 7.3 with 2.4.19 kernel. Running you basplnx driver. But how am i setting the default gateway correctly. It doesnt seem to be any entrie for this in the /etc/basp/team-* config. It doesnt seem to care about my entries in /etc/sysconfig/network or /etc/sysconfig/network-scripts/ifcfg-eth0. I went around this problem my adding the route manually, but does anybody have a clue how the driver have think to figger this out?? Thanks in advanse.

Regards

Linux Rules, unix a litte bit....
1 REPLY 1
Caesar_3
Esteemed Contributor

Re: Linux nic-teaming question..

Hello!

You can use the "route" command that can add, remove the gateways and more.
run man route the get all the options
or route --help

Caesar