OpenWrt Forum Archive

Topic: TP-LINK MR3020 ssh access

The content of this topic has been archived on 27 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hello,

im getting a little problem, i use my Mr3020 to connect to my existing network by wifi and distribute it by Lan to my PC !

The main thing is that everything is working like a charm, the only problem is that i can't connect to my MR3020 from the existing network !

My main modem router : dlink DSL-2750B /  Ip 192.168.1.1
My DHCP 192.168.1.2 -- 192.168.1.200

My Mr3020 : ip 192.168.1.250


So the problem still persist no way to connect to the Mr3020 by ssh or Web from the machines served by the DLINK !

How to fix this problem please ?

A little and the last UP !

So you are not using wds, but you have wan on the wifi interface of mr3020, right? You have to add a rule to accept ssh connection on the wan, which is blocked by default (security first :-) )

vi /etc/config/firewall

and add the folowing to the end of the file:

# ssh on wan
config rule
        option name 'ssh-on-wan'
        option src              wan
        option proto            tcp
        option dest_port        22
        option target           ACCEPT

(Last edited by nozombian on 26 Aug 2016, 13:38)

The discussion might have continued from here.