I am currently at a univeristy within the UK, and i am able to connect through a wireless internet connection. The problem with this is that all games have been blocked over this internet connection. I am not sure how this is done but i am wishing to know if anyone has any ideas on how to get around this.
Thanks in advance for your help.
University Internet
- bad_brain
- Site Owner
- Posts: 11639
- Joined: 06 Apr 2005, 16:00
- 19
- Location: In your eye floaters.
- Contact:
well, a proxy will work for blocked websites, but not for gaming.
the connections are blocked by the firewall and there is pretty nothing you can do about it because most likely (if the admin is not a total n00b) the incoming connections from the game servers are blocked (by source port) and not only your outgoing traffic to these servers.
in a simple way: even if you can send requests to the game servers you are not able to receive their replies.
even tunneling would make no sense because it would only affect your outgoing connections again....
the connections are blocked by the firewall and there is pretty nothing you can do about it because most likely (if the admin is not a total n00b) the incoming connections from the game servers are blocked (by source port) and not only your outgoing traffic to these servers.
in a simple way: even if you can send requests to the game servers you are not able to receive their replies.
even tunneling would make no sense because it would only affect your outgoing connections again....

- bad_brain
- Site Owner
- Posts: 11639
- Joined: 06 Apr 2005, 16:00
- 19
- Location: In your eye floaters.
- Contact:
yeup!baron_samedi wrote:thats weird...i'm at uni and I've looked up tons of "dubious" stuff, never been told off or banned or anything. Lucky me!?

example: by this simple firewall settings an admin can block all WoW gamers in the network:
Code: Select all
iptables -I INPUT -p tcp --source-port 3724 -j DROP
iptables -I INPUT -p tcp --source-port 6112 -j DROP
iptables -I INPUT -p tcp --source-port 6891:6999 -j DROP