[FS#3929] Dropbear + IPv6

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Tue Jul 13 09:03:32 PDT 2021


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - fda (fda) 

Attached to Project - OpenWrt/LEDE Project
Summary - Dropbear + IPv6
Task Type - Bug Report
Category - Base system
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Very Low
Reported Version - Trunk
Due in Version - Undecided
Due Date - Undecided
Details - 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

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=3929

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list