Linux.OpenWrt
Installieren
erster Start
DHCP Client auf dem LAN Interface aktivieren
- vi /etc/config/network
config interface 'lan'
option ifname 'eth0'
option type 'bridge'
option proto 'dhcp'
option hostname 'TL-MR3020'
#option proto 'static'
#option ipaddr '192.168.1.1'
#option netmask '255.255.255.0'
#option ip6assign '60'