On Wednesday 28 November 2001 08:22 am, Troy Aden wrote:
> When I attempt to ftp our server (192.139.75.6) it was taking up to
> 30 sec to connect. (It should take 2 sec) I turned on logging and this is
> the output.
>
> Nov 27 22:12:12 firewall kernel: Packet log: remote DENY eth0 PROTO=6
> 192.139.75.6:1083 192.139.75.156:113 L=60 S=0x00 I=19689 F=0x4000 T=63 SYN
> (#10)

>       I am running Dachstein rc2. with Seawall 4.1. I have ftp_masq
> enabled. Anyone have any ideas as to what is happening here?
>

The FTP server is sending an AUTH request which Seawall is ignoring and 
dropping. You can do one of two things:

a) Open TCP port 113 on your firewall using /etc/seawall/apps.
b) Create the file /etc/seawall/remote and in it place the following:

run_ipchains -A remote -p tcp --dport 113 -j REJECT

-Tom
-- 
Tom Eastep    \  [EMAIL PROTECTED]
AIM: tmeastep  \  http://www.shorewall.net
ICQ: #60745924  \_________________________

_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to