edin linux settings on asus router
by netaccs from LinuxQuestions.org on (#4SK0W)
Hello everyone !
I have Asus RT-AC1200GU with ssh access. I don't know what kind of linux is installed.
uname -a
Linux (none) 2.6.36 #1 SMP Fri Nov 9 19:58:54 CST 2018 mips GNU/Linux
I am trying to edit vsftpd.conf file
I can edit and save the configuration file, but don't know how to reload it.
Try several commands like kill -HUP, killall -HUP, killall -1, without success.
After router restart, it reloads original vsftpd.conf, somehow reset my settings.
There is /jffs partition, which I understand is writable, with two files inside -> nmp_client_list and syslog.log
Also after every restart I have to enter this command manually -> arp -i br0 -s ipaddress macaddress
There is cru installed. I try with
*/10 * * * * arp -i br0 -s ip mac
but static route was not added, after router reboots.
Is there anyway to make my changes permanent?
Thanks in advance !


I have Asus RT-AC1200GU with ssh access. I don't know what kind of linux is installed.
uname -a
Linux (none) 2.6.36 #1 SMP Fri Nov 9 19:58:54 CST 2018 mips GNU/Linux
I am trying to edit vsftpd.conf file
I can edit and save the configuration file, but don't know how to reload it.
Try several commands like kill -HUP, killall -HUP, killall -1, without success.
After router restart, it reloads original vsftpd.conf, somehow reset my settings.
There is /jffs partition, which I understand is writable, with two files inside -> nmp_client_list and syslog.log
Also after every restart I have to enter this command manually -> arp -i br0 -s ipaddress macaddress
There is cru installed. I try with
*/10 * * * * arp -i br0 -s ip mac
but static route was not added, after router reboots.
Is there anyway to make my changes permanent?
Thanks in advance !