-
Notifications
You must be signed in to change notification settings - Fork 19
Description
(Thanks for making this awesome piece of software!)
I have a little problem: I run my media server on Windows, but I'm behind NAT. I also have a Linux VPS, which I use to expose my local machine thanks to your script.
Linux runs in server mode, Windows runs in client mode.
The way I run the client is simply opening a cmd.exe tab, and run the script as in the example in the docs
Python27\python.exe natsrv.py --mode client --secret pass123 --local 192.168.1.117:8096 --admin example.com:80
However, if I leave cmd.exe open for a while, example.com:80 eventually stops serving requests. There are no error messages or anything.
I know the error is on the client because if I simply close cmd.exe, reopen it and rereun the client it starts working again.
This happens even after just a few minutes of inactivity (less than 20mins).
Have any idea what might be causing this?
Many thanks again!