Restrict inbound connection by IP address (White Listing)?

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Restrict inbound connection by IP address (White Listing)?

  • Creator
    Topic
  • #55051
    Jeff Jakobowski
    Participant

      Does anyone have a method of restricting inbound tcp connections to specific IP addresses? I’m aware that this type of white-listing is usually done at the network/firewall level, and I know that the server (AIX in this case) has some IP filtering capabilities, but I was wondering if there are any application-level tools in Cloverleaf for this type of filtering?  Thanks.

    Viewing 0 reply threads
    • Author
      Replies
      • #83921
        David Barr
        Participant

          You can’t configure a thread to automatically reject connections from the wrong IP, but you could write your own code to check the IP address. This would probably have to be done in an inbound TPS. So you would receive a message, but your code could look at the message metadata to get the source IP address before deciding to continue processing.

      Viewing 0 reply threads
      • The forum ‘Cloverleaf’ is closed to new topics and replies.