stf
stf copied to clipboard
Necessary ports
I want to do deployment. Which ports do I need to turn out? There are only 7100 open. I can see device list now, but I can not control remote devices. The device comes in a gray screen instead.
Hi,unverb. I'm trying to deploy STF to actual servers,but there is some questions when i start .service units, especially the unit configuration of nginx.service,i have pulled the docker image of nginx:1.7.10,should i have to install nginx separately?can you give me some consultation or steps? how to deploy the separate unit for RethinkDB? My email is [email protected] Thanks.
Hi,
The devices use a configurable port range, 15000-25000 by default. You can decrease the range if you like (it's very generous - one device shouldn't need more than 2 ports), but you'll have to make sure that range is open. Try the help output to see the options.
The other necessary ports are configurable and can also be seen in the help output (or the deployment guide if you're doing that).
On Monday, August 31, 2015, clm [email protected] wrote:
Hi,unverb. I'm trying to deploy STF to actual servers,but there is some questions when i start .service units, especially the unit configuration of nginx.service,i have pulled the docker image of nginx:1.7.10,should i have to install nginx separately?can you give me some consultation or steps? how to deploy the separate unit for RethinkDB? My email is [email protected] javascript:_e(%7B%7D,'cvml','[email protected]');.
— Reply to this email directly or view it on GitHub https://github.com/openstf/stf/issues/67#issuecomment-136234846.
@sorccu Does this have an impact on the performance of the port range? How can I improve the performance? I completed the setup. But it is running slow by remote access.
Well, all network services are bound to run a little slower once you're no longer running things locally. It shouldn't be terribly slow, though. Are you accessing it via a public network or from an internal network? We've only ever used internal networks.
I am accessing public network. This is very slow. How to fix it? Change capture frame rate or ..? @sorccu
Can't help with that, sorry. It was not meant for public use and has never been tested with one.
On Monday, August 31, 2015, unverb [email protected] wrote:
I am accessing public network. This is very slow. How to fix it? Change capture frame rate or ..? @sorccu https://github.com/sorccu
— Reply to this email directly or view it on GitHub https://github.com/openstf/stf/issues/67#issuecomment-136355357.
Hi, i was able to install OpenSTF successfully. Also working fine in the system where it is installed as well as the local area network which can reach the system IP. However, i'm unable to access the site from outside network even when i point the local IP to public IP. Also tried connecting through VPN to server side network to access the system local IP, no avail. I want to access the openSTF site remotely. Any idea why i'm facing this issue?
@itdonegit: Please open a separate issue, your question is not related to the ports used by OpenSTF. You might want to read about "NAT Port Forwarding" though to achieve what you have in mind.
@itdonegit did you ever figure this out? Also trying to do the same.