<?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: linux server connectivity in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-server-connectivity/m-p/3283025#M88360</link>
    <description>yes we (shashang and akshay) work are at same customer site ...&lt;BR /&gt;&lt;BR /&gt;the ip of second router is 200.1.117.60.&lt;BR /&gt;&lt;BR /&gt;yes it is accessible through all servers of network 200.1.1.x except this linux server 200.1.1.26&lt;BR /&gt;we also tried giving route del but could not help. can anyone suggest how do i find out the rip version that this linux machine supports ?&lt;BR /&gt;</description>
    <pubDate>Tue, 25 May 2004 04:04:02 GMT</pubDate>
    <dc:creator>akshay_2</dc:creator>
    <dc:date>2004-05-25T04:04:02Z</dc:date>
    <item>
      <title>linux server connectivity</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-connectivity/m-p/3283020#M88355</link>
      <description>linux server ip is 200.1.1.26/24 is accessible in 200.1.1.x network (LAN).&lt;BR /&gt;it is not accessible to 200.1.117.x (wan) network which is connected to 200.1.1.x network through a router whose ip is 200.1.1.250.&lt;BR /&gt;Can someone help. The linux version is 7.2.&lt;BR /&gt;how do i find out the rip version on this linux.</description>
      <pubDate>Fri, 21 May 2004 06:34:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-connectivity/m-p/3283020#M88355</guid>
      <dc:creator>shashang</dc:creator>
      <dc:date>2004-05-21T06:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: linux server connectivity</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-connectivity/m-p/3283021#M88356</link>
      <description>Make sure there is a route to the 100.1.117.x network using 100.1.1.250 as the gateway usning the "route" command.  If not, make sure you can ping 200.1.1.250 and then add the route with "route add default gw 200.1.1.250 eth0" assuming it's the first ethernet card.&lt;BR /&gt; &lt;BR /&gt;In order to make this permanent, personally, I'd put it in an rc script but I imagine that this is probably a Red Hat linux and there will be some other funky place to put it.</description>
      <pubDate>Fri, 21 May 2004 07:22:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-connectivity/m-p/3283021#M88356</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-05-21T07:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: linux server connectivity</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-connectivity/m-p/3283022#M88357</link>
      <description>Its possible that these two machines are not accessible because the netmask is wrong. Check the configuration files in /etc/sysconfig/network-script.&lt;BR /&gt;&lt;BR /&gt;A comparision of ifconfig eth0 output should allow you to eliminate the possibility.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 21 May 2004 08:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-connectivity/m-p/3283022#M88357</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-05-21T08:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: linux server connectivity</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-connectivity/m-p/3283023#M88358</link>
      <description>ping to 200.1.1.250 is through as it is in the same lan. Tried adding default gw as 200.1.1.250 but still when a ping to dest.200.1.117.1 is tried it first goes to 200.1.1.26 ie eth0 of the linux server.&lt;BR /&gt;&lt;BR /&gt;Also tried route add -net 200.1.117.0 netmask 255.255.255.0 eth0  but still its not through.&lt;BR /&gt;the ifconfig file shows 200.1.1.26 as gateway. Tried changing the same to 200.1.1.250 still no success.</description>
      <pubDate>Sat, 22 May 2004 00:52:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-connectivity/m-p/3283023#M88358</guid>
      <dc:creator>akshay_2</dc:creator>
      <dc:date>2004-05-22T00:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: linux server connectivity</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-connectivity/m-p/3283024#M88359</link>
      <description>akshay=shesheng is correct?&lt;BR /&gt;&lt;BR /&gt;let: &lt;BR /&gt;server26 -&amp;gt;200.1.1.26/24&lt;BR /&gt;server117-&amp;gt;200.1.117.x/24&lt;BR /&gt;router   -&amp;gt;200.1.1.250&lt;BR /&gt;&lt;BR /&gt;1) which is the 2nd IP of the router?&lt;BR /&gt;2) does it work with other machines?&lt;BR /&gt;3) did you try to clear the routing table of the server26 using &lt;BR /&gt;   route del&lt;BR /&gt;   then adding the new routing table?&lt;BR /&gt;4) if the router won't work try to enable the ip forwarding using &lt;BR /&gt;echo 1 &amp;gt; /proc/sys/net/ipv4/ip_forward&lt;BR /&gt;&lt;BR /&gt;Peace, R.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 May 2004 02:55:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-connectivity/m-p/3283024#M88359</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-05-24T02:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: linux server connectivity</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-connectivity/m-p/3283025#M88360</link>
      <description>yes we (shashang and akshay) work are at same customer site ...&lt;BR /&gt;&lt;BR /&gt;the ip of second router is 200.1.117.60.&lt;BR /&gt;&lt;BR /&gt;yes it is accessible through all servers of network 200.1.1.x except this linux server 200.1.1.26&lt;BR /&gt;we also tried giving route del but could not help. can anyone suggest how do i find out the rip version that this linux machine supports ?&lt;BR /&gt;</description>
      <pubDate>Tue, 25 May 2004 04:04:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-connectivity/m-p/3283025#M88360</guid>
      <dc:creator>akshay_2</dc:creator>
      <dc:date>2004-05-25T04:04:02Z</dc:date>
    </item>
  </channel>
</rss>

