LEDE (Linux Embedded Development Environment) - first steps

Published on Author admin

First steps with LEDE - Linux Embedded Development Environment. Setting MAC address cloning for WAN network interface. config file: /etc/config/network config device 'wan_dev'     option name 'eth0.2'     option macaddr 'XX:XX:XX:XX:XX:XX' Setting port forwarding (Destination NAT). config file: /etc/config/firewall config redirect     option target 'DNAT'     option src 'wan'    … Continue reading LEDE (Linux Embedded Development Environment) - first steps