<?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 2 nic router Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/2-nic-router-linux/m-p/5382759#M81434</link>
    <description>&lt;P&gt;&lt;BR /&gt;Hi there ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;have setup a Linux (mac1) ,RH 5.1 , guest with 2 nic , assigned 192.168.1.10/24 (eth0) and&lt;BR /&gt;128.1.150.10/24 (eth1) respectively.I plan to put some more vm on each side of these 2&lt;BR /&gt;network.&lt;/P&gt;&lt;P&gt;i have net.ipv4.ip_forward = 1 , in sysctl and iptables and Selinux are disable&lt;BR /&gt;as of now , and i did a #route add -net 128.1.150.0/24 128.1.150.10 on mac1.&lt;BR /&gt;However , the system on 192 subnet is not able to communicate to those in 128 , thru mac1.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Plase let me how can i have machines on these 2 vlan communicate with each other&lt;BR /&gt;thru mach1.Machines on 192.168.1.0 will have 192.168.1.10 as their default gateway&lt;BR /&gt;and Machine on 128.1.150.0 netwrok will have 128.1.150.10 as their default gateway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
    <pubDate>Sun, 06 Nov 2011 08:14:42 GMT</pubDate>
    <dc:creator>DeafFrog</dc:creator>
    <dc:date>2011-11-06T08:14:42Z</dc:date>
    <item>
      <title>2 nic router Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/2-nic-router-linux/m-p/5382759#M81434</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hi there ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;have setup a Linux (mac1) ,RH 5.1 , guest with 2 nic , assigned 192.168.1.10/24 (eth0) and&lt;BR /&gt;128.1.150.10/24 (eth1) respectively.I plan to put some more vm on each side of these 2&lt;BR /&gt;network.&lt;/P&gt;&lt;P&gt;i have net.ipv4.ip_forward = 1 , in sysctl and iptables and Selinux are disable&lt;BR /&gt;as of now , and i did a #route add -net 128.1.150.0/24 128.1.150.10 on mac1.&lt;BR /&gt;However , the system on 192 subnet is not able to communicate to those in 128 , thru mac1.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Plase let me how can i have machines on these 2 vlan communicate with each other&lt;BR /&gt;thru mach1.Machines on 192.168.1.0 will have 192.168.1.10 as their default gateway&lt;BR /&gt;and Machine on 128.1.150.0 netwrok will have 128.1.150.10 as their default gateway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2011 08:14:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/2-nic-router-linux/m-p/5382759#M81434</guid>
      <dc:creator>DeafFrog</dc:creator>
      <dc:date>2011-11-06T08:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: 2 nic router Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/2-nic-router-linux/m-p/5382803#M81435</link>
      <description>&lt;P&gt;&amp;gt; I have setup [...]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; As usual, showing actual commands with their actual output can be&lt;BR /&gt;more helpful than vague descriptions or interpretations.&amp;nbsp; Reading this,&lt;BR /&gt;it's not clear to me what the IP addresses and subnet masks are for each&lt;BR /&gt;interface on each system, nor what's in the routing tables for any of&lt;BR /&gt;these systems.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; netstat -r[n]&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] the system on 192 subnet is not able to communicate to those in&lt;BR /&gt;&amp;gt; 128 , thru mac1.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; What, exactly, is "the system on 192 subnet"?&amp;nbsp; "Is not able" is not a&lt;BR /&gt;useful problem description.&amp;nbsp; What, exactly, did you do?&amp;nbsp; What, exactly,&lt;BR /&gt;happened when you did it?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] i did a #route add -net 128.1.150.0/24 128.1.150.10 on mac1.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Why?&amp;nbsp; If mac1 has an interface on that subnet, then doesn't it&lt;BR /&gt;already know how to talk to systems on that subnet?&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; netstat -r[n]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; How should "the system on 192 subnet" know how to get to a system on&lt;BR /&gt;the 128.1.150.x subnet?&amp;nbsp; What have you done to tell "the system on 192&lt;BR /&gt;subnet" how to get to a system on the 128.1.150.x subnet?&amp;nbsp; _That_ may be&lt;BR /&gt;where you need to do a "route add" command.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2011 15:46:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/2-nic-router-linux/m-p/5382803#M81435</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-11-06T15:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: 2 nic router Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/2-nic-router-linux/m-p/5382819#M81436</link>
      <description>&lt;P&gt;Hi Steven ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you very much . while i was preparing for a notepad reply to your thread i found out that the guest vm on the 128 subnet where connected to different vswitch.This also should not have any link to the problem , but i just changed the 128 machines on to the same vswitch as 192 subnet machine.this has solved my issue.&lt;/P&gt;&lt;P&gt;thank you once again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2011 17:38:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/2-nic-router-linux/m-p/5382819#M81436</guid>
      <dc:creator>DeafFrog</dc:creator>
      <dc:date>2011-11-06T17:38:32Z</dc:date>
    </item>
  </channel>
</rss>

