When trying to connect to tensorboard logs on a remote server and entering the address http://localhost:16006/ in chrome and firefox I get this message in the command line "channel 3: open failed: connect failed: Connection refused" multiple times and this message on the browser, "The Connection was Reset". I ssh into the server like this: ssh -L 16006:127.0.0.1:6006 username@machine and then go one level up the log folder and write: tensorboard --logdir logs --port 16006
I tired: tensorboard --logdir logs --port 16006 --bind-all and also tensorboard --logdir logs --host localhost, also tensorboard --logdir logs --host 127.0.0.1
None of the above has wroked. I tried running the line above from another environment which didn't help. I went to the office and tried connecting to the logs from the server machine directly and it worked. It used to work before when accessing remotely. Do you know what the problem is? any hint would be immensely appreciated.