-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Bootstrapd: IPv6 enabled, no IPv4 ports "listening" #1633
Comments
what guide did you follow? |
@leonmorlando22 say if you can reproduce the same with tox-bootstrapd from https://github.com/TokTok/c-toxcore. |
@leonmorlando22 toxcore uses IPv6/IPv4 dualstack, so people should be able to connect to you using your IPv4 IP address even though there is no IPv4 in netstat. |
That is, unless the OS denies toxcore's request to use the dualstack, in which case it would be IPv6-only. The netstat output should look the same in both cases though, whether it uses dualstack IPv4 and IPv6, or it doesn't use dualstack and uses only IPv6. The dualstack I'm speaking of is setting |
@GrayHatter INSTALL.md on this very repo: https://github.com/irungentoo/toxcore/blob/master/INSTALL.md @nurupo So it's not a problem that I have ports 3389 and 33445 in the "LISTENING" status only on TCP6 and UDP6? Nginx properly shows as taking 443 in both TCP and TCP6, so I thought maybe it was messing with boostrapd, but even with nginx not running, it doesn't listen on TCP. Thanks for the replies! |
Just bootstrap your bootstrap node off other bootstrap nodes and check netstat after a bit, you should see IPv4 connections from other nodes soon enough. The |
Please, go easy on me. I'm a complete novice to Github.
I compiled toxcore with
--enable-daemon
flag as specified in the guide, then copied and editedtox-bootstrapd.conf
. The only changes I made in the file were setenable_ipv6
totrue
and specify valid nodes at the bottom. I checked everything to be working both through the systemd unit with thestatus
command and with netstat. The latter shows that only tcp6 and udp6 ports are used.What am I doing wrong?
The text was updated successfully, but these errors were encountered: