With relayd in repeater mode it is the same IP range
There is only for access to the Openwrt web page or it is not the same range
You have to disable the dhcp on the lan
Firewall is only for lan
ex:
IP computers group = 192.168.1.xxx same as my ISP router 192.168.1.1
Access to OpenWrt web page = 192.168.2.xxx
Master router ( AP ) is Livebox-954A
Also used for a printer connected via USB to the MT300
wireless:
config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11g'
option path 'platform/10300000.wmac'
option htmode 'HT20'
option channel 'auto'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'MT300N-V2-230'
option encryption 'psk2'
option key '1234567890'
option wpa_disable_eapol_key_retries '1'
config wifi-iface 'wifinet0'
option device 'radio0'
option mode 'sta'
option network 'wwan'
option ssid 'Livebox-954A'
option key '1234567890'
option encryption 'psk2'
network:
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 'fd5a:f069:7d4c::/48'
config interface 'lan'
option type 'bridge'
option ifname 'eth0.1'
option proto 'static'
option netmask '255.255.255.0'
option ip6assign '60'
option ipaddr '192.168.2.230'
option delegate '0'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '6t 1 0'
config interface 'STABRIDGE'
option proto 'relay'
list network 'lan'
list network 'wwan'
option delegate '0'
config interface 'wwan'
option proto 'static'
option ipaddr '192.168.1.230'
option netmask '255.255.255.0'
list dns '192.168.1.1'
list dns '8.8.8.8'
option delegate '0'
option gateway '192.168.1.1'