This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

TCPNet Http Server: Restriction of access to one sepcific IP

Hi

I'm looking for a solution to restict the use of the http server to one specific IP. There is only one well kown client which should have access to our http server. On the other hand there are some kind of scanner running on the net which should be blocked. My goal would be to ignore incoming IP packages which has a different IP than the well kown client.

From my point of understanding of the TCP/IP stack, I need access to the IP level to implement the described functioanlity. It seems that the TXPNet lib dosen't support this kind of low level access.

Are there any other approches to solve the described problem with the TPCNet lib?

0