/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! /* ALSO: Don't quote this header. It makes you look lame :-) */ Hi, i have been having problems with ftping from my internal network that is masqeraded through my RedHat 6.2 box. and was wondering if anyone had any idea what the problem might be. Here is what I got from the logs: this connection is coming from a windows box inside of gateway. Oct 19 10:46:48 jonesin ftpd[4969]: FTP LOGIN FROM 064-031-079-027.inaddr.vitts.com [64.31.79.27], rkm this is what happened when i did a ls. for some reason ftpd is getting my internal ip and i can't understand why. Oct 19 10:46:53 jonesin ftpd[4969]: refused PORT 192.168.1.56,1042 from 064-031-079-027.inaddr.vitts.com [64.31.79.27] here was the way i set up the firewall to test this problem: #!/bin/sh ipchains -F ipchains -P input ACCEPT ipchains -P output ACCEPT ipchains -P forward ACCEPT ipchains -A forward -i eth1 -s 192.168.1.0/24 -j MASQ if i ftp from my gateway machine i have no problems at all.if anyone can be of any help i would greatly appreciate it. i'm rather frustrated with this problem. Thanks, Tony Hebert _______________________________________________ Masq maillist - [EMAIL PROTECTED] Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES UNSUBSCRIBING! or email to [EMAIL PROTECTED] PLEASE read the HOWTO and search the archives before posting. You can start your search at http://www.indyramp.com/masq/ Please keep general linux/unix/pc/internet questions off the list.
