If we want to configure rsync daemon service in openwrt we can follow the next step.
Let's start by updating packages and installing software (connecting through SSH and using the CLI)
# opkg update
# opkg install rsyncd
Please, note you can install the software through the web, you are required to update the files through SSH though
Once we install the software, we will configure couple of things like usernames and passwords, and folders that we will share...
To do so, edit the Read more...
openwrt
All posts tagged openwrt
I really like openWRT routers software. It is a brilliant piece of software easy to manage and very powerful. Compatible with thousands of routers but also with a lot of ARM boards and others (GL-B1300, raspberry Pi4, raspberry Pi3, raspberry Pi2, X86 virtual machines, bananaPi Pro, nanopi, etc..)
digging a bit in internet, I could not find any documentation about how to configure openWRT to work with PPTP/L2TP/iKev2 instead of openVPN as client.
Whether obviously openVPN is more integrated Read more...