I’d like to restrict the access to my server to clients who connect to their home router by LAN rather than WLAN. Is this at all possible, e.g. by examining packets?
Further information: I’m concerned about timing rather than security. The server runs a realtime audio application, and WLAN (generally speaking) introduces much more jitter than LAN does. So, my quesion rephrased, is:
Can I determine the amount of jitter by looking at the amount of UDP packet loss or out-of-sequence arrivals? What are some commonly accepted tools to achieve this?