 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

4th November 2007, 07:12 PM
|
|
Registered User
|
|
Join Date: Jun 2006
Posts: 53

|
|
Needing help with ftp
Hi all,
Wondering if someone can help.
I'm using Fedora 7 and I think my firewall is preventing me from using ftp properly. I'm trying to use Filezilla but it keeps refusing to connect, I think I've got all the settings in Filezilla correct, I can only think it's something firewall related.
I could see a unix tool called ipfwadm on a web page, does Fedora have something like this ?
Any help much appreciated.
Cheers
|

4th November 2007, 07:17 PM
|
 |
Registered User
|
|
Join Date: Nov 2004
Location: Seymour, Indiana
Posts: 2,509

|
|
|
ipfwadm is Kenel 2.2 packet filtering. In 2.4 it is called ipchains and in 2.6 kernels it is iptables. There is a gui tool in the Menu that edits security level. This is where you can define the port for the ftp server to be opened.
Brian
__________________
Distribution: RHEL 5.1 with Pieces of this and that.
Kernel 2.6.23.9, KDE 3.5.8 and KDE 4.0 beta, Plus Development src.rpm, ATI fglrx64_7_1_0-8.433-1 rpm with 3D and DRI working.
Acer 5100-5840 with webcam, ati, sdcard reader, sound, atheros based wireless, all working. Only thing not working is the memory stick reader.
|

4th November 2007, 07:29 PM
|
|
Registered User
|
|
Join Date: Jun 2006
Posts: 53

|
|
|
Hi Brian,
Thanks for your prompt reply.
If you mean the Security Level Configuration option in the Admin section I've had a look at that and tried adjusting it but still not made any progress.
|

4th November 2007, 07:48 PM
|
 |
Registered User
|
|
Join Date: Nov 2004
Location: Seymour, Indiana
Posts: 2,509

|
|
|
It modifies the file /etc/sysconfig/iptables. Post the contents of this file.
Brian
__________________
Distribution: RHEL 5.1 with Pieces of this and that.
Kernel 2.6.23.9, KDE 3.5.8 and KDE 4.0 beta, Plus Development src.rpm, ATI fglrx64_7_1_0-8.433-1 rpm with 3D and DRI working.
Acer 5100-5840 with webcam, ati, sdcard reader, sound, atheros based wireless, all working. Only thing not working is the memory stick reader.
|

4th November 2007, 07:52 PM
|
|
Registered User
|
|
Join Date: Jun 2006
Posts: 53

|
|
|
Ok Brian, here's the file content's
# Firewall configuration written by system-config-securitylevel
# Manual customization of this file is not recommended.
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:RH-Firewall-1-INPUT - [0:0]
-A INPUT -j RH-Firewall-1-INPUT
-A RH-Firewall-1-INPUT -i lo -j ACCEPT
-A RH-Firewall-1-INPUT -p icmp --icmp-type any -j ACCEPT
-A RH-Firewall-1-INPUT -p 50 -j ACCEPT
-A RH-Firewall-1-INPUT -p 51 -j ACCEPT
-A RH-Firewall-1-INPUT -p udp --dport 5353 -d 224.0.0.251 -j ACCEPT
-A RH-Firewall-1-INPUT -p udp -m udp --dport 631 -j ACCEPT
-A RH-Firewall-1-INPUT -p tcp -m tcp --dport 631 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 21 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
-A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
COMMIT
|

4th November 2007, 07:52 PM
|
 |
Registered User
|
|
Join Date: Nov 2004
Location: Seymour, Indiana
Posts: 2,509

|
|
|
Looked up Filezilla and it is a client tool in many platforms with a Windows only server. Are you using it to conect to a Linux ftp server or a Windows machine running the Filezilla server portion?
Brian
__________________
Distribution: RHEL 5.1 with Pieces of this and that.
Kernel 2.6.23.9, KDE 3.5.8 and KDE 4.0 beta, Plus Development src.rpm, ATI fglrx64_7_1_0-8.433-1 rpm with 3D and DRI working.
Acer 5100-5840 with webcam, ati, sdcard reader, sound, atheros based wireless, all working. Only thing not working is the memory stick reader.
|

4th November 2007, 08:35 PM
|
 |
Registered User
|
|
Join Date: Nov 2004
Location: Seymour, Indiana
Posts: 2,509

|
|
|
OK port 21 is open so is the FTP server on the linux machine running?
Brian
__________________
Distribution: RHEL 5.1 with Pieces of this and that.
Kernel 2.6.23.9, KDE 3.5.8 and KDE 4.0 beta, Plus Development src.rpm, ATI fglrx64_7_1_0-8.433-1 rpm with 3D and DRI working.
Acer 5100-5840 with webcam, ati, sdcard reader, sound, atheros based wireless, all working. Only thing not working is the memory stick reader.
|

4th November 2007, 08:44 PM
|
|
Registered User
|
|
Join Date: Jun 2006
Posts: 53

|
|
|
Actually I'm trying to connect to a Linux digital tv box, a Dreambox
|

4th November 2007, 09:03 PM
|
|
Registered User
|
|
Join Date: Jun 2006
Posts: 53

|
|
It's ok brian, I've got it sussed now, I hadn't set the IP up properly in the settings on the box.
Thanks for your help.
|

4th November 2007, 09:37 PM
|
 |
Registered User
|
|
Join Date: Nov 2004
Location: Seymour, Indiana
Posts: 2,509

|
|
|
Glad to see you have it working.
Brian
__________________
Distribution: RHEL 5.1 with Pieces of this and that.
Kernel 2.6.23.9, KDE 3.5.8 and KDE 4.0 beta, Plus Development src.rpm, ATI fglrx64_7_1_0-8.433-1 rpm with 3D and DRI working.
Acer 5100-5840 with webcam, ati, sdcard reader, sound, atheros based wireless, all working. Only thing not working is the memory stick reader.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 08:24 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|