I need advice about configuring TM1 to be accessible from outside world. Here is what I tried:
External IP and dedicated port take me to login screen. Ok so far.
NAT settings to get this result:
Code: Select all
Port Forwarding and Source NAT (PAT)
Chain PREROUTING (policy ACCEPT 43423 packets, 3272K bytes)
pkts bytes target prot opt in out source destination
28 1232 DNAT tcp -- ETH01 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:13392 to:10.1.5.102:8080
0 0 DNAT udp -- ETH01 * 0.0.0.0/0 0.0.0.0/0 udp dpt:13392 to:10.1.5.102:8080
I can chose a model and see it's structure in Contributor:
But as soon as I click any structure element, I get an error:
What should I reconfigure to make my models accessible from outside network?