/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! */
Come on people, havn't anybody here got at least a little idea, to what can
be wrong?
---------------------------
I've got a masq. firewall thingie running on my Linux-Box, with a Win98-Box
behind it.
It mostly works just fine, but with a few hickups. The biggest problem is
probarbly that when I download/upload files with FTP, and it's big files,
the FTP-Client hangs, every time it has ended a file, like as if it doesn't
close the file or something. It just hangs untill I press abort, and then
when I resume in my Queue (I use FlashFXP as the FTP-Client) it tries to
download/upload the same file again (it doesn't remove it from the list),
but the file is 100% downloaded, so I have to press skip.
Now that's DAMN anoying, when I have to download/upload more files at a
time... :-(
Anybody here have an idea why?
I've listed my rc.firewall file here, I can't se that there is any
problems, can you?
ipchains -F
ipmasqadm portfw -f
/sbin/depmod -a
/sbin/modprobe ip_masq_ftp
/sbin/modprobe ip_masq_irc
/sbin/modprobe ip_masq_user
/sbin/ipchains -P forward DENY
/sbin/ipchains -A forward -s 192.168.0.0/24 -j MASQ
#Make me non-ping-able
ipchains -A output -s HereIsMyLinuxBoxIP -p icmp --icmp-type 0 -j DENY
#portfw ICQ
port=2000
while [ "$port" -le 2100 ]
do
/usr/sbin/ipmasqadm portfw -a -P tcp -L HereIsMyLinuxBoxIP "$port" -R
192.168.0.2 "$port"
let port="$port"+1
done
#portfw DeltaForce
/usr/sbin/ipmasqadm portfw -a -P udp -L HereIsMyLinuxBoxIP 3568 -R
192.168.0.2 3568
Jesper S. Jensen
Elector^NPS
[EMAIL PROTECTED]
_______________________________________________
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.