Results 1 to 5 of 5
Hello.
I`m in a LAN and I have problems with the administrator. I`m playing Counter-Strike, a game on the internet which uses the ports 27005-27015. This game makes some traffic ...
- 03-12-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 3
udp packets
Hello.
I`m in a LAN and I have problems with the administrator. I`m playing Counter-Strike, a game on the internet which uses the ports 27005-27015. This game makes some traffic and the administrator thinks that I`m using those ports to download from torrents and this is not allowed in this LAN. My question is how can be differentiate the game packets from the torrent packets? I assume that can be a method to find the IP destination or something so I can prove that I play online and not download from torrents. Is there a linux command for something like that ?
- 03-12-2008 #2
- 03-12-2008 #3Just Joined!
- Join Date
- Mar 2008
- Posts
- 3
yep .. gaming is allowed. I think he looked only for my IP and port used for game and the traffic so he stoped my internet connection. Don`t you think he should be able to check for the IP destination (the game IP) ? I`m affraid that he doesn`t know or he do not care about that IP .. Can you please give me a command to show him (on the router level)?
- 03-12-2008 #4
If the router is a Linux box, he could add an iptables rule that is specifically looking for packets going to your game server. Then he can watch the packet counters and (if you've shown that is all you're doing) maybe he will consider making it a permanent rule.
Alternatively, he can watch traffic to the game server using tcpdump, capturing only packets to that IP.
I'm a little skeptical that he is going to let you direct him on running commands on his own router. To keep this simple, why not just ask him to allow traffic from your box to the game server?
- 03-12-2008 #5Just Joined!
- Join Date
- Mar 2008
- Posts
- 3
thank you for the reply and the command. The IP will prove that is a game server and not an torrent. I will ask him to show me the packets.
I cannot ask him to allow me traffic to one server because I probably change servers in time.
Thanks again. I hope I will solve this problem.


Reply With Quote