new method to set MAC address in /etc/config/network - OpenWrt
dev.archive.openwrt.org › ticket › 1014The patch above must be done after the vlan gets created and *BEFORE anything else. Here is a unified diff, s/macaddress/hwaddr/ to get the same names :-). ard@asus1:~/nas/src/openwrt/svn/trunk$ svn diff package/base-files/files/lib/network/config.sh Index: package/base-files/files/lib/network/config.sh =================================================================== --- package/base-files/files/lib/network/config.sh (revision 5687) +++ package/base-files/files/lib/network/config.sh ...
Mac authentication and VLAN tagging with FreeRadius ...
https://divergenz.org/unifi20.09.2020 · On a mac this can easily be achieved by utilising brew. # Install brew install freeradius # Testing radtest test testpass 192.168.1.1 1812 test123 # Output should end with: Received Access-Accept Id 162 from 192.168.1.1:1812 to 192.168.1.3:53696 length 20. If this works we should continue with configuring the VLAN.
[OpenWrt Wiki] VLAN
https://openwrt.org/docs/guide-user/network/vlan/switch_configuration05.11.2021 · A very common default VLAN configuration on many off-the-shelf routers is the LAN↔WAN separation. OpenWrt default configuration on such devices does usually mirror the stock configuration. Most of such routers only contain a single network interface (eth0), leading to a 5-port VLAN-enabled switch that is virtually partitioned into a LAN and WAN network by …