mikee01
16
hi
this is my current config, but it does not work, that the device on lan2 gets an dhcp-offer over the network of lan.
Every services like fw, dnsmasq, dhcpd is disabled on the gl-m30m.
config interface ‘loopback’
option ifname ‘lo’
option proto ‘static’
option ipaddr ‘127.0.0.1’
option netmask ‘255.0.0.0’
config globals ‘globals’
option ula_prefix ‘fdb7:7524:5251::/48’
config interface ‘lan’
option proto ‘static’
option netmask ‘255.255.255.0’
option ip6assign ‘60’
option hostname ‘GL-AR300M-3e0’
option _orig_ifname ‘eth1 wlan0’
option _orig_bridge ‘true’
option ipaddr ‘192.168.178.100’
option gateway ‘192.168.178.1’
option dns ‘192.168.178.1’
option ifname ‘eth1.1’
config interface ‘lan2’
option type ‘bridge’
option _orig_ifname ‘eth0.1’
option _orig_bridge ‘true’
option ifname ‘eth0.1 eth1.1’
option proto ‘dhcp’
config switch
option name ‘switch0’
option reset ‘1’
option enable_vlan ‘1’
config switch_vlan
option device ‘switch0’
option vlan ‘1’
option vid ‘1’
option ports ‘0t 1’