Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't Ping the intranet machine #146

Open
latincross opened this issue Jul 19, 2019 · 1 comment
Open

Can't Ping the intranet machine #146

latincross opened this issue Jul 19, 2019 · 1 comment

Comments

@latincross
Copy link

Unable to connect to company intranet machines. Like ping 172.12.12.1.

@andrakis
Copy link

Jor1k uses a websocket proxy for all of its traffic. By default, it's using one that someone else has setup. This proxy does not have any access to your intranet.

But by following the instructions on the above link, you can host your own proxy. When using Jor1k, you may notice this part in the URL: relayURL=wss%3A%2F%2Frelay.widgetry.org%2F. This is the default relay. You can change this URL to point to your own websockproxy, for example using relayURL=wss%3A%2F%2F172.12.12.1%3A8080%2F (assuming 172.12.12.1:8080 is where you setup the above proxy.)

Hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants