...the packet comes from.? I'm working on a project to block the game Starcraft. The idea behind the method is:
The packet comes in to the port. The port checks the packets IP header, and if the IP is a specific one (The list will come from our static IP DHCP table), then the port closes the connection. The reason we don't want to fully block the port is because we would like to allow this game to be played in the Virtual Machine, or off laptops.
Thanks
The packet comes in to the port. The port checks the packets IP header, and if the IP is a specific one (The list will come from our static IP DHCP table), then the port closes the connection. The reason we don't want to fully block the port is because we would like to allow this game to be played in the Virtual Machine, or off laptops.
Thanks