Link to home
Start Free TrialLog in
Avatar of Jessf
Jessf

asked on

Problem: Using blocked ports behind a firewall

Situation:  I'm trying to use my network connection for more than just web browsing, and as far as I can tell, every port (even ftp) except mail and http is blocked or limited to no more than 2k/sec.  I also can't change any of the settings on the firewall.  Is there a way that I can have a program send information out of my computer on port 80 and have it still end up where it needs to go? regardless of the destination's port.  

I found an article online that somewhat fit what I needed, but I was unable to make it work in the end.  It was regarding socks5
http://www.mandrakeclub.com/article.php?sid=1285&mode=nocomments

I managed to setup an FTP with one of my associates outside my network where we are both running port 80 and it runs beautifully.  But there are a lot of programs where I don't have anywhere near that much control.

I'm running XPSP2
Avatar of learner_driver
learner_driver

if you send on port 80 data will be recieved on port 80 , however lets say you have your own linux server at home and you need to ssh into it and you have the IP address and it doesn't run a web daemon, you could setup your putty ssh client to run on port 80 and your linux server at home to listen on port 80 if you edit /etc/ssh/sshd_config you will see port number and can change this.

if this doesn't answer your question please state exactly what you are trying to achieve

simon
You may also need to configure port forwarding if you're using a router to connect to the internet.  I'm not exactly clear on what the problem is, though.  If you have a router, please specify the make and model numbers.
ASKER CERTIFIED SOLUTION
Avatar of pseudocyber
pseudocyber

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jessf

ASKER

Allright..  one of my problems.  I'm trying to connect to a company ftp server, or open my own ftp server.  And it won't let anybody connect to me and when i connect to my work system it runs too slow to be of any use.  Is there any unorthdoxed approach that will let me circumvent this?  I don't have access to a linux server or to the firewall I'm behind.  Sorry for the lack of clarity.
Avatar of Jessf

ASKER

Allright..  one of my problems.  I'm trying to connect to a company ftp server, or open my own ftp server.  And it won't let anybody connect to me and when i connect to my work system it runs too slow to be of any use.  Is there any unorthdoxed approach that will let me circumvent this?  I don't have access to a linux server or to the firewall I'm behind.  Sorry for the lack of clarity.
Connecting to another ftp server and having someone connect to you are two different things.  I'm not sure I can help you with the fact that the connection is slow.  That's probably something to talk about with the IT personell at your workplace.

If you're running your own ftp server from inside your workplace, then you will again need to talk with your IT deparment, because I'm sure they've blocked outside access to FTP on your network.  This is something you will need special permissions for.

If your network allows you to see outside IP addresses, then you could setup a proxy outside the network and bounce your FTP traffic off of it.  I still need some more information...
i have an ISA server running on my system which i have two network cards, one for external connection and the other is for internal. the problem is that only the isa server can ping external address and not any other server on my network. is there a way i could configure the isa to let internal servers be able to reach external address