GL-MT300N V2 How to activate WEP protocol?

Hi all !

Can some one explain how to activate the wep protocol on my new router ?

Best regards.
S.

Sorry i cant answer your question, but i can offer advice. Dont use wep. A wep password can be cracked in just minutes by even an amateur. There are tutorials all over the net on how to do it. Of course, you may have a reason for using it. Your choice…

I know, it’s just for my country-side house. There is an old box there … no worries

I read somewhere on the forum, that via SSH you could activate WEP encryption on this device. But I don’t know how. How to connect to the router via ssh and how to edit the files.

Pls check ssh and winscp usage from SSH to the Router - GL.iNet Docs

Thanks for your answer. Wether i’m using Yummy ftp on mac or Winscp on Win i get the same error. See screenshots below. I’m using wifi.

The first screenshot should be correct. Maybe just a wrong password.

The 2nd screenshot says sftp, which means wrong protocol. Should be scp, which is different from sftp.

Thanks a lot, the connection worked.
I did the text file editing as mentionned in this post: GL-MT300N V2 "Mango" Wifi WEP security encryption

I rebooted the router, but I can’t seem to find the wep setting anywhere ? Any hint ?

The setting is in /etc/config/wireless

Can you post the content of this file?

Here it is.

"
config wifi-device ‘mt7628’
option type ‘mt7628’
option ht_txstream ‘2’
option ht_rxstream ‘2’
option noscan ‘0’
option txpower ‘20’
option txpower_max ‘20’
option country ‘US’
option region ‘0’
option band ‘2G’
option mimops ‘3’
option wmm ‘1’
option htmode ‘HT20’
option hwmode ‘11g’
option channel ‘1’

config wifi-iface
option device ‘mt7628’
option network ‘lan’
option mode ‘ap’
option encryption ‘psk2’
option wds ‘1’
option disassoc_low_ack ‘0’
option ifname ‘ra0’
option ssid ‘MANGO’
option key ‘********’

config wifi-iface ‘guest2g’
option device ‘mt7628’
option network ‘guest’
option mode ‘ap’
option wds ‘1’
option ssid ‘GL-MT300N-V2-d57-Guest’
option encryption ‘psk2’
option key ‘goodlife’
option ifname ‘ra1’
option disabled ‘1’
option guest ‘1’
option disassoc_low_ack ‘0’

config wifi-iface ‘sta’
option device ‘mt7628’
option mode ‘sta’
option ifname ‘apcli0’
option ssid ‘freeboxcharlot’
option channel ‘1’
option encryption ‘psk2’
option key ‘1234567890’
option disabled ‘1’
option network ‘lan’

"