I'm trying to flash a TP-LINK router using this guide:-
openwrt.org
I tried FreeBSD's built in tftpd but that didn't work so I've installed ftp/tftp-hpa using this guide:-
(not the easiest pkg to install)
but still can't make it work.
Is there any way of creating a log to show that the router has at least attempted to access my tftp server? I've looked at how to enable logging and the only thing I can think of is to add '--verbose' to tftpd-flags in /etc/rc.conf.
There is also a '--verbosity x' option available but I don't what levels are available.
If I can enable logging should I be able to see what time an attempt was made to access the server, and from where.
And where should I expect to find such a log? /var/log/messages?
[OpenWrt Wiki] TP-Link Archer MR200 v1
I tried FreeBSD's built in tftpd but that didn't work so I've installed ftp/tftp-hpa using this guide:-
(not the easiest pkg to install)
but still can't make it work.
Is there any way of creating a log to show that the router has at least attempted to access my tftp server? I've looked at how to enable logging and the only thing I can think of is to add '--verbose' to tftpd-flags in /etc/rc.conf.
There is also a '--verbosity x' option available but I don't what levels are available.
If I can enable logging should I be able to see what time an attempt was made to access the server, and from where.
And where should I expect to find such a log? /var/log/messages?