Search found 54 matches

by pkkrusty
Sat Oct 15, 2022 3:51 am
Forum: General Discussion
Topic: daily backup script?
Replies: 8
Views: 18702

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: 5505

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: 8
Views: 18702

Re: daily backup script?

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

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: 5505

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: 5856

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: 4446

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: 5856

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: 5856

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...
by pkkrusty
Mon May 16, 2022 9:54 am
Forum: Network / Wireless Issues
Topic: Subnet mask and DHCP server
Replies: 5
Views: 4446

Re: Subnet mask and DHCP server

Yes it is normal behaviour. I think you should look at a subnet calculator to understand what is going on. You’ve asked it to use a /23 (255.255.254.0) and it is doing just that :) Note that Gargoyle still isn’t well defined on subnets larger than a /24 so your mileage may vary I have it using a /2...