<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I am trying to set up a Fedora 14 as a router between two different
    net works.<br>
    <br>
    I have the following iptables set up:<br>
    <br>
    <meta http-equiv="CONTENT-TYPE" content="text/html;
      charset=ISO-8859-1">
    <title></title>
    <meta name="GENERATOR" content="OpenOffice.org 3.2 (Win32)">
    <style type="text/css">
        <!--
                @page { margin: 0.79in }
                P { margin-bottom: 0.08in }
        -->
        </style>
    <p style="margin-bottom: 0in">[root@faker ~]# iptables -A INPUT
      --source 10.21.144.0/24 --destination 10.16.2.1 </p>
    <p style="margin-bottom: 0in">[root@faker ~]# iptables -A INPUT
      --source 10.16.2.0/24 --destination 10.21.144.1 </p>
    <p style="margin-bottom: 0in">[root@faker ~]# iptables --list </p>
    <p style="margin-bottom: 0in">Chain INPUT (policy ACCEPT) </p>
    <p style="margin-bottom: 0in">target prot opt source destination </p>
    <p style="margin-bottom: 0in"> all -- 10.21.144.0/24 10.16.2.1 </p>
    <p style="margin-bottom: 0in"> all -- 10.16.2.0/24 10.21.144.1 </p>
    <p style="margin-bottom: 0in"><br>
    </p>
    <p style="margin-bottom: 0in">Chain FORWARD (policy ACCEPT) </p>
    <p style="margin-bottom: 0in">target prot opt source destination </p>
    <p style="margin-bottom: 0in"><br>
    </p>
    <p style="margin-bottom: 0in">Chain OUTPUT (policy ACCEPT) </p>
    <p style="margin-bottom: 0in;">target prot opt source destination<br>
    </p>
    <p style="margin-bottom: 0in;">I cannot get two devices on the two
      net works to ping.&nbsp; I have the Active Controllers on one Network
      and the Slave Devices on the other. <br>
    </p>
    <p style="margin-bottom: 0in;">I am trying to mimic a real world
      setup in a Lab and am at a loss.&nbsp; I have had no trouble setting up
      NAT's but, the situation I am trying to emulate does not allow for
      a NAT.<br>
    </p>
    <p style="margin-bottom: 0in">My hair is already gray but I might
      start losing it!<br>
      <br>
    </p>
    <p style="margin-bottom: 0in"><br>
    </p>
    <br>
  </body>
</html>