Mark x are not copied
(custom) - some in the folder are copied
after copying and rebooting problem exists, can't figure out what is the problem
Problem - No DHCP, No LuCI/SSH on ethernet
I am now using a minimalist image with these packages luci-proto-wireguard luci-app-pbr stubby qosify luci-app-banip luci-ssl
Added this to rc.local
service pbr disable
service stubby disable
service banip disable
service qosify disable
Added this firewall rule at top -
config rule
option name 'AllowAll'
option dest '*'
option target 'ACCEPT'
option src '*'
option log '1'
list proto 'all'
Also can I edit files in windows notepad ?
