This should work if you assign DNS via DHCP. If a user tries to specify an alternate DNS they will fail. This is handled in the FORWARD chain.
Route specific source addr to a specific destination (i.e. 8.8.8.8) with nat PREROUTING
iptables -t nat -I PREROUTING 1 -s [static ip_addr] -p udp...
That would explain why the two files seem to be slightly out of sync... about 30-60 sec. (see below). It appears to me that /jffs/syslog.log is being written to just as often as /tmp/syslog.log. Perhaps I'm not correctly understanding the implications of frequent/continual writes to flash? (i.e...
Thanks for the reply Merlin. Ok, I understand what you are saying. My concern is that /jffs is flash memory, seems like this is a bad idea with the frequency of writes to a log file on flash. Am I missing something here?
Can this be modified? I would rather save syslog.log remotely and...
problem with syslogd writing to /jffs
Hi there,
I'm running ver 374.37 and when I mount the /jffs partition via the webui I end up with two syslog.log files one in /tmp and one in /jffs. Any idea why this is happening or how to fix?
ASUSWRT-Merlin RT-AC56U_3.0.0.4 Tue Dec 31 17:29:26...