-
Notifications
You must be signed in to change notification settings - Fork 286
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
tox-bootstrap daemon behind reverse proxy #1338
Comments
tox-bootstrapd uses UDP port 33445, so make sure that passes through your firewall/proxy. If you have tcp relay feature enabled, then you need to pass through the corresponding TCP ports. You can change ports in the config file. |
I have host my tox-bootstrap node(only tcp port 33445) behind cisco-asa firewall. |
Okay, a few things to note:
If you node is on the internet, you can check if it works with this test page https://nodes.tox.chat/test. It sends some packets to you node and checks if it gets the correct response back. If it's in a private network, you can telnet into your node Anyway, from what you have described it sounds like your tox-boostrapd node should have no issues with receiving TCP connections, so make sure that qTox is actually attempting to connect to it through TCP. You might want to open an issue at https://github.com/qTox/qTox and have qTox folks help you figure out why qTox is not connecting to the node if you have hard time troubleshooting it yourself. |
@nurupo tox-client status client shows offline, tcp connection state is ESTABLISHED: tox-bootstrap node status on https://nodes.tox.chat/test What i want is host some nodes(only tcp) which will isolated from any other third-party tox-nodes, my clients will be only using tcp port to connect with tox-nodes?Must me something which i am missing, please help me with this? |
Please try this again with latest master (or in a few days, v0.2.14). There's more logging now so we could find out what's going wrong. |
This comment was marked as off-topic.
This comment was marked as off-topic.
@emdee-is please don't necropost with questions that are not related to the issue at hand, either open a new issue, or just ask on IRC / groupchat. |
Hi,
I wanna configure tox-bootstrap daemon or tox node behind a firewall(port forwording).
nmap scan shows port is open but qtox(client) is unable to connect with node.
Does tox-bootstrap daemon work behind reverse proxy?
If no, is there any other way of putting my node behind a firewall?
The text was updated successfully, but these errors were encountered: