Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-18812

lnet: restrict IP addresses that socklnd listens on

Details

    • Improvement
    • Resolution: Unresolved
    • Minor
    • None
    • Lustre 2.17.0
    • 3
    • 9223372036854775807

    Description

      The socklnd acceptor listens for new connections on port 988 by default on all IP addresses:

      # netstat -an | grep -w 988
      tcp        0      0 0.0.0.0:988             0.0.0.0:*               LISTEN     
      tcp        0      0 192.168.20.159:1022     192.168.20.1:988        ESTABLISHED
      tcp        0      0 192.168.20.159:1023     192.168.20.1:988        ESTABLISHED
      tcp        0      0 192.168.20.159:1021     192.168.20.1:988        ESTABLISHED
      

      In some scenarios, it is desirable to not listen for connections on all addresses. It should be possible to limit the acceptor to listen only on specific addresses.

      Attachments

        Activity

          People

            ssmirnov Serguei Smirnov
            adilger Andreas Dilger
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: