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

FS#3929 - Dropbear + IPv6 #8929

Closed
openwrt-bot opened this issue Jul 13, 2021 · 2 comments
Closed

FS#3929 - Dropbear + IPv6 #8929

openwrt-bot opened this issue Jul 13, 2021 · 2 comments
Labels

Comments

@openwrt-bot
Copy link

fda:

I've setup dropbear only for "interface" "lan"

      br-lan    
                inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
                inet6 addr: fda1::1:2:3:4/64 Scope:Global
                inet6 addr: fe80::1:2:3:4/64 Scope:Link

This work only for IPv4 after a reboot
netstat -anp | grep dropbear
tcp 0 0 192.168.1.1:22 0.0.0.0:* LISTEN 9763/dropbear

If i "service dropbear restart" it listens also for IPv6 (but not link local)
netstat -anp | grep dropbear
tcp 0 0 192.168.1.1:22 0.0.0.0:* LISTEN 9763/dropbear
tcp 0 0 fda1::1:2:3:4:22 :::* LISTEN 9763/dropbear

Maybe some hook to HUP is missing

@openwrt-bot
Copy link
Author

jow-:

Duplicate of FS#2125

@dimitris-personal
Copy link

dimitris-personal commented Oct 14, 2023

Apologies for posting on a closed issue but I don't know where the duplicate referenced above lives.

Still seeing this on 23.05.0 final

Edit: never mind, found it: #8410

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

No branches or pull requests

2 participants