Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
getting around port blocking
Name: brad_002 Date: February 22, 2003 at 21:46:41 Pacific OS: win xp CPU/Ram: 1 gb / 1.3 ghz
Comment:
I'm wondering if it would be possible to encapsulate one type of traffic into the port of another program. Specifically, would it be possible / safe to send other data on port 80 in order to get through a firewall? What about UDP? Any thoughts would be appreciated.
Name: majid99 Date: February 23, 2003 at 06:17:00 Pacific
Reply:
If we want to transfer an Ipv6 packets through old routers. we encapsulate all the packets in Ipv4 tunnel and then we send this Ipv6 stream to cross the classic Ipv4 path while at the end we get an Ipv6 address.
Plying with a port numbers is lot different and impossible.
.ed.
0
Response Number 2
Name: brad_002 Date: February 23, 2003 at 14:54:23 Pacific
Reply:
So it would not be possible to run a game server on port 80 so as to get through a firewall? Might it be possible to build one's own protocol to support both http and a udp gaming protocol so that you could run a web server on port 80 and a game server on the same port, and the server could figure out by other means which data goes to what program, most likely with a custom intermediate fire-wall-ish program?
Summary: Oops, clarification: I am able to connect to/see the computers on my network. However, I am unable to connect to computers outside of my network (say, to receive file transfers on IRC or AIM, etc.) b...
Summary: thanks for the info! I still need to do more reading... what i was trying to atchieve is to block unnecessary port that a virus can pass through i was wondering if i can use port blocking but right no...
Summary: The first issue is the built-in firewall in the router. It would be blocking requests into your server if enabled. You must get around this blocking. There are several ways to do this. If your Web ser...