mt3600be

 

 default IP 192.168.8.1, user root, password is your web admin password
ssh root@192.168.20.206 The authenticity of host '192.168.20.206 (192.168.20.206)' can't be established. ED25519 key fingerprint is: SHA256:T1SI1NZHYS0hHoK+BbidJkZ2DXfKg79MOW3GKTMNLyU This key is not known by any other names. Are you sure you want to continue connecting (yes/no/[fingerprint])? yes Warning: Permanently added '192.168.20.206' (ED25519) to the list of known hosts. ** WARNING: connection is not using a post-quantum key exchange algorithm. ** This session may be vulnerable to "store now, decrypt later" attacks. ** The server may need to be upgraded. See https://openssh.com/pq.html root@192.168.20.206's password: BusyBox v1.33.2 (2026-04-15 14:00:44 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 21.02-SNAPSHOT, ----------------------------------------------------- root@GL-MT3600BE:~# cat /proc/mtd dev: size erasesize name mtd0: 20000000 00040000 "spi1.0" mtd1: 00100000 00040000 "BL2" mtd2: 00080000 00040000 "u-boot-env" mtd3: 00400000 00040000 "Factory" mtd4: 00200000 00040000 "FIP" mtd5: 00040000 00040000 "log" mtd6: 00040000 00040000 "CFG" mtd7: 1d800000 00040000 "ubi" root@GL-MT3600BE:~# hexdump -v -e '"%_ad: " 16/1 "%02X " "\n"' /dev/mtdblock3 | grep "43 4E" 16512: 00 00 00 00 00 00 00 00 43 4E 00 00 00 00 00 00 root@GL-MT3600BE:~# dd if=/dev/mtdblock3 bs=1 skip=16520 count=2 2>/dev/null CNroot@GL-MT3600BE:~# echo -n "US" | dd of=/dev/mtdblock3 bs=1 seek=16520 count=2 conv=notrunc 2+0 records in 2+0 records out root@GL-MT3600BE:~# sync && reboot root@GL-MT3600BE:~# Connection to 192.168.20.206 closed by remote host. Connection to 192.168.20.206 closed. ➜ uo_official_trend_dashboard_v2 git:(main) ssh root@192.168.20.206 ** WARNING: connection is not using a post-quantum key exchange algorithm. ** This session may be vulnerable to "store now, decrypt later" attacks. ** The server may need to be upgraded. See https://openssh.com/pq.html root@192.168.20.206's password: BusyBox v1.33.2 (2026-04-15 14:00:44 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 21.02-SNAPSHOT, ----------------------------------------------------- root@GL-MT3600BE:~# dd if=/dev/mtdblock3 bs=1 skip=16520 count=2 2>/dev/null USroot@GL-MT3600BE:~# cat /proc/gl-hw-info/country_code US root@GL-MT3600BE:~#

sed -i -E 's/"(zh-cn|zh-CN|zh_cn|zh-Hans)"/"none"/g' /usr/share/oui/menu.d/*.json
/etc/init.d/rpcd restart
/etc/init.d/nginx restart

 

root@GL-MT3600BE:~# cat /etc/config/glfan

config globals 'globals'
	option enabled '1'
	option sysfs '/sys/devices/virtual/thermal/thermal_zone0/temp'
	option warn_temperature '75'
	option minimum_temperature '70'
	option div '1000'
	option temperature '70'

  

 

root@GL-MT3600BE:~# uci set glfan.globals.temperature='58'
root@GL-MT3600BE:~# uci set glfan.globals.minimum_temperature='58'
root@GL-MT3600BE:~# uci set glfan.globals.integration='6'
root@GL-MT3600BE:~# uci set glfan.globals.differential='22'
root@GL-MT3600BE:~# uci commit glfan
root@GL-MT3600BE:~# /etc/init.d/gl_fan restart
root@GL-MT3600BE:~# 
root@GL-MT3600BE:~# cat /etc/config/glfan

config globals 'globals'
	option enabled '1'
	option sysfs '/sys/devices/virtual/thermal/thermal_zone0/temp'
	option warn_temperature '75'
	option div '1000'
	option temperature '58'
	option minimum_temperature '58'
	option integration '6'
	option differential '22'

root@GL-MT3600BE:~# 

  

posted @ 2026-09-21 09:46  🐳.城南  阅读(4)  评论(0)    收藏  举报