Skip to content

Bootstrapd: IPv6 enabled, no IPv4 ports "listening" #1633

@leonmorlando22

Description

@leonmorlando22

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 edited tox-bootstrapd.conf. The only changes I made in the file were set enable_ipv6 to true and specify valid nodes at the bottom. I checked everything to be working both through the systemd unit with the status command and with netstat. The latter shows that only tcp6 and udp6 ports are used.

netstat -luptn | egrep "tox"
tcp6       0      0 :::33445                :::*                    LISTEN      2145/tox-bootstrapd
tcp6       0      0 :::3389                 :::*                    LISTEN      2145/tox-bootstrapd
udp6    2304      0 :::33445                :::*                                2145/tox-bootstrapd

What am I doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions