<?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: Routing Problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420060#M14902</link>
    <description>Hi Mr. karasik,&lt;BR /&gt;&lt;BR /&gt;You mean to say I should mention 192.168.141.30 as default gateway on all the PC's.?&lt;BR /&gt;</description>
    <pubDate>Tue, 16 Nov 2004 05:43:04 GMT</pubDate>
    <dc:creator>Samarth</dc:creator>
    <dc:date>2004-11-16T05:43:04Z</dc:date>
    <item>
      <title>Routing Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420048#M14890</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am a new user to Linux. I have installed one Linux Pc with two ethernet cards.&lt;BR /&gt;&lt;BR /&gt;eth0 = 192.168.141.30&lt;BR /&gt;eth1= 100.100.61.3&lt;BR /&gt;Default gateway = 192.168.141.4 = My DSL Router IP Address&lt;BR /&gt;&lt;BR /&gt;Route table&lt;BR /&gt;&lt;BR /&gt;Destination&lt;BR /&gt;192.168.141.0 192.168.141.30&lt;BR /&gt;100.100.61.0 100.100.61.3&lt;BR /&gt;Default gateway = 192.168.141.4&lt;BR /&gt;&lt;BR /&gt;I have one Pc which is on 192.168.141.X Series.&lt;BR /&gt;I have mentioned deafult gateway for this PC as 192.168.141.30 (eth0 on linux box). I can browse net on this PC and iptables rules applied are also working fine.(Blocking of certain sites.)&lt;BR /&gt;&lt;BR /&gt;When I try to access from this Pc and Ip address of 100.100.61.0 I am not able to access.&lt;BR /&gt;&lt;BR /&gt;What default gateway I should mention on 100 series network in order to make internet working.&lt;BR /&gt;&lt;BR /&gt;Can anyone plsssssssssssssssssshelp me and tell me step by step commands to do routing for this setup. Where I can access any PC of 100.100.61.0 series from my 192.168.141.0 network and Vice - Versa.&lt;BR /&gt;&lt;BR /&gt;I have read 100 of things on net but  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Nov 2004 05:02:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420048#M14890</guid>
      <dc:creator>Samarth</dc:creator>
      <dc:date>2004-11-11T05:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420049#M14891</link>
      <description>Make sure your trying to connect from the correct physical network.  Also check your Subnet masks are the same for both the connecting PC and the PC with two Network cards&lt;BR /&gt;&lt;BR /&gt;Hope this Helps&lt;BR /&gt;&lt;BR /&gt;Martin.</description>
      <pubDate>Thu, 11 Nov 2004 05:54:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420049#M14891</guid>
      <dc:creator>The Real MD</dc:creator>
      <dc:date>2004-11-11T05:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420050#M14892</link>
      <description>you should set &lt;BR /&gt;&lt;BR /&gt;net.ipv4.ip_forward = 1 &lt;BR /&gt;&lt;BR /&gt;in /etc/sysctl.conf in order to allow routing in your linux box</description>
      <pubDate>Thu, 11 Nov 2004 06:39:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420050#M14892</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-11-11T06:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420051#M14893</link>
      <description>Do all PC's of 100.100.61.0 series have route to 192.168.141.0 network? &lt;BR /&gt;If not, add new entry to the routing table for the all PCs on the network 100.100.61.0:&lt;BR /&gt;route add -net 192.168.141.0/24 gw 100.100.61.3.&lt;BR /&gt;&lt;BR /&gt;Also make sure that IP forwarding setting is enabled. &lt;BR /&gt;"cat /proc/sys/net/ipv4/ip_forward"&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Nov 2004 10:03:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420051#M14893</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2004-11-11T10:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420052#M14894</link>
      <description>It might also be worth removing your security policy until you have the basic routing functionality working, then re-apply it when it's working.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Martin.</description>
      <pubDate>Thu, 11 Nov 2004 11:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420052#M14894</guid>
      <dc:creator>The Real MD</dc:creator>
      <dc:date>2004-11-11T11:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420053#M14895</link>
      <description>If you can accesss internet with your configuration, you have only to add a route to the other network:&lt;BR /&gt;route add -net 192.168.141.0/24 gw 100.100.61.3&lt;BR /&gt;&lt;BR /&gt;This make your pc acees internet&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Nov 2004 09:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420053#M14895</guid>
      <dc:creator>Marco_113</dc:creator>
      <dc:date>2004-11-15T09:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420054#M14896</link>
      <description>Hi Everyone,&lt;BR /&gt;&lt;BR /&gt;Thnx for your replies.&lt;BR /&gt;&lt;BR /&gt;I do not want to go and add route command on every PC on my network. I want all the request should come to my Linux box from there all the request should be routed automatically. I mean initially all the PC's on both the network should be able to access each other (100 and 192 series). &lt;BR /&gt;&lt;BR /&gt;Could anyone list out all the steps required, like checking IP_Forward command etc. just to check I have not missed out anything.&lt;BR /&gt;&lt;BR /&gt;Moreover when I try to ping 100 series PC from my 192 series network.. it says :&lt;BR /&gt;&lt;BR /&gt;Reply from 192.168.141.30 Destination Host unreachable.&lt;BR /&gt;&lt;BR /&gt;Pls help&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Samarth&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Nov 2004 01:14:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420054#M14896</guid>
      <dc:creator>Samarth</dc:creator>
      <dc:date>2004-11-16T01:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420055#M14897</link>
      <description>Samath, &lt;BR /&gt;If I understand properly, your network topology is:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;100.100.61.x ----- linux box --- Internet&lt;BR /&gt;                               |&lt;BR /&gt;                               |&lt;BR /&gt;                              192.168.141.? PC&lt;BR /&gt;If so, you should&lt;BR /&gt;1) define default router for all 100.100.61.x boxes = 100.100.61.3 &lt;BR /&gt;2) add &lt;BR /&gt;net.ipv4.ip_forward = 1&lt;BR /&gt;to /etc/sysctl.conf file on your linux router  and reboot it. &lt;BR /&gt;3) add  192.168.141.30 as default router to your computers in  192.168.141 network&lt;BR /&gt;&lt;BR /&gt;Resources:&lt;BR /&gt;&lt;A href="http://www.homenethelp.com/web/howto/linux-share-internet.asp" target="_blank"&gt;http://www.homenethelp.com/web/howto/linux-share-internet.asp&lt;/A&gt;</description>
      <pubDate>Tue, 16 Nov 2004 03:30:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420055#M14897</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-11-16T03:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420056#M14898</link>
      <description>Its like &lt;BR /&gt;&lt;BR /&gt;192.168.141.x ----Linux box-----100.10061.x&lt;BR /&gt;               |&lt;BR /&gt;               |&lt;BR /&gt;               DSL Router 192.168.141.4  &lt;BR /&gt;&lt;BR /&gt;Linux box has 2 NIC :&lt;BR /&gt;&lt;BR /&gt;192.168.141.30&lt;BR /&gt;100.100.61.3&lt;BR /&gt;&lt;BR /&gt;IP_Forward is enabled in SYSCTL.CONF&lt;BR /&gt;&lt;BR /&gt;Routing table&lt;BR /&gt;192.168.141.x gw is 192.168.141.30&lt;BR /&gt;100.100.61.x gw is 100.100.61.3&lt;BR /&gt;Default gateway is 192.168.141.4&lt;BR /&gt;&lt;BR /&gt;For eg if I ping 100.100.61.27 from 192.168.141.2 it says :&lt;BR /&gt;&lt;BR /&gt;Reply from 192.168.141.30 Destination host unreachable.. Request timed out.</description>
      <pubDate>Tue, 16 Nov 2004 03:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420056#M14898</guid>
      <dc:creator>Samarth</dc:creator>
      <dc:date>2004-11-16T03:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420057#M14899</link>
      <description>Could you please post exact output from "route -nv" command ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Nov 2004 04:54:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420057#M14899</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-16T04:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420058#M14900</link>
      <description>as far as I understand, you should set default router on all 192.168.141 machines [except linux itself] to 192.168.141.30</description>
      <pubDate>Tue, 16 Nov 2004 05:28:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420058#M14900</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-11-16T05:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420059#M14901</link>
      <description>Pls find route-nv output attached.</description>
      <pubDate>Tue, 16 Nov 2004 05:40:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420059#M14901</guid>
      <dc:creator>Samarth</dc:creator>
      <dc:date>2004-11-16T05:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420060#M14902</link>
      <description>Hi Mr. karasik,&lt;BR /&gt;&lt;BR /&gt;You mean to say I should mention 192.168.141.30 as default gateway on all the PC's.?&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Nov 2004 05:43:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420060#M14902</guid>
      <dc:creator>Samarth</dc:creator>
      <dc:date>2004-11-16T05:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420061#M14903</link>
      <description>on all PC in 192.168.141 network.&lt;BR /&gt;&lt;BR /&gt;let's do it on one PC and test if this solve routing problem</description>
      <pubDate>Tue, 16 Nov 2004 05:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420061#M14903</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-11-16T05:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420062#M14904</link>
      <description>I have tried that also. No luck..&lt;BR /&gt;&lt;BR /&gt;I have mentioned 192.168.141.30 as Default gateway on one PC.But no luck&lt;BR /&gt;&lt;BR /&gt;Thnx &lt;BR /&gt;sam&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Nov 2004 05:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420062#M14904</guid>
      <dc:creator>Samarth</dc:creator>
      <dc:date>2004-11-16T05:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420063#M14905</link>
      <description>can you please send "netstat -rn" output from a box in 100.100.61 network and from 192.168.141 network</description>
      <pubDate>Wed, 17 Nov 2004 02:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420063#M14905</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-11-17T02:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420064#M14906</link>
      <description>find attached as reqd by you..&lt;BR /&gt;&lt;BR /&gt;thnx &lt;BR /&gt;sam&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Nov 2004 03:17:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420064#M14906</guid>
      <dc:creator>Samarth</dc:creator>
      <dc:date>2004-11-17T03:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420065#M14907</link>
      <description>thanks, but I need "netstat -rn" output</description>
      <pubDate>Wed, 17 Nov 2004 03:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420065#M14907</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-11-17T03:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420066#M14908</link>
      <description>My apologies&lt;BR /&gt;&lt;BR /&gt;pls find correct netstat</description>
      <pubDate>Wed, 17 Nov 2004 03:34:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420066#M14908</guid>
      <dc:creator>Samarth</dc:creator>
      <dc:date>2004-11-17T03:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420067#M14909</link>
      <description>pls find attched 100 series netstat</description>
      <pubDate>Wed, 17 Nov 2004 03:46:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/routing-problem/m-p/3420067#M14909</guid>
      <dc:creator>Samarth</dc:creator>
      <dc:date>2004-11-17T03:46:44Z</dc:date>
    </item>
  </channel>
</rss>

