Issues configuring this as a network wide server on windows #99
Unanswered
candybars2021
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying to get this working on windows as server, without success due the fact it is listening on local host and not external interface. I am forwarding all TCP 8100 traffic from external interface to local host:
`ortproxy show all:
Address Port Address Port
192.168.2.12 8100 127.0.0.1 8100
`
but windows doesn't support UDP, and I am wondering of this is the problem, since I read that proxies don't use UDP in the first place. It would really be great if the interface could be customizable, but until then, I could really use some help understanding what I need to do to make this work and if it's UDP or something else. Locally it works great. Thanks
Beta Was this translation helpful? Give feedback.
All reactions