Hello,
I created a new interface through LuCi but I don’t receive any DHCP reply from the router. In network -> Interface
settings I can see that Tx is 0:
Protocol: Static address
Uptime: 0h 3m 48s
MAC: D8:58:D7:xx:xx:xx
RX: 16.52 KB (49 Pkts.)
TX: 0 B (0 Pkts.)
IPv4: x.x.x.x/24
My /etc/config/network for this new interface look like this:
config interface 'switch'
option device 'lan1'
option proto 'static'
option ipaddr 'xx.xx.xx.xx'
option netmask '255.255.255.0'
And for /etc/config/dhcp:
config dhcp 'switch'
option start '100'
option leasetime '12h'
option limit '150'
option interface 'switch'
list dhcp_option '6,xx.xx.xx.xx'
option force '1'
list ra_flags 'none'
FYI:
root@router:~# cat /etc/turris-version
6.3.3
Any idea about how to fix this ?