You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm. It is a bit more complicated than I first thought. There are complexities with firewall rules if I just add another dropbear configuration for the WWAN interface.
It might be better (and much easier for me) to just give the option to use either WAN or WWAN for the external SSH connection.
Can you try this and make sure it works:
uci set dropbear.wan.Interface='wwan'
uci commit dropbear
/etc/init.d/dropbear restart
The other major concern that I have is that my understanding was that all mobile providers use CGNAT, so you might not be able to access it anyway...
My sim card has a static IP, and I was hoping to be able to SSH into my router using it, but drop dear isn't configured to listen to that interface.
Are you able to add the WWAN interface to dropbear?
`
4420 root 2484 S /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -j -p 192.168.0.1:22 -I 600 -K 300 -T 3
10647 root 2612 S /usr/sbin/dropbear -F -P /var/run/dropbear.2.pid -j -p xx.xxx.xxx.xxx:22 -I 600 -K 300 -T 3
12838 root 3384 S grep dropbear
19807 root 2484 S /usr/sbin/dropbear -F -P /var/run/dropbear.2.pid -j -p xx.xxx.xxx.xxx:22 -I 600 -K 300 -T 3
24431 root 2612 S /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -j -p 192.168.0.1:22 -I 600 -K 300 -T 3`
The text was updated successfully, but these errors were encountered: