4 Replies Latest reply on Apr 13, 2004 6:01 AM by adrian.brock

    UIL2 and NAT

    dfisher

      I'm trying to setup a clustered JMS instance behind a NAT.
      My client code works fine on the localhost, but when I run it outside the NAT it hangs when I call TopicConnectionFactory.createTopicConnection(user, pass).
      I don't see any exceptions on the client or server side.
      (I've set org.jboss.mq to DEBUG.)
      Using tcpdump I see some intermitent communication between the client and server on the RMI port, but never on the UIL2 port.
      I'm not seeing any blocked traffic on the server side either.
      Has anyone seen this problem before?
      Thanks.