I will try to explain setup first: there is one host (HW not VM) behind NAT (standard CISCO router from my ISP, nothing fancy). On this HW (192.168.0.17) I have BBB installed by using bbb-install script. BBB installs docker for greenlight and Postgresql. I have following router configuration:
Now, this setup works, but with one catch: when I wan to access BBB instance running on this server from my laptop for instance, I have to add 192.168.0.17 in its /etc/hosts file - otherwise it does not work. Not sure why.
What I did next is to compile FS on BBB server and replace the one that BBB sets up via deb packages. I kept config files though. It works same as with original installation.
When I move FS to a docker container, then I get ICE 1007 when loading echo on BBB server, which did not happen previously. I am forwarding ports in range 15000 to 32768 from host running FS in docker directly to running FS container. I am not sure where error is, my guess its some configuration, but not sure where to look at.
Thank you all