Menu

#3057 dtm: support NAT

5.19.10
fixed
None
enhancement
dtm
d
major
False
2019-08-05
2019-07-11
Alex Jones
No

DTM currently does not support NAT. DTM sends the private IP address in a message to other nodes. If one of these other nodes is not in the private subnet, when they try to use this private IP address, they cannot reach the other node, so the connection times out.

We can use either use recvfrom() to get the public IP address, or we can pass the public IP address in the message.

Related

Wiki: ChangeLog-5.19.10
Wiki: NEWS-5.19.10

Discussion

  • Alex Jones

    Alex Jones - 2019-07-12
    • status: accepted --> review
     
  • Gary Lee

    Gary Lee - 2019-07-22
    • Milestone: 5.19.07 --> 5.19.10
     
  • Alex Jones

    Alex Jones - 2019-08-05
    • status: review --> fixed
     
  • Alex Jones

    Alex Jones - 2019-08-05

    commit a55557d5e48d5f2419e27c1a4e3641134f82e71f (origin/develop, develop)
    Author: Alex Jones ajones@rbbn.com
    Date: Mon Aug 5 10:52:59 2019 -0400

     

Log in to post a comment.