Hi there,
We have an instance of R studio running on port 8787. We can access it normally from work using:
server_url:8787
When not at work, after connecting to work VPN, we normally set an ssh forward using:
ssh -N -f -L localhost:8787:localhost:8787 username@server_url
And then, access R studio through a browser using the address: localhost:8787
Recently, we have been unable to access R studio from outside work (from work, it is still fine)
SSH forwards to other ports continue to work normally, but forwards to port 8787 don't seem to work anymore.
Any reason what could be causing this? Any help will be highly appreciated.
Thanks!
Here is the output of sessionInfo() from R
sessionInfo()
R version 3.4.4 (2018-03-15)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 16.04.5 LTSMatrix products: default
BLAS: /usr/lib/libblas/libblas.so.3.6.0
LAPACK: /usr/lib/lapack/liblapack.so.3.6.0locale:
[1] LC_CTYPE=en_GB.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_GB.UTF-8 LC_COLLATE=en_GB.UTF-8
[5] LC_MONETARY=en_GB.UTF-8 LC_MESSAGES=en_GB.UTF-8
[7] LC_PAPER=en_GB.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_GB.UTF-8 LC_IDENTIFICATION=Cattached base packages:
[1] stats graphics grDevices utils datasets methods baseloaded via a namespace (and not attached):
[1] compiler_3.4.4