Skip to content

Prevent your Synology router from using 2.4GHz channels 12 and 13

License

Notifications You must be signed in to change notification settings

jankais3r/Synology-channel-limiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Synology channel limiter

Prevent your Synology router from using 2.4GHz channels above channel 11.

Problem: Some IoT devices only work on channels 1-11 (looking at you, Sesame wifi adapter)

Solution: Manually select channel <= 11

Problem: We lose all the benefits of automatic channel selection

Solution:

scp channel_fix.sh [email protected]:/root/
ssh [email protected]
chmod +x channel_fix.sh
echo "*       *       *       *       *       root    /bin/ash /root/channel_fix.sh" >> /etc/crontab
/usr/syno/sbin/synoservicectl --reload crond

Wireless log

About

Prevent your Synology router from using 2.4GHz channels 12 and 13

Topics

Resources

License

Stars

Watchers

Forks

Languages