Hello everyone,
Here is brief of our setup:
Host machine: Ubuntu 14.04lts
Everything is running fine with default address 192.168.33.10
Our server hosting open edX is a part of institution's LAN network.
Now, we want to access this open edX instance from a static public IP so that other people outside LAN too can access it.
We would like to know about the recommended way of doing so:
1.) Is it possible to access open edx both from LAN IP and using public IP. Is it a recommended way? I'm asking this because inside
lms.env.json file we have set
SITE_NAME to instance's URL. Some Xblocks like problem-builder rely on it for
CSS path. Will having two IP create css path problem?
2.) Should we configure public & LAN IP only in vagrant file or should we do it inside guest OS?
Thanking you in anticipation.