Hi there!
/opt/bin/pihole-FTL exists:
admin@4G-AC86U:/tmp/home/root# ls -la /opt/bin/pihole-FTL
-rwxrwxrwx 1 admin root 25051833 Aug 19 04:51 /opt/bin/pihole-FTL
But nothing is listening on port 5053:
admin@4G-AC86U:/tmp/home/root# netstat -tulnp | grep -F "127.0.0.1:5053"...
Hi there!
Tried with no results. No errors and no modifications were made on the file. I don't understand, because as 'admin' user, I have permissions on that file :S
admin@4G-AC86U:/tmp/home/root# /jffs/scripts/dnsmasq.postconf /etc/dnsmasq.conf
admin@4G-AC86U:/tmp/home/root# cat...
Hi there!
I'm not using my own scripts anymore. These are the contents of my mount and umount scripts
admin@4G-AC86U:/tmp/home/root# nvram get script_usbmount
/bin/sh /jffs/scripts/scripts-startup.sh start
admin@4G-AC86U:/tmp/home/root# nvram get script_usbumount
if [ $1 = "/tmp/mnt/ENTWARE" ]...
Done! But if I use the 'free' command:
admin@4G-AC86U:/tmp/home/root# free
total used free shared buffers cached
Mem: 498132 232176 265956 5464 16408 87480
-/+ buffers/cache: 128288 369844
Swap: 135160 0...
Hi there!
I created the swap file manually with these commands:
#--------------------------------------------
# Create a swap file
#--------------------------------------------
dd if=/dev/zero of=/tmp/mnt/ENTWARE/myswap.swp bs=1k count=2097152
mkswap /tmp/mnt/ENTWAREl/myswap.swp
I then...
Hi there!
I have set them in the corresponding PiHole section:
I have your script for swap, but it doesn't seem to be running:
SWAP_FILE="/tmp/mnt/ENTWARE/swap.img" # swap file path, like /tmp/mnt/USBDEVICE/swap.img, leave empty to search for it in /tmp/mnt/*/swap.img
SWAP_SIZE=2097152 #...
Hi there!
I managed to install the package on my 4G-AC86U with AsusWRT Stock v3.0.0.4.382_4162 (following the instructions of @jacklul's GitHub repository) with no issues (only some warnings).
These options are not available on my router. Is there any possibility to configure them...
Hi @jacklul!
There is something I don't understand. In order to use the “https://github.com/jacklul/asuswrt-scripts” scripts. You need to have ENTWARE installed and functional. And to use pihole as an entware package, is it necessary to reinstall ENTWARE using the...
Hi!
Yes, I use the standard AsusWRT. Asuswrt-Merlin is not compatible with 4G routers. So using your scripts and developments is the way to add additional functionality to my router.
Wow, I didn't notice that ‘swap.sh’ script. Maybe my firmware is old enough to not include that set of cleanup...
Hi @jacklul!
I am following the recommendations to install the prerequisites (asuswrt-scripts). After installing the boot script (‘https://raw.githubusercontent.com/jacklul/asuswrt-scripts/master/scripts/scripts-startup.sh’), when I check the value of “nvram get script_usbmount”, I notice that...
Hi again,
Thank you for your response. I am going to try a 16 GB USB stick and a 2 GB swap file on it. I don't know if I will be able to apply all the settings detailed in the README from the repository, as some of the options described in it, do not exist on my router.
Best,
Hi there,
I have an Asus 4g-AC86U router (quite similar to the Asus RT-AC86U in features). The router firmware is 3.0.0.4.382_41621. It is a firmware that has not been updated for a long time. With the goal of increasing my privacy, my intention is to reduce/remove the amount of ads flooding my...