Re: Version 1.9.1
Posted: Sun Nov 20, 2016 3:26 am
I'm not seeing this behaviour.
My SSH is not accessible from the WAN side with the default config.
My SSH is not accessible from the WAN side with the default config.
A forum to discuss the Gargoyle web interface for Openwrt
https://www.gargoyle-router.com/phpbb/
Code: Select all
# nmap -p 22 --open -sV 192.168.1.1
Starting Nmap 7.31 ( https://nmap.org ) at 2016-11-20 09:08 EST
Nmap scan report for gargoyle (192.168.1.1)
Host is up (0.0017s latency).
PORT STATE SERVICE VERSION
22/tcp open ssh Dropbear sshd 2015.67 (protocol 2.0)
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
Code: Select all
# nmap -p 22 --open -sV notmyrealhostname.duckdns.org
Starting Nmap 7.31 ( https://nmap.org ) at 2016-11-20 09:08 EST
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 1.33 seconds
Code: Select all
/etc/config# cp dropbear.dist dropbear
/etc/config# /etc/init.d/dropbear restart
Code: Select all
# nmap -p 22 --open -sV garg.duckdns.org
Starting Nmap 7.31 ( https://nmap.org ) at 2016-11-20 09:11 EST
Nmap scan report for notmyrealhostname.duckdns.org (x.x.x.x)
Host is up (0.0019s latency).
rDNS record for x.x.x.x: x-x-x-x.hsd1.ga.comcast.net
PORT STATE SERVICE VERSION
22/tcp open ssh Dropbear sshd 2015.67 (protocol 2.0)
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
Code: Select all
# ssh root@notmyrealhostname.duckdns.org
The authenticity of host 'notmyrealhostname.duckdns.org (x.x.x.x)' can't be established.
RSA key fingerprint is SHA256:59+5OCxagGFo+hfLwS4fdsfdsfdsfdsfdsfdsfds.
Are you sure you want to continue connecting (yes/no)? ^C
Code: Select all
# cat /etc/config/dropbear.dist
config dropbear 'global'
option PasswordAuth 'on'
option Port '22'
Code: Select all
# cat /etc/config/dropbear.lanonly
config dropbear
option PasswordAuth 'on'
option Port '22'
option Interface 'lan'
Code: Select all
Device Name:Gargoyle
Gargoyle Version:1.9.1
Model:TP-Link TL-WDR3600 v1
Device Configuration:Gateway
TBH, I'd rather notLantis wrote:the default firewall should block this. An exception is placed if you enable remote ssh.
Please test a fresh installation.
Some of them use the mt76 driver. I believe the MiWiFi Mini is included in this list.jayt wrote:I see some ramips routers are now supported. Just curious as to the wifi driver included in the firmware for the Xiaomi MiWiFi Mini. Is it the openwrt wifi driver?
Thanks.
Thank you for the reply.Lantis wrote:Some of them use the mt76 driver. I believe the MiWiFi Mini is included in this list.
I could not figure out what the rest use