<br><br><div><span class="gmail_quote">On 10/15/07, <b class="gmail_sendername">sam</b> <<a href="mailto:bedouglas@earthlink.net">bedouglas@earthlink.net</a>> 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'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's not connected to the network.<br>
<br>so<br><br>  internal box     >>>>laptop >>>>>  rest of network (internal/internet)<br>        eth0       (eth0)   (ath0)<br><br>   Internal Box eth0:<a href="http://192.168.2.99">192.168.2.99
</a><br><br>   laptop<br>         eth0: <a href="http://192.168.2.33">192.168.2.33</a><br>         ath0: <a href="http://192.168.1.33">192.168.1.33</a><br><br>Each of the connections work.<br><br>I'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 "host unreachable", which is expected.<br><br>So, I'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've been looking high/low to try to figure this out. I need to accomplish<br>this, as I'd like to update the internal computer with Fedora update rpms
<br>via yum, which requires internet access.<br><br>Information that I've come across on the 'net refers to<br>IPTables/Route/IPMasq/etc....<br><br>I've tried to setup iptables on the laptop, to do ip forwarding based on
<br>articles i've seen. I've implemented:<br><br>    iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE<br>    /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'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>