Glaanieboy
OSNN Veteran Addict
- Joined
- 6 Mar 2002
- Messages
- 2,628
I am having problems with my FTP-server, Bulletproof. This server is running behind a firewall (built-in router and a software called Kerio), I opened up the ports 1024-1536 (needed for passive FTP, because I am behind an internet router) as well as in the built-in and software firewall.
Now the problem: At school I have a similar situation, the class's network is running through a custom built gateway (Linux) to an ADSL connection. When I try to connect to my home FTP from school using passive mode, it tries to connect, stalls, and then says the connection timed out. When I use PORT mode, the FTP-server responds by saying it needs the originating IP address, which is strange, because the IP ain't masked or sump. This is the error I get when using PASV and PORT mode:
As I said I am using 2 firewalls, one built-in an internet-router (Sitecom DC202 version 1, firmware build 1633) and a program called Kerio Personal Firewall. The FTP-server is from Bulletproof. I opened up ports raging from 1024-1536 for use with Passive mode.
The only thing that works is disabling both firewalls (the built-in one can't be disabled, but I can put my FTP-server in a DMZ, effectively meaning the same), but that would kill the security features.
As I said, I opened up the ports 1024-1536, and I set up my FTP-server in such a way that it listens to ports 1024-1536 for Passive connections.
Can anyone help me?
Changes code tags to quote tags
PseudoKiller
Now the problem: At school I have a similar situation, the class's network is running through a custom built gateway (Linux) to an ADSL connection. When I try to connect to my home FTP from school using passive mode, it tries to connect, stalls, and then says the connection timed out. When I use PORT mode, the FTP-server responds by saying it needs the originating IP address, which is strange, because the IP ain't masked or sump. This is the error I get when using PASV and PORT mode:
227 Entering Passive Mode (83,117,11,174,4,27).
Opening data connection IP: 83,117,11,174,4,27 PORT: 1051.
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
PORT 192,168,222,113,4,190
530 PORT command only accepts client IP address.
As I said I am using 2 firewalls, one built-in an internet-router (Sitecom DC202 version 1, firmware build 1633) and a program called Kerio Personal Firewall. The FTP-server is from Bulletproof. I opened up ports raging from 1024-1536 for use with Passive mode.
The only thing that works is disabling both firewalls (the built-in one can't be disabled, but I can put my FTP-server in a DMZ, effectively meaning the same), but that would kill the security features.
As I said, I opened up the ports 1024-1536, and I set up my FTP-server in such a way that it listens to ports 1024-1536 for Passive connections.
Can anyone help me?
Changes code tags to quote tags
PseudoKiller