<?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: @ bonds in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/bonds/m-p/4090769#M83185</link>
    <description>Have a look at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cyberciti.biz/tips/linux-bond-or-team-multiple-network-interfaces-nic-into-single-interface.html" target="_blank"&gt;http://www.cyberciti.biz/tips/linux-bond-or-team-multiple-network-interfaces-nic-into-single-interface.html&lt;/A&gt;</description>
    <pubDate>Tue, 23 Oct 2007 14:32:02 GMT</pubDate>
    <dc:creator>skt_skt</dc:creator>
    <dc:date>2007-10-23T14:32:02Z</dc:date>
    <item>
      <title>@ bonds</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonds/m-p/4090768#M83184</link>
      <description>Hi,&lt;BR /&gt;I have set up 2 bonds on RED HAT. I am having an issue where all the outgoing packets have the source IP of the server.&lt;BR /&gt;&lt;BR /&gt;Here is an Ex : Apache connects to  TomCAT.&lt;BR /&gt; IP 1 : 10.20.40.1 ( Primary IP)&lt;BR /&gt; IP 2 : 10.250.40.2 ( RUnning Apache )&lt;BR /&gt;&lt;BR /&gt;When i do netstat, i see all the connections from&lt;BR /&gt;10.250.40.1 and the tomcat. Even thou i am running on 10.250.40.2&lt;BR /&gt;&lt;BR /&gt;Can any one please shed some light on this or help me in this issue&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Oct 2007 11:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonds/m-p/4090768#M83184</guid>
      <dc:creator>Nag_linux</dc:creator>
      <dc:date>2007-10-23T11:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: @ bonds</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonds/m-p/4090769#M83185</link>
      <description>Have a look at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cyberciti.biz/tips/linux-bond-or-team-multiple-network-interfaces-nic-into-single-interface.html" target="_blank"&gt;http://www.cyberciti.biz/tips/linux-bond-or-team-multiple-network-interfaces-nic-into-single-interface.html&lt;/A&gt;</description>
      <pubDate>Tue, 23 Oct 2007 14:32:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonds/m-p/4090769#M83185</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-10-23T14:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: @ bonds</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonds/m-p/4090770#M83186</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;In httpd.conf you can specify the ip address for apache to listen on. This will probably help with the source ip address on the traffic.&lt;BR /&gt;&lt;BR /&gt;To be more helpful, I'd need to see ethtool output from bond0 bond1 and all eth# involved in the bonding.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 23 Oct 2007 14:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonds/m-p/4090770#M83186</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-10-23T14:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: @ bonds</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonds/m-p/4090771#M83187</link>
      <description>The point about picking a specific IP to which you would have Apache bind() is a good one.  And it may need to go a little farther.&lt;BR /&gt;&lt;BR /&gt;When a listen endpoint is created (netstat -an | grep LISTEN and look for your port 80 entry or whatever port you have Apache on) and not bound to a given IP, then the source IP will be based on the destination IP used by the remote to reach the server.&lt;BR /&gt;&lt;BR /&gt;So, if the remote used 10.250.40.1 to establish the connection to Apache, that is what the system will use as the source IP.&lt;BR /&gt;&lt;BR /&gt;Now, if you do bind() Apache to 10.250.40.1 explicitly, you have to make certain that the remotes use _that_ IP address in their connection requests.  Likely as not they will get the IP address from a hostname to IP lookup (eg getaddrinfo()) and so you want to look into what mappings there are from the hostname(s) in use to IP addresses.&lt;BR /&gt;&lt;BR /&gt;Now if Apache is the one establishing connections, you still want to check the name resolution angle, but to make certain the source IP is what you want, you do want Apache to bind() the socket() on which it will connect() to Tomcat with the desired IP.</description>
      <pubDate>Wed, 24 Oct 2007 12:09:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonds/m-p/4090771#M83187</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2007-10-24T12:09:07Z</dc:date>
    </item>
  </channel>
</rss>

