Hi, so I've added a file in etc/config/dhcp and installed relayd package on menuconfig.

config 'dhcp' 'lan'
        option 'interface'     'lan'
        option 'start'         '100'
        option 'limit'         '150'
        option 'leasetime'     '12h'
        option 'ignore'        '1'

Also configured wireless as follows:

config wifi-iface
    option device 'radio0'
    option mode 'ap'
    option ssid 'RepeaterWirelessNetwork'
    option encryption 'psk2'
    option key 'RepeaterWirelessPassword'

But after compile I lose access to the router via SSH, GUI, TELNET, the ip does not respond any longer.

I then tried with another router using the default network configuration i had before, so I removed all custom files and only added this file

etc/config/network

config interface lan
        option 'type' 'bridge'
        option 'proto' 'static'
        option 'ipaddr' '192.168.1.1'
        option 'netmask' '255.255.255.0'

And also lost access to the router.

(Last edited by Rustic on 11 May 2017, 14:22)