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

only listening on IPv6, not IPv4 #4

Open
xxdesmus opened this issue Nov 8, 2016 · 3 comments
Open

only listening on IPv6, not IPv4 #4

xxdesmus opened this issue Nov 8, 2016 · 3 comments

Comments

@xxdesmus
Copy link

xxdesmus commented Nov 8, 2016

not sure why I'm cursed, but telnetlogger only listens on IPv6 for me -- not IPv4

 netstat -tuplanet | grep telnetlogger
 tcp6       0      0 :::23                   :::*                    LISTEN      0          213829180   18990/telnetlogger

any ideas why this might be? The server is v4 and v6 capable.

@xxdesmus
Copy link
Author

uname -a
Linux vpn 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64 GNU/Linux

@KaosCreator69
Copy link

KaosCreator69 commented Nov 15, 2016

I'd rather NOT have ipv6 enabled for this type of project. Having same error and issue, after removing/disabling IPV6

@Keisial
Copy link

Keisial commented Dec 13, 2017

The IPv6 "any" socket only shows as IPv6 on netstat, but answers both.
I have the same netstat output, but it answers IPv4 perfectly. What happens when you try to connect with the IPv4 address?

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

3 participants