Using the lladdr 00:11:22:33:44:55 option in the OpenVPN client custom configuration form doesn't change the MAC of the tap interface.
Paste this in the custom configuration box:
script-security 2
This howto describes installing entware for the Tomato open-source router firmware.
| uci set network.wifi_open=interface | |
| uci set network.wifi_open.type=bridge | |
| uci set network.wifi_open.proto=static | |
| uci set network.wifi_open.ipaddr=10.0.0.1 | |
| uci set network.wifi_open.netmask=255.255.255.0 | |
| uci add wireless wifi-iface | |
| uci set wireless.@wifi-iface[-1].device=radio0 | |
| uci set wireless.@wifi-iface[-1].mode=ap | |
| uci set wireless.@wifi-iface[-1].ssid=medlanky.xvx.cz |