Okay, maybe I needed sleep. But it really helped to hear stuff like:
DNS will hang the route command without the -n switch and the
reference to POSTROUTING/MASQ,

this dummy had this in iptables: (em1 is the link/interface for the
second machine)
/sbin/iptables -t nat -A POSTROUTING -o em1 -s 192.168.0.0/24 -d 0/0
-j MASQUERADE

instead of THIS (my wider network interface)
/sbin/iptables -t nat -A POSTROUTING -o p37p1 -s 192.168.0.0/24 -d 0/0
-j MASQUERADE

So all is working now. thanks much for hearing me out/help!


On Tue, Mar 12, 2013 at 7:21 AM, Gary Artim <gar...@gmail.com> wrote:
> yes, exactly! I'll retry and post config and iptables rules.
>
> On Tue, Mar 12, 2013 at 3:47 AM, Ed Greshko <ed.gres...@greshko.com> wrote:
>> On 03/12/13 18:42, Reindl Harald wrote:
>>> why should you need a default-route set MANUALLY?
>>
>> I don't think he was trying to set the default route manually.  I think he 
>> was just typing "route" to see what the routes were and confirm he had the 
>> default route actually defined.  He is then became perplexed that it "hung" 
>> and thought that could be significant.
>>
>> --
>> From now on, at least during winter time, Im going to blame all spelling an 
>> grammar erros on the cat sitting on my chest every time I sit down at the 
>> computer....
>>
>>
>> --
>> users mailing list
>> users@lists.fedoraproject.org
>> To unsubscribe or change subscription options:
>> https://admin.fedoraproject.org/mailman/listinfo/users
>> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>> Have a question? Ask away: http://ask.fedoraproject.org
>>
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to