Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goncalossilva/asuswrt-vlans
Example VLAN setup across a router, an ASUS RT-AC68U (AP mode) and an ASUS RT-AC66U (AP mode)
https://github.com/goncalossilva/asuswrt-vlans
Last synced: 22 days ago
JSON representation
Example VLAN setup across a router, an ASUS RT-AC68U (AP mode) and an ASUS RT-AC66U (AP mode)
- Host: GitHub
- URL: https://github.com/goncalossilva/asuswrt-vlans
- Owner: goncalossilva
- License: unlicense
- Created: 2023-04-11T17:06:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-11T17:31:11.000Z (over 1 year ago)
- Last Synced: 2024-11-30T15:51:14.595Z (22 days ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Asuswrt VLANs
Example VLAN setup across a router, an ASUS RT-AC68U (AP mode) and an ASUS RT-AC66U (AP mode):
```
+--------+ +----------+ +----------+
| Router |--------| RT-AC68U |--------| RT-AC66U |
+--------+ +----------+ +----------+
```All 3 of them having clients on different ethernet ports tagged with different VLANs, and both APs having multiple wireless networks each tagged with a different VLAN. More information in the code itself.
For this to work reliably, hardware accelaration must be disabled in both access points:
```
nvram set ctf_disable=1
nvram set ctf_disable_force=1
nvram commit
```