<br><br><div><span class="gmail_quote">On 10/15/07, <b class="gmail_sendername">sam</b> &lt;<a href="mailto:bedouglas@earthlink.net">bedouglas@earthlink.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
Hi...<br><br>I have a laptop that&#39;s connected to the rest of the network via the wireless<br>port. It works. I also have the eth0 port that I use to connect to another<br>box that&#39;s not connected to the network.<br>
<br>so<br><br>&nbsp;&nbsp;internal box&nbsp;&nbsp;&nbsp;&nbsp; &gt;&gt;&gt;&gt;laptop &gt;&gt;&gt;&gt;&gt;&nbsp;&nbsp;rest of network (internal/internet)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;eth0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (eth0)&nbsp;&nbsp; (ath0)<br><br>&nbsp;&nbsp; Internal Box eth0:<a href="http://192.168.2.99">192.168.2.99
</a><br><br>&nbsp;&nbsp; laptop<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; eth0: <a href="http://192.168.2.33">192.168.2.33</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ath0: <a href="http://192.168.1.33">192.168.1.33</a><br><br>Each of the connections work.<br><br>I&#39;ve set up separate subnets on the laptop, as this appears to be the only
<br>way of being able to be able to have both eth0/ath0 active, and<br>communicating at the same time.<br><br>Using the laptop, I can currently access both the box, and the network at<br>the same time.<br><br>However, using the box, I can only access the laptop. Pinging to the rest of
<br>the network, results in &quot;host unreachable&quot;, which is expected.<br><br>So, I&#39;m trying to figure out what has to be set on:<br> either the Internal eth0 nic,<br> or the laptop eth0 nic,<br> or both the Internal box/laptop
<br>to allow the Internal box to be able to access the rest of the network.<br><br>I&#39;ve been looking high/low to try to figure this out. I need to accomplish<br>this, as I&#39;d like to update the internal computer with Fedora update rpms
<br>via yum, which requires internet access.<br><br>Information that I&#39;ve come across on the &#39;net refers to<br>IPTables/Route/IPMasq/etc....<br><br>I&#39;ve tried to setup iptables on the laptop, to do ip forwarding based on
<br>articles i&#39;ve seen. I&#39;ve implemented:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE<br>&nbsp;&nbsp;&nbsp;&nbsp;/etc/init.d/iptables save<br><br>when i then use the Internal Box, to try to access a box on my network, or
<br>the internet, i&#39;m still restricted to only being able to access the laptop.<br><br>any thoughts/comments/pointers would be helpful, and appreciated.<br><br>thanks<br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">
fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list</a><br></blockquote></div><br><br>read carefully what i wrote you in IRC. _ath0_ istead of _eth0_ since it your gate to internet.
<br><br>and do<br> <br>route add default gw <a href="http://192.168.2.33">192.168.2.33</a><br><br>in internal box<br>