Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-24-2002, 03:49 AM
|
#1
|
Member
Registered: Feb 2002
Location: Bay Area, California
Distribution: Ubuntu
Posts: 110
Rep:
|
packet masking???
hey everyone,
this isn't necessarily a linux-only question, but it mainly pertains to how to do it in linux.
i'm on a university firewall and they are buttholes about file downloading/sharing. basically i needed to send my friend a legit file via ftp, but i cannot do outbound ftp since it is blocked at the router level. what i'm asking is if there is a way to mask packets of different protocols as an allowed type of packet, send it to an outside server, have it convert it back to its native format, then send it to its correct destination? i don't know much about networking so i could come off as a complete idiot. .
if there is a way to do it, what type of software/commands is available to do such a thing?
thanks a lot,
icy
Last edited by icyfire; 11-24-2002 at 03:53 AM.
|
|
|
11-24-2002, 05:23 AM
|
#2
|
Senior Member
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152
Rep:
|
email it to him. =-}
Seriously, though. . .
If you post the file on a website, your friend should be able to
download it from there.
The sort of thing you are talking about is unlikely to make the U.
sysadmins happy, which could get you in trouble. Also, doing something
like that is normally regarded as a security breach of the firewall, and so
is unlikely to be available, as coders generally like to keep their programs
clean of security holes. . .
Is outbound ssh blocked? port 22. If not, then you should be able to use
scp, if your friend is running an ssh server daemon.
|
|
|
11-24-2002, 05:49 AM
|
#3
|
Member
Registered: Feb 2002
Location: Bay Area, California
Distribution: Ubuntu
Posts: 110
Original Poster
Rep:
|
hmm i might try that.
i was trying to send him a 690mb iso. i dont think email is a feasible solution =) actually....posting on a website too is unfeasible.....
i can try ssh, but isn't ssh a more secure form of the ftp protocol? i can run ftp servers fine, its just that noone outside of the network can even connect.
thanks,
icy
edit: aren't firewalls generally supposed to keep opposing content out, not in?
Last edited by icyfire; 11-24-2002 at 05:51 AM.
|
|
|
11-24-2002, 03:06 PM
|
#4
|
Senior Member
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152
Rep:
|
Very simply:
A firewall works to keep two networks ( a private one and the global one,
usually) seperated as much as possible, with the maintainer determining
what level of seperation there should be.
If your friend has a computer with an IP address (even dynamic), he can
set up an ssh server (which will allow an scp connection), and YOU can
connect to his server.
scp or sftp is not really the same as ftp or telnet, or whatever. You
accomplish the same goal, but with very different means. Usually
people don't limit port 22 access going out of a firewall, and since
scp uses 22, you should be able to connect to an outside server.
You could always burn a disk and snailmail it to your friend. . .
|
|
|
11-25-2002, 01:19 AM
|
#5
|
LQ Newbie
Registered: Nov 2002
Location: Vancouver, Canada
Distribution: Mandrake
Posts: 19
Rep:
|
Re: packet masking???
Quote:
Originally posted by icyfire
i'm on a university firewall and they are buttholes about file downloading/sharing. basically i needed to send my friend a legit file via ftp, but i cannot do outbound ftp since it is blocked at the router level. what i'm asking is if there is a way to mask packets of different protocols as an allowed type of packet, send it to an outside server, have it convert it back to its native format, then send it to its correct destination?
icy
|
They are probably blocking port 21. Why not set your client and his server to use another port, one that they aren't blocking?
|
|
|
11-26-2002, 07:54 AM
|
#6
|
Member
Registered: Feb 2002
Location: Bay Area, California
Distribution: Ubuntu
Posts: 110
Original Poster
Rep:
|
i've had it running on various different ports, including the most non-blocked ports of all time: 80 and 8080. when i get back to my linux machine, i will try ssh. is ssh a similar setup to ftp? i recall that being a complete pain...
thanks,
icy
|
|
|
All times are GMT -5. The time now is 02:23 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|