<?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 networking question, routing table in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/networking-question-routing-table/m-p/2562339#M919005</link>
    <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I am trying to square away a routing issue. I currently use private ip 192.0.1.59 as the default gateway on our server. That goes to a simple DSL router for internet access. That router is configured to forward telnet requests to the server (192.0.1.1).&lt;BR /&gt;&lt;BR /&gt;That works fine.&lt;BR /&gt;&lt;BR /&gt;But I added a VPN network to a branch. The branch is on private subnet ip 192.0.2.0 0.0.0.255  And the VPN links the two networks together. Well in order for it to work I had to change the default gateway on the Unix server to use the private IP of 192.0.1.111 (this is the inside ip for the local VPN router).&lt;BR /&gt;&lt;BR /&gt;But once I change the gateway i lose the ability to make it easy for customers to telnet into our server to use it. And also for employees to access it over the web.&lt;BR /&gt;&lt;BR /&gt;So what I want to do is put the default gateway back to what it was, then gain internet access again. But to use a route command to route traffic from the 192.0.2.0 0.0.0.255 network through the local VPN router of 192.0.1.111&lt;BR /&gt;&lt;BR /&gt;Seems simple enough. But I am not sure what the command is.&lt;BR /&gt;&lt;BR /&gt;I would appreciate any feed back.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Troy</description>
    <pubDate>Mon, 06 Aug 2001 20:01:30 GMT</pubDate>
    <dc:creator>Shar Hunter</dc:creator>
    <dc:date>2001-08-06T20:01:30Z</dc:date>
    <item>
      <title>networking question, routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/networking-question-routing-table/m-p/2562339#M919005</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I am trying to square away a routing issue. I currently use private ip 192.0.1.59 as the default gateway on our server. That goes to a simple DSL router for internet access. That router is configured to forward telnet requests to the server (192.0.1.1).&lt;BR /&gt;&lt;BR /&gt;That works fine.&lt;BR /&gt;&lt;BR /&gt;But I added a VPN network to a branch. The branch is on private subnet ip 192.0.2.0 0.0.0.255  And the VPN links the two networks together. Well in order for it to work I had to change the default gateway on the Unix server to use the private IP of 192.0.1.111 (this is the inside ip for the local VPN router).&lt;BR /&gt;&lt;BR /&gt;But once I change the gateway i lose the ability to make it easy for customers to telnet into our server to use it. And also for employees to access it over the web.&lt;BR /&gt;&lt;BR /&gt;So what I want to do is put the default gateway back to what it was, then gain internet access again. But to use a route command to route traffic from the 192.0.2.0 0.0.0.255 network through the local VPN router of 192.0.1.111&lt;BR /&gt;&lt;BR /&gt;Seems simple enough. But I am not sure what the command is.&lt;BR /&gt;&lt;BR /&gt;I would appreciate any feed back.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Troy</description>
      <pubDate>Mon, 06 Aug 2001 20:01:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/networking-question-routing-table/m-p/2562339#M919005</guid>
      <dc:creator>Shar Hunter</dc:creator>
      <dc:date>2001-08-06T20:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: networking question, routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/networking-question-routing-table/m-p/2562340#M919006</link>
      <description>Hi Troy, &lt;BR /&gt;&lt;BR /&gt;If I understand you correctly, you want to enable routing from you HP server to the new VPN network without changing your existing default gateway and using the 192.0.1.111 (your inside IP for VPN Local router), what you need to do is modify the /etc/rc.config.d/netconf and add&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]="net 192.0.2"&lt;BR /&gt;ROUTE_MASK[1]=""&lt;BR /&gt;ROUTE_GATEWAY[1]=192.0.1.111&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;This would make changes on subsequent reboots. To add this change right now, issue a command&lt;BR /&gt;"route add net 192.0.2.0 netmask 255.255.255.0 192.0.1.111 1"&lt;BR /&gt;This would add a route to your VPN network(192.0.2) using your local VPN router(192.0.1.111) as a gateway. This will affect your existing default gateway.&lt;BR /&gt;&lt;BR /&gt;-Hope that helps&lt;BR /&gt;I am RU</description>
      <pubDate>Mon, 06 Aug 2001 20:29:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/networking-question-routing-table/m-p/2562340#M919006</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-06T20:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: networking question, routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/networking-question-routing-table/m-p/2562341#M919007</link>
      <description>Oops,&lt;BR /&gt;&lt;BR /&gt;The last statement should read, This will not affect your existing default gateway.&lt;BR /&gt;&lt;BR /&gt;-I am RU</description>
      <pubDate>Mon, 06 Aug 2001 20:32:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/networking-question-routing-table/m-p/2562341#M919007</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-06T20:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: networking question, routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/networking-question-routing-table/m-p/2562342#M919008</link>
      <description>EXCELLENT&lt;BR /&gt;&lt;BR /&gt;That worked great.&lt;BR /&gt;&lt;BR /&gt;I used the following solution, on the fly.&lt;BR /&gt;&lt;BR /&gt;route add net 192.0.2.0 netmask 255.255.255.0 192.0.1.111 1&lt;BR /&gt;&lt;BR /&gt; Will this stay in the routing table if the server is re-booted? Or do I need to add the other solution as well?&lt;BR /&gt;&lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;Troy,&lt;BR /&gt;&lt;BR /&gt;and thanks a lot!</description>
      <pubDate>Mon, 06 Aug 2001 22:02:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/networking-question-routing-table/m-p/2562342#M919008</guid>
      <dc:creator>Shar Hunter</dc:creator>
      <dc:date>2001-08-06T22:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: networking question, routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/networking-question-routing-table/m-p/2562343#M919009</link>
      <description>Hey Troy&lt;BR /&gt;the static route will be gone when the server is rebooted. Edit /etc/rc.config.d/netconf &lt;BR /&gt;for the routes to "Stick" after reboot. Or write a script that will execute on start up for and these routes.&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Tue, 07 Aug 2001 00:05:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/networking-question-routing-table/m-p/2562343#M919009</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-08-07T00:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: networking question, routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/networking-question-routing-table/m-p/2562344#M919010</link>
      <description>Hi Troy,&lt;BR /&gt;&lt;BR /&gt;If you want this to be set after subsequent reboots, you will have to modify the /etc/rc.config.d/netconf. or like Richard said you will have create a script (make sure you test it out) and then make links in the /sbin/rc?.d directories but the easiest solution would be to modify the netconf file.&lt;BR /&gt;&lt;BR /&gt;-Regards&lt;BR /&gt;I am RU</description>
      <pubDate>Tue, 07 Aug 2001 01:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/networking-question-routing-table/m-p/2562344#M919010</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-07T01:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: networking question, routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/networking-question-routing-table/m-p/2562345#M919011</link>
      <description>um, I might be wrong, but I thought that "Class C" private IP address space was 192.168.X.X. the implication being that 192.0.mumble could be real, live, Internet addresses. &lt;BR /&gt;&lt;BR /&gt;if that is correct, your choice of "private" IP addresses might come-back to haunt you when you can no longer reach those real internet sites with 192.0 addresses.</description>
      <pubDate>Tue, 07 Aug 2001 17:47:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/networking-question-routing-table/m-p/2562345#M919011</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2001-08-07T17:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: networking question, routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/networking-question-routing-table/m-p/2562346#M919012</link>
      <description>Rick,&lt;BR /&gt;&lt;BR /&gt;You are correct!!!  192.168 is reserved for private networks.  I think our author may have a little trouble in the future.&lt;BR /&gt;&lt;BR /&gt;I may be wrong...but, my two cents.&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Tue, 07 Aug 2001 18:38:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/networking-question-routing-table/m-p/2562346#M919012</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2001-08-07T18:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: networking question, routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/networking-question-routing-table/m-p/2562347#M919013</link>
      <description>Yes it is true, 192.168.0.0 are reserved for Private networks, within the class C realm.&lt;BR /&gt;&lt;BR /&gt;I inherited this network (in other words I am paid to &lt;BR /&gt;deal with it).&lt;BR /&gt;&lt;BR /&gt;Most of the ip's will never touch the web, so it should never matter. Some do hit the web, but they are hiding behind a firewall. So again I did not think it would matter.&lt;BR /&gt;&lt;BR /&gt;Although I am considering changing each of them anyway. Just to make it easier for the next guy/gal.&lt;BR /&gt;&lt;BR /&gt;Thanks for all your help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Troy</description>
      <pubDate>Tue, 07 Aug 2001 21:28:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/networking-question-routing-table/m-p/2562347#M919013</guid>
      <dc:creator>Shar Hunter</dc:creator>
      <dc:date>2001-08-07T21:28:22Z</dc:date>
    </item>
  </channel>
</rss>

