Skip to content

Instantly share code, notes, and snippets.

@syneart
Last active September 5, 2016 08:27
Show Gist options
  • Save syneart/2194dd67635a56c8864920221e8f2c60 to your computer and use it in GitHub Desktop.
Save syneart/2194dd67635a56c8864920221e8f2c60 to your computer and use it in GitHub Desktop.
Disable LinkIt Smart 7688 LAN client isolation with AP mode

Disable LinkIt Smart 7688 LAN client isolation with AP mode

This is the the doc for LAN client isolation issue with AP mode on LinkIt Smart 7688 temporary solution.

Usage

  1. Factory reset or configure 7688(or 7688 Duo)'s Wi-Fi to AP mode.

  2. SSH login to 7688(or 7688 Duo)'s shell.

  3. To reslove by executing below sed command

sed -i 's/"$isolate" = 1/"$isolate" = 0/' '/lib/netifd/wireless/ralink.sh'
  1. Reload Wi-Fi settings, make the changes take effect.
wifi
  1. ###=> So Important!! reboot or Unplug and Replug power cable !!!
reboot
  1. Enjoy it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment