@Sheikh_Dawood
For further information, I ran into a similar issue.
At our lab, the server running Isaac Sim sits inside a different VLAN, say VLAN 2, than my notebook, VLAN 1. Furthermore, our VPN (openVPN based as far as I can tell) tunnels me into VLAN 3. Between VLAN 1 and 2, and VLAN 2 and 3, ports 80
, 3000
, 3009
, 3030
, 8080
, 47995-48012
, and 49000-49007
are towards VLAN 2, both for udp, as well as tcp/ip.
Now, running the Isaac Sim docker on the server explicitly with the ports from the documentation, i.e. 47995-48012
and 49000-49007
for udp and tcp/ip, I can connect from VLAN 1 using the client no problem. However, I cannot connect via VPN, except if I run the Isaac Sim docker using --network=host
.
Attached are some connection logs, the first is from connecting from VLAN 1 to the server, the second from VLAN 3 (VPN) to the server. I noticed how the client tries to open ports which are outside the range specified in the docker run command. Nevertheless, it’s working fine.
If you have any more questions regarding our setup and what works/does not work, feel free to contact me.
Thank you,
Johann
PS: Not sure if it helps, but I didn’t want to open yet another issue for the same problem just to get the same info.
VLAN 1 to VLAN 2 (successfull)
2020-10-15 11:44:09 Gateway Allow src_ip=10.1.0.1 dst_ip=10.2.0.1 pr=48010/tcp src_port=63052 dst_port=48010 src_intf=VLAN1 dst_intf=VLAN2 msg=Allowed pckt_len=52 ttl=127
2020-10-15 11:44:09 Gateway Allow src_ip=10.1.0.1 dst_ip=10.2.0.1 pr=48010/tcp src_port=63051 dst_port=48010 src_intf=VLAN1 dst_intf=VLAN2 msg=Allowed pckt_len=52 ttl=127
2020-10-15 11:44:32 Gateway Allow src_ip=10.1.0.1 dst_ip=10.2.0.1 pr=48010/tcp src_port=63056 dst_port=48010 src_intf=VLAN1 dst_intf=VLAN2 msg=Allowed pckt_len=52 ttl=127
2020-10-15 11:44:58 Gateway Allow src_ip=10.1.0.1 dst_ip=10.2.0.1 pr=48010/tcp src_port=63062 dst_port=48010 src_intf=VLAN1 dst_intf=VLAN2 msg=Allowed pckt_len=52 ttl=127
2020-10-15 11:45:09 Gateway Allow src_ip=10.1.0.1 dst_ip=10.2.0.1 pr=48010/tcp src_port=63063 dst_port=48010 src_intf=VLAN1 dst_intf=VLAN2 msg=Allowed pckt_len=52 ttl=127
2020-10-15 11:45:24 Gateway Allow src_ip=10.1.0.1 dst_ip=10.2.0.1 pr=48010/tcp src_port=63068 dst_port=48010 src_intf=VLAN1 dst_intf=VLAN2 msg=Allowed pckt_len=52 ttl=127
2020-10-15 11:45:24 Gateway Allow src_ip=10.1.0.1 dst_ip=10.2.0.1 pr=48010/tcp src_port=63069 dst_port=48010 src_intf=VLAN1 dst_intf=VLAN2 msg=Allowed pckt_len=52 ttl=127
2020-10-15 11:45:24 Gateway Allow src_ip=10.1.0.1 dst_ip=10.2.0.1 pr=48010/tcp src_port=63070 dst_port=48010 src_intf=VLAN1 dst_intf=VLAN2 msg=Allowed pckt_len=52 ttl=127
2020-10-15 11:45:24 Gateway Allow src_ip=10.1.0.1 dst_ip=10.2.0.1 pr=48010/tcp src_port=63071 dst_port=48010 src_intf=VLAN1 dst_intf=VLAN2 msg=Allowed pckt_len=52 ttl=127
2020-10-15 11:45:27 Gateway Allow src_ip=10.1.0.1 dst_ip=10.2.0.1 pr=48010/tcp src_port=63072 dst_port=48010 src_intf=VLAN1 dst_intf=VLAN2 msg=Allowed pckt_len=52 ttl=127
2020-10-15 11:45:31 Gateway Allow src_ip=10.1.0.1 dst_ip=10.2.0.1 pr=48010/tcp src_port=63073 dst_port=48010 src_intf=VLAN1 dst_intf=VLAN2 msg=Allowed pckt_len=52 ttl=127
2020-10-15 11:45:34 Gateway Allow src_ip=10.1.0.1 dst_ip=10.2.0.1 pr=47998/udp src_port=49005 dst_port=47998 src_intf=VLAN1 dst_intf=VLAN2 msg=Allowed pckt_len=47 ttl=127
2020-10-15 11:45:34 Gateway Allow src_ip=10.1.0.1 dst_ip=10.2.0.1 pr=47999/udp src_port=49006 dst_port=47999 src_intf=VLAN1 dst_intf=VLAN2 msg=Allowed pckt_len=47 ttl=127
2020-10-15 11:45:34 Gateway Allow src_ip=10.1.0.1 dst_ip=10.2.0.1 pr=48000/udp src_port=49003 dst_port=48000 src_intf=VLAN1 dst_intf=VLAN2 msg=Allowed pckt_len=47 ttl=127
2020-10-15 11:45:34 Gateway Allow src_ip=10.1.0.1 dst_ip=10.2.0.1 pr=48010/tcp src_port=63074 dst_port=48010 src_intf=VLAN1 dst_intf=VLAN2 msg=Allowed pckt_len=52 ttl=127
2020-10-15 11:45:34 Gateway Allow src_ip=10.1.0.1 dst_ip=10.2.0.1 pr=48010/tcp src_port=63075 dst_port=48010 src_intf=VLAN1 dst_intf=VLAN2 msg=Allowed pckt_len=52 ttl=127
2020-10-15 11:45:34 Gateway Deny src_ip=10.1.0.1 dst_ip=10.2.0.1 pr=48199/udp src_port=49006 dst_port=48199 src_intf=VLAN1 dst_intf=VLAN2 msg=Denied pckt_len=47 ttl=127
2020-10-15 11:45:34 Gateway Deny src_ip=10.1.0.1 dst_ip=10.2.0.1 pr=48200/udp src_port=49003 dst_port=48200 src_intf=VLAN1 dst_intf=VLAN2 msg=Denied pckt_len=47 ttl=127
2020-10-15 11:45:34 Gateway Deny src_ip=10.1.0.1 dst_ip=10.2.0.1 pr=48198/udp src_port=49005 dst_port=48198 src_intf=VLAN1 dst_intf=VLAN2 msg=Denied pckt_len=47 ttl=127
2020-10-15 11:45:35 Gateway Allow src_ip=10.1.0.1 dst_ip=10.2.0.1 pr=48000/udp src_port=49003 dst_port=48000 src_intf=VLAN1 dst_intf=VLAN2 msg=Allowed pckt_len=47 ttl=127
VLAN 3 (VPN) to VLAN 2 (failed)
2020-10-15 11:46:19 Gateway Allow src_ip=10.3.0.1 dst_ip=10.2.0.1 pr=48010/tcp src_port=8061 dst_port=48010 src_intf=VLAN3 dst_intf=VLAN2 msg=Allowed pckt_len=52 ttl=127
2020-10-15 11:46:19 Gateway Allow src_ip=10.3.0.1 dst_ip=10.2.0.1 pr=48010/tcp src_port=8062 dst_port=48010 src_intf=VLAN3 dst_intf=VLAN2 msg=Allowed pckt_len=52 ttl=127
2020-10-15 11:46:19 Gateway Allow src_ip=10.3.0.1 dst_ip=10.2.0.1 pr=48010/tcp src_port=8063 dst_port=48010 src_intf=VLAN3 dst_intf=VLAN2 msg=Allowed pckt_len=52 ttl=127
2020-10-15 11:46:19 Gateway Allow src_ip=10.3.0.1 dst_ip=10.2.0.1 pr=48010/tcp src_port=8064 dst_port=48010 src_intf=VLAN3 dst_intf=VLAN2 msg=Allowed pckt_len=52 ttl=127
2020-10-15 11:46:23 Gateway Allow src_ip=10.3.0.1 dst_ip=10.2.0.1 pr=48010/tcp src_port=8065 dst_port=48010 src_intf=VLAN3 dst_intf=VLAN2 msg=Allowed pckt_len=52 ttl=127
2020-10-15 11:46:27 Gateway Allow src_ip=10.3.0.1 dst_ip=10.2.0.1 pr=48010/tcp src_port=8066 dst_port=48010 src_intf=VLAN3 dst_intf=VLAN2 msg=Allowed pckt_len=52 ttl=127
2020-10-15 11:46:30 Gateway Allow src_ip=10.3.0.1 dst_ip=10.2.0.1 pr=47999/udp src_port=49006 dst_port=47999 src_intf=VLAN3 dst_intf=VLAN2 msg=Allowed pckt_len=47 ttl=127
2020-10-15 11:46:30 Gateway Allow src_ip=10.3.0.1 dst_ip=10.2.0.1 pr=48010/tcp src_port=8067 dst_port=48010 src_intf=VLAN3 dst_intf=VLAN2 msg=Allowed pckt_len=52 ttl=127
2020-10-15 11:46:30 Gateway Deny src_ip=10.3.0.1 dst_ip=10.2.0.1 pr=48299/udp src_port=49006 dst_port=48299 src_intf=VLAN3 dst_intf=VLAN2 msg=Denied pckt_len=47 ttl=127