Shapes demo across WAN

2 posts / 0 new
Last post
Offline
Last seen: 4 years 12 months ago
Joined: 02/14/2014
Posts: 41
Shapes demo across WAN

I am trying to use the Routing Service using the Shapes demo and am seeing no comunication. 

My test configuration is:

LAN1 <-> Router1 <-(LAN)-> Router2 <-> LAN2

LAN1 :   internal IP = 192.168.1.198,    external IP = 10.1.1.223,  port 7400 forwarded to port 8400, NDDS_DISCOVERY_PEERS=tcpv4_wan://10.1.1.194:8500,udpv4://192.168.1.198,shmem://

LAN2 :   internal IP = 192.168.1.175,    external IP = 10.1.1.194,  port 7400 forwarded to port 8500, NDDS_DISCOVERY_PEERS=tcpv4_wan://10.1.1.223:8400,udpv4://192.168.1.194,shmem://

Modified tcp_transport.xml as follows:

TCP_1: dds.transport.TCPv4.tcp1.public_address=10.1.1.223:8400

TCP_2:  dds.transport.TCPv4.tcp1.public_address=10.1.1.194:8500

What am I missing?

Offline
Last seen: 4 years 12 months ago
Joined: 02/14/2014
Posts: 41

Never mind.  I had a typo in my initials peers.