<?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: ProlIant 850R as Linux Router in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/proliant-850r-as-linux-router/m-p/3092549#M87547</link>
    <description>169.254.0.0 is route for APIPA -Automatic Private IP addresssing.Windows 98/2000/XP&lt;BR /&gt;use the same mechanism .It's for the home users who don't want to/don't know how to assign IP addresses for their network cards and still want to be able sharing files among multiple computers.All their computers will have IP from 169.254.0.0 subnet with mask 255.255.0.0.&lt;BR /&gt;I don't know about any  hardware issues -can't help you.&lt;BR /&gt;Can you give ass the route tables of two machines that can't connect with each other?&lt;BR /&gt;Best regards&lt;BR /&gt;</description>
    <pubDate>Tue, 14 Oct 2003 08:08:17 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2003-10-14T08:08:17Z</dc:date>
    <item>
      <title>ProlIant 850R as Linux Router</title>
      <link>https://community.hpe.com/t5/operating-system-linux/proliant-850r-as-linux-router/m-p/3092548#M87546</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Basically I try to create a dmz, so here's the setup:&lt;BR /&gt;&lt;BR /&gt;DSL-Modem&lt;BR /&gt;       |&lt;BR /&gt;       |&lt;BR /&gt;outgate.xx.xxxx.com  /*RH9 w/ iptables and NAT*/&lt;BR /&gt;eth1:192.168.49.1/24 /*AFAIK unimportant for pppoe*/&lt;BR /&gt;eth0:10.49.0.1/24&lt;BR /&gt;       |&lt;BR /&gt;       |&lt;BR /&gt;Ethernet-Switch      /*some more machines are connected to this,*/&lt;BR /&gt;       |             /*all of them in the 10.49.0.0/24 subnet*/&lt;BR /&gt;       |&lt;BR /&gt;ingate.xx.xxxx.com   /*RH9, running dhcpd and named for*/&lt;BR /&gt;eth0:10.49.0.3/24    /*subnet 10.49.1.0/24 over eth1*/&lt;BR /&gt;eth1:10.49.1.1/24    /dhcpd and named working fine*/&lt;BR /&gt;       |&lt;BR /&gt;       |&lt;BR /&gt;Ethernet-Switch&lt;BR /&gt;       |&lt;BR /&gt;       |&lt;BR /&gt;wks-xx.xx.xxxx.com   /*Several machines running WinXP Pro*/&lt;BR /&gt;eth0:10.49.0.5       /*(for an example)*/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As already mentioned, the Problem is routing on "ingate".&lt;BR /&gt;The kernelversion is 2.4.20-8 SMP (dual cpu-box)&lt;BR /&gt;This is the configuration data of the interfaces:&lt;BR /&gt;&lt;BR /&gt;eth0      Link encap:Ethernet  HWaddr 00:80:5F:EF:98:61&lt;BR /&gt;          inet addr:10.49.0.3  Bcast:10.49.0.255  Mask:255.255.255.0&lt;BR /&gt;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:1494 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:1876 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:100&lt;BR /&gt;          RX bytes:157273 (153.5 Kb)  TX bytes:148254 (144.7 Kb)&lt;BR /&gt;          Interrupt:9 Base address:0x6400&lt;BR /&gt;&lt;BR /&gt;eth1      Link encap:Ethernet  HWaddr 00:50:FC:60:D3:D2&lt;BR /&gt;          inet addr:10.49.1.1  Bcast:10.49.1.255  Mask:255.255.255.0&lt;BR /&gt;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:677 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:373 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:100&lt;BR /&gt;          RX bytes:55804 (54.4 Kb)  TX bytes:35440 (34.6 Kb)&lt;BR /&gt;          Interrupt:9 Base address:0xd000&lt;BR /&gt;&lt;BR /&gt;Kernel IP routing table&lt;BR /&gt;Destination     Gateway      Genmask         Flags   MSS Window  irtt&lt;BR /&gt;Iface&lt;BR /&gt;255.255.255.255 0.0.0.0      255.255.255.255 UH        0 0          0 eth1&lt;BR /&gt;10.49.0.0       0.0.0.0      255.255.255.0   U         0 0          0 eth0&lt;BR /&gt;10.49.1.0       0.0.0.0      255.255.255.0   U         0 0          0 eth1&lt;BR /&gt;169.254.0.0     0.0.0.0      255.255.0.0     U         0 0          0 eth1&lt;BR /&gt;127.0.0.0       0.0.0.0      255.0.0.0       U         0 0          0 lo&lt;BR /&gt;0.0.0.0         10.49.0.1    0.0.0.0         UG        0 0          0 eth0&lt;BR /&gt;&lt;BR /&gt;I do know that the 255.255.255.255 (host-) route is for dhcp,&lt;BR /&gt;but I can't imagine what that route to 169.254.0.0 should mean.&lt;BR /&gt;&lt;BR /&gt;The value of "/proc/sys/net/ipv4/ip-forward" is "1".&lt;BR /&gt;&lt;BR /&gt;Pinging from 10.49.0.5 (WinXP Workstation) I get the following results:&lt;BR /&gt;&lt;BR /&gt;/*for eth1 of the router (ingate)*/&lt;BR /&gt;Pinging 10.49.1.1 with 32 bytes of data:&lt;BR /&gt;Reply from 10.49.1.1: bytes=32 time&amp;lt;1ms TTL=64&lt;BR /&gt;Reply from 10.49.1.1: bytes=32 time&amp;lt;1ms TTL=64&lt;BR /&gt;Reply from 10.49.1.1: bytes=32 time&amp;lt;1ms TTL=64&lt;BR /&gt;Reply from 10.49.1.1: bytes=32 time&amp;lt;1ms TTL=64&lt;BR /&gt;Ping statistics for 10.49.1.1:&lt;BR /&gt;    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),&lt;BR /&gt;Approximate round trip times in milli-seconds:&lt;BR /&gt;    Minimum = 0ms, Maximum = 0ms, Average = 0ms&lt;BR /&gt;&lt;BR /&gt;/*for eth0 of the router (ingate)*/&lt;BR /&gt;Pinging 10.49.0.3 with 32 bytes of data:&lt;BR /&gt;Request timed out.&lt;BR /&gt;Request timed out.&lt;BR /&gt;Request timed out.&lt;BR /&gt;Request timed out.&lt;BR /&gt;Ping statistics for 10.49.0.3:&lt;BR /&gt;    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),&lt;BR /&gt;&lt;BR /&gt;/*for eth0 of the internet-gateway (outgate)*/&lt;BR /&gt;Pinging 10.49.0.1 with 32 bytes of data:&lt;BR /&gt;Request timed out.&lt;BR /&gt;Request timed out.&lt;BR /&gt;Request timed out.&lt;BR /&gt;Request timed out.&lt;BR /&gt;Ping statistics for 10.49.0.1:&lt;BR /&gt;    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),&lt;BR /&gt;&lt;BR /&gt;/*Pinging from the router (ingate) looks like this:*/&lt;BR /&gt;&lt;BR /&gt;PING 10.49.0.1 (10.49.0.1) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 10.49.0.1: icmp_seq=1 ttl=64 time=0.916 ms&lt;BR /&gt;64 bytes from 10.49.0.1: icmp_seq=2 ttl=64 time=0.936 ms&lt;BR /&gt;64 bytes from 10.49.0.1: icmp_seq=3 ttl=64 time=0.968 ms&lt;BR /&gt;64 bytes from 10.49.0.1: icmp_seq=4 ttl=64 time=0.769 ms&lt;BR /&gt;64 bytes from 10.49.0.1: icmp_seq=5 ttl=64 time=0.733 ms&lt;BR /&gt;64 bytes from 10.49.0.1: icmp_seq=6 ttl=64 time=1.03 ms&lt;BR /&gt;64 bytes from 10.49.0.1: icmp_seq=7 ttl=64 time=0.747 ms&lt;BR /&gt;64 bytes from 10.49.0.1: icmp_seq=8 ttl=64 time=0.804 ms&lt;BR /&gt;64 bytes from 10.49.0.1: icmp_seq=9 ttl=64 time=0.727 ms&lt;BR /&gt;&lt;BR /&gt;--- 10.49.0.1 ping statistics ---&lt;BR /&gt;9 packets transmitted, 9 received, 0% packet loss, time 8048ms&lt;BR /&gt;rtt min/avg/max/mdev = 0.727/0.848/1.036/0.113 ms&lt;BR /&gt;&lt;BR /&gt;PING 10.49.0.3 (10.49.0.3) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 10.49.0.3: icmp_seq=1 ttl=64 time=0.219 ms&lt;BR /&gt;64 bytes from 10.49.0.3: icmp_seq=2 ttl=64 time=0.070 ms&lt;BR /&gt;64 bytes from 10.49.0.3: icmp_seq=3 ttl=64 time=0.065 ms&lt;BR /&gt;64 bytes from 10.49.0.3: icmp_seq=4 ttl=64 time=0.068 ms&lt;BR /&gt;64 bytes from 10.49.0.3: icmp_seq=5 ttl=64 time=0.066 ms&lt;BR /&gt;64 bytes from 10.49.0.3: icmp_seq=6 ttl=64 time=0.071 ms&lt;BR /&gt;64 bytes from 10.49.0.3: icmp_seq=7 ttl=64 time=0.065 ms&lt;BR /&gt;64 bytes from 10.49.0.3: icmp_seq=8 ttl=64 time=0.067 ms&lt;BR /&gt;&lt;BR /&gt;--- 10.49.0.3 ping statistics ---&lt;BR /&gt;8 packets transmitted, 8 received, 0% packet loss, time 7033ms&lt;BR /&gt;rtt min/avg/max/mdev = 0.065/0.086/0.219/0.050 ms&lt;BR /&gt;&lt;BR /&gt;PING 10.49.1.1 (10.49.1.1) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 10.49.1.1: icmp_seq=1 ttl=64 time=0.199 ms&lt;BR /&gt;64 bytes from 10.49.1.1: icmp_seq=2 ttl=64 time=0.260 ms&lt;BR /&gt;64 bytes from 10.49.1.1: icmp_seq=3 ttl=64 time=0.068 ms&lt;BR /&gt;64 bytes from 10.49.1.1: icmp_seq=4 ttl=64 time=0.072 ms&lt;BR /&gt;64 bytes from 10.49.1.1: icmp_seq=5 ttl=64 time=0.065 ms&lt;BR /&gt;64 bytes from 10.49.1.1: icmp_seq=6 ttl=64 time=0.066 ms&lt;BR /&gt;&lt;BR /&gt;--- 10.49.1.1 ping statistics ---&lt;BR /&gt;6 packets transmitted, 6 received, 0% packet loss, time 5023ms&lt;BR /&gt;rtt min/avg/max/mdev = 0.065/0.121/0.260/0.079 ms&lt;BR /&gt;&lt;BR /&gt;PING 10.49.1.2 (10.49.1.2) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 10.49.1.2: icmp_seq=1 ttl=128 time=0.302 ms&lt;BR /&gt;64 bytes from 10.49.1.2: icmp_seq=2 ttl=128 time=0.207 ms&lt;BR /&gt;64 bytes from 10.49.1.2: icmp_seq=3 ttl=128 time=0.188 ms&lt;BR /&gt;64 bytes from 10.49.1.2: icmp_seq=4 ttl=128 time=0.189 ms&lt;BR /&gt;64 bytes from 10.49.1.2: icmp_seq=5 ttl=128 time=0.188 ms&lt;BR /&gt;64 bytes from 10.49.1.2: icmp_seq=6 ttl=128 time=0.192 ms&lt;BR /&gt;64 bytes from 10.49.1.2: icmp_seq=7 ttl=128 time=0.186 ms&lt;BR /&gt;&lt;BR /&gt;--- 10.49.1.2 ping statistics ---&lt;BR /&gt;7 packets transmitted, 7 received, 0% packet loss, time 6026ms&lt;BR /&gt;rtt min/avg/max/mdev = 0.186/0.207/0.302/0.041 ms&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Are there any known hardware issues (ie incompatibilities etc.)?&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Sven&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Oct 2003 07:29:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/proliant-850r-as-linux-router/m-p/3092548#M87546</guid>
      <dc:creator>Sven Geschke</dc:creator>
      <dc:date>2003-10-14T07:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: ProlIant 850R as Linux Router</title>
      <link>https://community.hpe.com/t5/operating-system-linux/proliant-850r-as-linux-router/m-p/3092549#M87547</link>
      <description>169.254.0.0 is route for APIPA -Automatic Private IP addresssing.Windows 98/2000/XP&lt;BR /&gt;use the same mechanism .It's for the home users who don't want to/don't know how to assign IP addresses for their network cards and still want to be able sharing files among multiple computers.All their computers will have IP from 169.254.0.0 subnet with mask 255.255.0.0.&lt;BR /&gt;I don't know about any  hardware issues -can't help you.&lt;BR /&gt;Can you give ass the route tables of two machines that can't connect with each other?&lt;BR /&gt;Best regards&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Oct 2003 08:08:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/proliant-850r-as-linux-router/m-p/3092549#M87547</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-10-14T08:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: ProlIant 850R as Linux Router</title>
      <link>https://community.hpe.com/t5/operating-system-linux/proliant-850r-as-linux-router/m-p/3092550#M87548</link>
      <description>&amp;gt; 169.254.0.0 is route for APIPA -Automatic&lt;BR /&gt;&amp;gt; Private IP addresssing.Windows 98/2000/XP&lt;BR /&gt;&amp;gt; use the same mechanism .It's for the home&lt;BR /&gt;&amp;gt; users who don't want to/don't know how to&lt;BR /&gt;&amp;gt; assign IP addresses for their network&lt;BR /&gt;&amp;gt; cards and still want to be able sharing&lt;BR /&gt;&amp;gt; files among multiple computers.&lt;BR /&gt;&amp;gt; All their computers will have IP from&lt;BR /&gt;&amp;gt; 169.254.0.0 subnet with mask 255.255.0.0.&lt;BR /&gt;&lt;BR /&gt;Didn't know that, thanks :-)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I don't know about any hardware issues -&lt;BR /&gt;&amp;gt; can't help you.&lt;BR /&gt;&lt;BR /&gt;That's okay, at least I'm one step further with the unknown route...&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Can you give ass the route tables of two&lt;BR /&gt;&amp;gt;  machines that can't connect with each&lt;BR /&gt;&amp;gt; other?&lt;BR /&gt;&lt;BR /&gt;Sure, if you don't mind it's partly in german...&lt;BR /&gt;This one is from one of the workstations:&lt;BR /&gt;&lt;BR /&gt;Aktive Routen:&lt;BR /&gt;     Netzwerkziel    Netzwerkmaske          Gateway   Schnittstelle  Anzahl&lt;BR /&gt;          0.0.0.0          0.0.0.0        10.49.1.1       10.49.1.4   20&lt;BR /&gt;        10.49.1.0    255.255.255.0        10.49.1.4       10.49.1.4   20&lt;BR /&gt;        10.49.1.4  255.255.255.255        127.0.0.1       127.0.0.1   20&lt;BR /&gt;   10.255.255.255  255.255.255.255        10.49.1.4       10.49.1.4   20&lt;BR /&gt;        127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1   1&lt;BR /&gt;        224.0.0.0        240.0.0.0        10.49.1.4       10.49.1.4   20&lt;BR /&gt;  255.255.255.255  255.255.255.255        10.49.1.4       10.49.1.4   1&lt;BR /&gt;Standardgateway:         10.49.1.1&lt;BR /&gt;&lt;BR /&gt;This one is from the internet gateway:&lt;BR /&gt;&lt;BR /&gt;Kernel IP Routentabelle&lt;BR /&gt;Destination            Router          Genmask         Flags   MSS Window irtt Iface&lt;BR /&gt;217.5.98.40     0.0.0.0         255.255.255.255 UH        0 0          0 ppp0&lt;BR /&gt;10.49.0.0       0.0.0.0         255.255.255.0   U         0 0          0 eth0&lt;BR /&gt;192.168.49.0    0.0.0.0         255.255.255.0   U         0 0          0 eth1&lt;BR /&gt;169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth1&lt;BR /&gt;127.0.0.0       0.0.0.0         255.0.0.0       U         0 0          0 lo&lt;BR /&gt;0.0.0.0         217.5.98.40     0.0.0.0         UG        0 0          0 ppp0&lt;BR /&gt;&lt;BR /&gt;This one is from the router between them:&lt;BR /&gt;&lt;BR /&gt;Kernel IP routing table&lt;BR /&gt;Destination Gateway Genmask Flags MSS Window irtt&lt;BR /&gt;Iface&lt;BR /&gt;255.255.255.255 0.0.0.0 255.255.255.255 UH 0 0 0 eth1&lt;BR /&gt;10.49.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0&lt;BR /&gt;10.49.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1&lt;BR /&gt;169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1&lt;BR /&gt;127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo&lt;BR /&gt;0.0.0.0 10.49.0.1 0.0.0.0 UG 0 0 0 eth0&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Sven</description>
      <pubDate>Tue, 14 Oct 2003 09:48:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/proliant-850r-as-linux-router/m-p/3092550#M87548</guid>
      <dc:creator>Sven Geschke</dc:creator>
      <dc:date>2003-10-14T09:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: ProlIant 850R as Linux Router</title>
      <link>https://community.hpe.com/t5/operating-system-linux/proliant-850r-as-linux-router/m-p/3092551#M87549</link>
      <description>you wrote:&lt;BR /&gt;Pinging from 10.49.0.5 (WinXP Workstation) I get the following results:&lt;BR /&gt;/*for eth1 of the router (ingate)*/&lt;BR /&gt;Pinging 10.49.1.1 with 32 bytes of data:&lt;BR /&gt;Reply from 10.49.1.1: bytes=32 time&amp;lt;1ms TTL=64&lt;BR /&gt;Reply from 10.49.1.1: bytes=32 time&amp;lt;1ms TTL=64&lt;BR /&gt;Reply from 10.49.1.1: bytes=32 time&amp;lt;1ms TTL=64&lt;BR /&gt;Reply from 10.49.1.1: bytes=32 time&amp;lt;1ms TTL=64&lt;BR /&gt;Ping statistics for 10.49.1.1:&lt;BR /&gt;Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),&lt;BR /&gt;Approximate round trip times in milli-seconds:&lt;BR /&gt;Minimum = 0ms, Maximum = 0ms, Average = 0ms&lt;BR /&gt;/*for eth0 of the router (ingate)*/&lt;BR /&gt;Pinging 10.49.0.3 with 32 bytes of data:&lt;BR /&gt;Request timed out.&lt;BR /&gt;Request timed out.&lt;BR /&gt;Request timed out.&lt;BR /&gt;Request timed out.&lt;BR /&gt;Ping statistics for 10.49.0.3:&lt;BR /&gt;Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),&lt;BR /&gt;/*for eth0 of the internet-gateway (outgate)*/&lt;BR /&gt;Pinging 10.49.0.1 with 32 bytes of data:&lt;BR /&gt;Request timed out.&lt;BR /&gt;Request timed out.&lt;BR /&gt;Request timed out.&lt;BR /&gt;Request timed out.&lt;BR /&gt;&lt;BR /&gt;So I guess you want to find out why there are no pings between 10.49.0.5 to 10.49.0.1 while there are still ping from the router and 10.49.0.1&lt;BR /&gt;If it's so then please let us see the route table of 10.49.0.1 and the route table of 10.49.0.5&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 14 Oct 2003 10:38:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/proliant-850r-as-linux-router/m-p/3092551#M87549</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-10-14T10:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: ProlIant 850R as Linux Router</title>
      <link>https://community.hpe.com/t5/operating-system-linux/proliant-850r-as-linux-router/m-p/3092552#M87550</link>
      <description>Severe typo, my fault!!! &lt;BR /&gt;&lt;BR /&gt;I ping from 10.49.1.5, not from 10.49.0.5&lt;BR /&gt;&lt;BR /&gt;Sorry&lt;BR /&gt;&lt;BR /&gt;smg</description>
      <pubDate>Tue, 14 Oct 2003 11:26:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/proliant-850r-as-linux-router/m-p/3092552#M87550</guid>
      <dc:creator>Sven Geschke</dc:creator>
      <dc:date>2003-10-14T11:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: ProlIant 850R as Linux Router</title>
      <link>https://community.hpe.com/t5/operating-system-linux/proliant-850r-as-linux-router/m-p/3092553#M87551</link>
      <description>add a route to the XP station taht you ping from:&lt;BR /&gt;route add 10.49.0.0 mask 255.255.255.0 10.49.1.1&lt;BR /&gt;&lt;BR /&gt;one command and not line wrapped.&lt;BR /&gt;I wrote 10.49.1.1 -I guess that it's the default gateway of XP.&lt;BR /&gt;If the gateway has another IP then you must use it instead of 10.49.1.1&lt;BR /&gt;Best regards.&lt;BR /&gt;"Work for points"</description>
      <pubDate>Tue, 14 Oct 2003 11:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/proliant-850r-as-linux-router/m-p/3092553#M87551</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-10-14T11:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: ProlIant 850R as Linux Router</title>
      <link>https://community.hpe.com/t5/operating-system-linux/proliant-850r-as-linux-router/m-p/3092554#M87552</link>
      <description>Good hint...&lt;BR /&gt;the trick is to do that on the outbound router (10.49.0.1) who was the problem all the way, because it simply had no route back to the 10.49.1.0/24 subnet! :-)&lt;BR /&gt;I found that one out 25 seconds before i read your last reply, but anyway... 10 points for you! ;-)</description>
      <pubDate>Tue, 14 Oct 2003 11:51:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/proliant-850r-as-linux-router/m-p/3092554#M87552</guid>
      <dc:creator>Sven Geschke</dc:creator>
      <dc:date>2003-10-14T11:51:53Z</dc:date>
    </item>
  </channel>
</rss>

