Search found 45 matches

by pkkrusty
Sat Oct 15, 2022 7:03 am
Forum: General Discussion
Topic: daily backup script?
Replies: 7
Views: 2685

Re: daily backup script?

OK, so what I would do is edit the root crontab to execute that default script every x amount of time. But I'll need to adjust the script to copy the backup file to the USB drive then rename it to include datetime in the filename. Can you give me some hints on the syntax for that? Or a google search...
by pkkrusty
Sat Oct 15, 2022 3:51 am
Forum: General Discussion
Topic: daily backup script?
Replies: 7
Views: 2685

Re: daily backup script?

Awesome thanks!
by pkkrusty
Wed Oct 12, 2022 3:12 am
Forum: Network / Wireless Issues
Topic: Pi-hole DNS settings
Replies: 7
Views: 2502

Re: Pi-hole DNS settings

Attached. This is the config where I have both 192.168.3.48 and 208.67.222.123 listed so things actually work. *edit never mind "The board attachment quota has been reached" Here are the files: -------------- network -------------- config interface 'loopback' option ifname 'lo' option prot...
by pkkrusty
Wed Oct 12, 2022 1:58 am
Forum: General Discussion
Topic: daily backup script?
Replies: 7
Views: 2685

Re: daily backup script?

Entire configuration
by pkkrusty
Tue Oct 11, 2022 10:19 am
Forum: General Discussion
Topic: daily backup script?
Replies: 7
Views: 2685

daily backup script?

I did some searching but the search function ignores the word "script" so nothing came up. Is there a handy script/cron already written to make a backup every x hours and save to an attached USB drive? I assume this would occur in crontab, but I'm mostly familiar with Debian and router com...
by pkkrusty
Tue Oct 11, 2022 7:04 am
Forum: Network / Wireless Issues
Topic: Pi-hole DNS settings
Replies: 7
Views: 2502

Pi-hole DNS settings

I have a /23 network with the gargoyle router on 192.168.2.1 and a pi-hole running on 192.168.3.48. When I put that into the DNS section of the basic setup, I get no DNS resolution. Is this a further issue of gargoyle not being set up to deal with larger /23 networks? Before this, I specified the Fa...
by pkkrusty
Tue May 17, 2022 12:20 pm
Forum: Network / Wireless Issues
Topic: DHCP server not giving out addresses
Replies: 5
Views: 3167

Re: DHCP server not giving out addresses

Super tip, that showed the problem. Below is a bit of output from logread: Thu Jan 6 20:24:29 2022 daemon.crit dnsmasq[2297]: bad DHCP host name at line 227 of /var/etc/dnsmasq.conf.cfg01411c Thu Jan 6 20:24:29 2022 daemon.crit dnsmasq[2297]: FAILED to start up And line 227 of /var/etc/dnsmasq.conf....
by pkkrusty
Tue May 17, 2022 7:22 am
Forum: Network / Wireless Issues
Topic: Subnet mask and DHCP server
Replies: 5
Views: 2584

Re: Subnet mask and DHCP server

Ok, I can deal with that. I’ll just give out the range in the lower half.
by pkkrusty
Tue May 17, 2022 7:12 am
Forum: Network / Wireless Issues
Topic: DHCP server not giving out addresses
Replies: 5
Views: 3167

Re: DHCP server not giving out addresses

Dnsmasq logs are where? Didn’t see them in /etc/logs.
by pkkrusty
Mon May 16, 2022 10:32 am
Forum: Network / Wireless Issues
Topic: DHCP server not giving out addresses
Replies: 5
Views: 3167

DHCP server not giving out addresses

Setting up a TL-WDR3600 from scratch with 1.13, and the DHCP server isn't handing out addresses. I'm basically copying the same setup from my old router on 1.10, but changing the subnet a bit. Am I missing something basic? Here's my /etc/config/network and /etc/config/dhcp files: config interface 'l...