Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thfree/R7800-setup.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Jack <github@veracity.ca>2018-06-24 21:33:52 +0300
committerAndy Jack <github@veracity.ca>2018-06-24 21:33:52 +0300
commitc1f5c3cef7bafcdbf3503db0a23f93386e8bab00 (patch)
treebe071ed5c3ef7130c7e8229448f5fbdf27409c52
parent4ac7ba9dfc55780c71dc2f40432845e59f561ebc (diff)
Add note about multicast snooping
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index cf72360..9bec492 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,14 @@ After saving these changes, the R7800 is now on a different IP and network.
You'll need to reconfigure your laptop's network to be able to connect to the
R7800.
+The Dumb AP document specifies that you have to disable multicast snooping,
+but in the 17.01.4 firmware out-of-the-box already has this set to `0`.
+
+```
+root@LEDE:~# cat /sys/devices/virtual/net/br-lan/bridge/multicast_snooping
+0
+```
+
### Firewall
Disable the firewall so it doesn't run.