Ftp to firewall


 
Thread Tools Search this Thread
Operating Systems Linux Ftp to firewall
# 1  
Old 01-30-2004
Ftp to firewall

Hi,
My Linux Mandrake 9.2 is dedicate to be a web server, ftpserver, dns, firewall and internet router.
With firewall enabled, I can't transfer files from a local computer to this machine.
I can still; however, connect to the ftp server but whenever I do ls, get, mget. my process gets frezze up.
From a machine in the internet, I still transfer the files though.
Please tell me how to fix this problem.
Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Cybersecurity

Firewall

Hey Guys, I am looking for a good firewall software to implement in medium/large office, with at least 150 users. I was hopping you guys could help me on this one. Regards, (4 Replies)
Discussion started by: andrevicente
4 Replies

2. Linux

Firewall?

Dear All I have put my windows machine behind my centos firewall server with just one NIC. At now, the windows machine can ping 192.9.9.3 but cannot resolve valid url (like www.google.com). I have set DNS for it as well. Can you please let me know what is the missing step? Thank you (6 Replies)
Discussion started by: hadimotamedi
6 Replies

3. SuSE

Firewall

Is there a command line interface to the firewall? (4 Replies)
Discussion started by: jgt
4 Replies

4. AIX

Extract data from DB2 tables and FTP it to outside company's firewall

Please help me in creating the script in AIX. requirement is; The new component's main function is to extract the data from DB2 tables and company's firewall directly. The component function needs to check the timestamp in the DB2 tables ((CREDAT and CRETIM) with the requested timestamp and... (1 Reply)
Discussion started by: priyanka3006
1 Replies

5. AIX

extract data from DB2 and FTP it outside ompany's firewall

The main function is to extract the data from DB2 tables and FTPed to outside the company's firewall directly. pls find the attachment and help me out..i have only one day to do this (1 Reply)
Discussion started by: priyanka3006
1 Replies

6. Cybersecurity

help with firewall

hi everyone I am a newbee to firewall scripting. cannot understand how to write rules per host. in ip6tables. anyone plz:( (2 Replies)
Discussion started by: xecutioner
2 Replies

7. Shell Programming and Scripting

sed used for updating firewall allow ftp from DHCP access

Here is my situation. You can make all kinds of comments about how I am doing it and why from the networking standpoint, but I am really only looking for comments on how to make it work. Of course, any other ideas for how to do this would be welcome. I have an iptables firewall that allows only... (1 Reply)
Discussion started by: manouche
1 Replies

8. Cybersecurity

Looking Out from Behind a Firewall

Would it be possible to restrict access to internet pages in the following way? A machine: IP = 128.1.17.123 Only pages from domains of the type "go.jp" and "ne.jp" are viewable. All others are not viewable or only partly viewable. B machine: IP = 128.1.17.146 Regardless of the domain... (4 Replies)
Discussion started by: mntamago
4 Replies

9. Cybersecurity

What Firewall do you use?

Just out of curiosity, I see a lot of people here use Linux IPTables as their firewall. Anyone here use something else like OpenBSD PF or *BSD IPF, IPFW? I'm quite fond of OpenBSD and their Packet Filters. I find their syntax much easier to manage and from my personal experience, I find them... (5 Replies)
Discussion started by: tarballed
5 Replies
Login or Register to Ask a Question
ARNO_FWFILTER(1)														  ARNO_FWFILTER(1)

NAME
arno-fwfilter - a filter script to make iptables firewall logs more readable for humans SYNOPSIS
arno-fwfilter [OPTIONS] DESCRIPTION
arno-fwfilter is a pipe filter script to make the firewall-log better readable. Some usage examples are: Static firewall log filtering: arno-fwfilter < logfile Realtime firewall logging on tty10: tail --follow <logfile> | arno-fwfilter >/dev/tty10 & OPTIONS
--help, -h Print the available options. --html-output, -o Use basic HTML to format the output --no-locations, -l Disable to (try to) obtain the IP's geographical location. By default, http://www.hostip.info/ is visited to get this information. --no-colors, -c Disable the use of colors in the output. --single-line, -s Put all information about an event in a single line SEE ALSO
iptables(8), arno-iptables-firewall(8) The http://rocky.eld.leidenuniv.nl/ web site. AUTHOR
arno-fwfilter was written by Arno van Amersfoort <arnova@rocky.eld.leidenuniv.nl>. This manual page was written by Michael Hanke <michael.hanke@gmail.com>, for the Debian project (but may be used by others). Michael Hanke September 2005 ARNO_FWFILTER(1)