On Tue, 15 Aug 2000, Ben Logan wrote:

> Greetings,
> 
> I have two computers connected via a crossover cable
> and ethernet cards.  Both are running RH6.2.  I've got
> IP-Masquerading on computer A so that B can access the
> internet through the faster modem in A.
> 
> The problem is that when I have computer A set as the
> default gateway for B (necessary for IP-Masq), I can't
> ftp into B from A.  If I remove that particular route,
> I can ftp fine.  My routing table is set up with the
> route command (I don't use routed).
> 
> Another problem is that I sometimes need to connect
> directly to the internet from B instead of using A's
> modem.  When I do that, the default gateway gets set
> to my ISP, and when I disconnect, doesn't get set back
> to computer A's address.  I have to manually add the
> route to get the lan to work again.
> 
> If I haven't been clear enough, please let me know. :)
>  I've tried to summarize the problem, but I can be
> more specific if necessary.
> 
> Thanks in advance,
> 
> Ben Logan
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Mail – Free email you can access from anywhere!
> http://mail.yahoo.com/
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
Ben,

Did you load the "ip_masq_ftp" module before ?
You should put the following enties in the front of /etc/rc.d/
init.d/firewall scripts:

/sbin/depmod -a
/sbin/insmod ip_masq_ftp

Hope it can help you !
Regards,
-- 
#####################################################################
# Andrew H.P. So, Software Developer                                #
# First Ecommerce Limited, http://www.firstecom.com                 #
# 8/F, Henley Building, 5 Queen's Road Central, Hong Kong           #
# [EMAIL PROTECTED], Tel:(852)2289-9542 Fax:(852)2801-5939    #
#####################################################################



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to