[Help] Trying to copy config after failed snapshot update

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 ?

image

reset, does the device work as it should afterwards ?

Yes sir.... it does

1 Like

Yes, text files are editable in Notepad. The config files are text files.

EDIT:

I guess that suggestion was missed in the previous thread.

Then you know what the issue is, it's the config...

1 Like