<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: networking in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/networking/m-p/3173260#M87844</link>
    <description>I don't know if it can be done for any Linux systems , but for yours I'm pretty sure it can be done..&lt;BR /&gt;&lt;BR /&gt;You have also full manual here, although the guys already have provided you with more than enough:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/ref-guide/s1-networkscripts-interfaces.html#S2-NETWORKSCRIPTS-INTERFACES-CHAN" target="_blank"&gt;http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/ref-guide/s1-networkscripts-interfaces.html#S2-NETWORKSCRIPTS-INTERFACES-CHAN&lt;/A&gt;</description>
    <pubDate>Mon, 26 Jan 2004 03:00:50 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2004-01-26T03:00:50Z</dc:date>
    <item>
      <title>networking</title>
      <link>https://community.hpe.com/t5/operating-system-linux/networking/m-p/3173255#M87839</link>
      <description>hi all,&lt;BR /&gt;&lt;BR /&gt;i have four network cards on one server, i know that tru64 supports load balancing on a group of network cards (NetLag), and also supports fail-over for balanced network cards (netrain)....&lt;BR /&gt;&lt;BR /&gt;how could i make:&lt;BR /&gt;-load balancing with the same IP ?&lt;BR /&gt;-fail-over with the same IP also ?&lt;BR /&gt;&lt;BR /&gt;thanX in advance</description>
      <pubDate>Sun, 25 Jan 2004 07:26:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/networking/m-p/3173255#M87839</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-01-25T07:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: networking</title>
      <link>https://community.hpe.com/t5/operating-system-linux/networking/m-p/3173256#M87840</link>
      <description>this is one link which i got from google.&lt;BR /&gt;&lt;A href="http://www.utterberg.com/howtos/teaming_howto.php" target="_blank"&gt;http://www.utterberg.com/howtos/teaming_howto.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;google for network teaming or network bonding.&lt;BR /&gt;also i got this from google.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sourceforge.net/projects/bonding/" target="_blank"&gt;http://sourceforge.net/projects/bonding/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balaji&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 25 Jan 2004 12:27:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/networking/m-p/3173256#M87840</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2004-01-25T12:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: networking</title>
      <link>https://community.hpe.com/t5/operating-system-linux/networking/m-p/3173257#M87841</link>
      <description>more to add. here is a mail from one of the mailing list i subscribe to called lost. (check it out for Linux One Stanza Tips. &lt;A href="http://lost.sourceforge.net)" target="_blank"&gt;http://lost.sourceforge.net)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Try it out if you have 2 NIC.  It's easy to do.  rh7.x works, later kernel seems to handle fail over&lt;BR /&gt; better.  I tried on 2.4.9 default 7.2 kernel, that does not seems to handle well when I unplug 1 NIC,&lt;BR /&gt; the bw drops.  2.4.20 handles very well when is disconnect on of the NIC.  need to do more testing.&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; [kent@kent kent]$ cat /etc/sysconfig/network-scripts/ifcfg-bond0&lt;BR /&gt;&amp;gt; DEVICE=bond0&lt;BR /&gt;&amp;gt; IPADDR=192.168.2.99&lt;BR /&gt;&amp;gt; NETMASK=255.255.255.0&lt;BR /&gt;&amp;gt; NETWORK=192.168.2.0&lt;BR /&gt;&amp;gt; BROADCAST=192.168.2.255&lt;BR /&gt;&amp;gt; GATEWAY=192.168.2.1&lt;BR /&gt;&amp;gt; ONBOOT=yes&lt;BR /&gt;&amp;gt; BOOTPROTO=none&lt;BR /&gt;&amp;gt; USERCTL=no&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; [kent@kent kent]$ cat /etc/sysconfig/network-scripts/ifcfg-eth0&lt;BR /&gt;&amp;gt; DEVICE=eth0&lt;BR /&gt;&amp;gt; ONBOOT=yes&lt;BR /&gt;&amp;gt; BOOTPROTO=none&lt;BR /&gt;&amp;gt; MASTER=bond0&lt;BR /&gt;&amp;gt; SLAVE=yes&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; [kent@kent kent]$ cat /etc/sysconfig/network-scripts/ifcfg-eth1&lt;BR /&gt;&amp;gt; DEVICE=eth1&lt;BR /&gt;&amp;gt; ONBOOT=yes&lt;BR /&gt;&amp;gt; BOOTPROTO=none&lt;BR /&gt;&amp;gt; MASTER=bond0&lt;BR /&gt;&amp;gt; SLAVE=yes&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; [root@kent network-scripts]# cat ifcfg-bond0:0&lt;BR /&gt;&amp;gt; DEVICE=bond0:0&lt;BR /&gt;&amp;gt; IPADDR=192.168.2.196&lt;BR /&gt;&amp;gt; NETMASK=255.255.255.0&lt;BR /&gt;&amp;gt; NETWORK=192.168.2.0&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; Restart Network...&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; [root@kent network-scripts]# /sbin/ifconfig -a&lt;BR /&gt;&amp;gt; bond0     Link encap:Ethernet  HWaddr 00:90:27:2C:7F:EA&lt;BR /&gt;&amp;gt;           inet addr:192.168.2.99  Bcast:192.168.2.255  Mask:255.255.255.0&lt;BR /&gt;&amp;gt;           UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;&amp;gt;           RX packets:12278869 errors:7 dropped:0 overruns:0 frame:7&lt;BR /&gt;&amp;gt;           TX packets:8124496 errors:18 dropped:0 overruns:0 carrier:18&lt;BR /&gt;&amp;gt;           collisions:6 txqueuelen:0&lt;BR /&gt;&amp;gt;           RX bytes:464315659 (442.8 Mb)  TX bytes:3228444502 (3078.8 Mb)&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; bond0:0   Link encap:Ethernet  HWaddr 00:90:27:2C:7F:EA&lt;BR /&gt;&amp;gt;           inet addr:192.168.2.196  Bcast:192.168.2.255  Mask:255.255.255.0&lt;BR /&gt;&amp;gt;           UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;&amp;gt;           RX packets:12278869 errors:7 dropped:0 overruns:0 frame:7&lt;BR /&gt;&amp;gt;           TX packets:8124496 errors:18 dropped:0 overruns:0 carrier:18&lt;BR /&gt;&amp;gt;           collisions:6 txqueuelen:0&lt;BR /&gt;&amp;gt;           RX bytes:464315659 (442.8 Mb)  TX bytes:3228444502 (3078.8 Mb)&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; eth0      Link encap:Ethernet  HWaddr 00:90:27:2C:7F:EA&lt;BR /&gt;&amp;gt;           inet addr:192.168.2.99  Bcast:192.168.2.255  Mask:255.255.255.0&lt;BR /&gt;&amp;gt;           UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;&amp;gt;           RX packets:11731921 errors:4 dropped:0 overruns:0 frame:4&lt;BR /&gt;&amp;gt;           TX packets:7182275 errors:4 dropped:0 overruns:0 carrier:4&lt;BR /&gt;&amp;gt;           collisions:0 txqueuelen:100&lt;BR /&gt;&amp;gt;           RX bytes:326305683 (311.1 Mb)  TX bytes:1996540149 (1904.0 Mb)&lt;BR /&gt;&amp;gt;           Interrupt:11 Base address:0x6c00 Memory:e6600000-e6600038&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; eth1      Link encap:Ethernet  HWaddr 00:90:27:2C:7F:EA&lt;BR /&gt;&amp;gt;           inet addr:192.168.2.99  Bcast:192.168.2.255  Mask:255.255.255.0&lt;BR /&gt;&amp;gt;           UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;&amp;gt;           RX packets:546948 errors:3 dropped:0 overruns:0 frame:3&lt;BR /&gt;&amp;gt;           TX packets:942221 errors:14 dropped:0 overruns:0 carrier:14&lt;BR /&gt;&amp;gt;           collisions:6 txqueuelen:100&lt;BR /&gt;&amp;gt;           RX bytes:138009976 (131.6 Mb)  TX bytes:1231904353 (1174.8 Mb)&lt;BR /&gt;&amp;gt;           Interrupt:10 Base address:0x7000 Memory:e6601000-e6601038 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and some more info.&lt;BR /&gt;&lt;BR /&gt;more:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; oops forgot you need the bonding module, exec this as root to enable the mod on the fly.&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; insmod /lib/modules/2.4.20-19.8.SGI_XFS_1.2.0.kent/kernel/drivers/net/bonding.o&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; and add this in /etc/modules.conf so it picks up during bootup.&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; alias bond0 bonding &lt;BR /&gt;</description>
      <pubDate>Sun, 25 Jan 2004 12:28:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/networking/m-p/3173257#M87841</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2004-01-25T12:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: networking</title>
      <link>https://community.hpe.com/t5/operating-system-linux/networking/m-p/3173258#M87842</link>
      <description>As always my forums colleageue's advice looks solid.&lt;BR /&gt;&lt;BR /&gt;I would not try this on a production server without having tried it and run for 30-60 days on a test box.&lt;BR /&gt;&lt;BR /&gt;Seems workable though. &lt;BR /&gt;&lt;BR /&gt;The nice part is unlike HP-UX, Linux will tolerate two physical devioces on the same subnet.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 25 Jan 2004 14:45:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/networking/m-p/3173258#M87842</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-25T14:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: networking</title>
      <link>https://community.hpe.com/t5/operating-system-linux/networking/m-p/3173259#M87843</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;is this methods can be done for any linux systems ,that i have a linux 9 system&lt;BR /&gt;&lt;BR /&gt;fadia</description>
      <pubDate>Mon, 26 Jan 2004 01:59:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/networking/m-p/3173259#M87843</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-01-26T01:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: networking</title>
      <link>https://community.hpe.com/t5/operating-system-linux/networking/m-p/3173260#M87844</link>
      <description>I don't know if it can be done for any Linux systems , but for yours I'm pretty sure it can be done..&lt;BR /&gt;&lt;BR /&gt;You have also full manual here, although the guys already have provided you with more than enough:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/ref-guide/s1-networkscripts-interfaces.html#S2-NETWORKSCRIPTS-INTERFACES-CHAN" target="_blank"&gt;http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/ref-guide/s1-networkscripts-interfaces.html#S2-NETWORKSCRIPTS-INTERFACES-CHAN&lt;/A&gt;</description>
      <pubDate>Mon, 26 Jan 2004 03:00:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/networking/m-p/3173260#M87844</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-01-26T03:00:50Z</dc:date>
    </item>
  </channel>
</rss>

