Linux / UNIX Tech Support Forum
This is a discussion on linux ftp problem. within the Linux software forums, part of the Linux Getting Started category; hi, i am unable to connect to outside ftp servers in my linux system. please tell solution....
|
|||||||
| Linux software General questions and discussion about Redhat/Fedora Core/Cent OS, Debian and Ubuntu Linux related to softwares should go here. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Sponsored Links | ||
|
|
|
||||
|
Mostly firewall is blocking outgoing FTP access. You need to configure iptables to allow ftp access.
__________________
Vivek Gite Linux Evangelist |
|
|||
|
chain INPUT (policy ACCEPT)
target prot opt source destination RH-Firewall-1-INPUT all -- 0.0.0.0/0 0.0.0.0/0 Chain FORWARD (policy ACCEPT) target prot opt source destination RH-Firewall-1-INPUT all -- 0.0.0.0/0 0.0.0.0/0 Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain RH-Firewall-1-INPUT (2 references) target prot opt source destination ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 255 ACCEPT esp -- 0.0.0.0/0 0.0.0.0/0 ACCEPT ah -- 0.0.0.0/0 0.0.0.0/0 ACCEPT udp -- 0.0.0.0/0 224.0.0.251 udp dpt:5353 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:631 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:22 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited ~ ~ |
![]() |
| Tags |
| ftp , iptables , linux , linux firewall |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| windows partition mounting problem in linux as4.o | ramjimh | Linux software | 9 | 24-12-2008 12:38 PM |
| installing antivirus in linux- problem | pauler | Linux software | 0 | 26-10-2007 02:31 PM |
| problem with linux-2.6.12 kernel at boot time | khadar | Getting started tutorials | 0 | 12-09-2007 03:38 PM |
| Problem in Cluster Linux | sureshkrsingh | Getting started tutorials | 0 | 09-09-2007 08:47 PM |
| problem with accesing oracle in linux | ramjimh | Linux software | 3 | 06-07-2006 12:38 PM |