Search found 42 matches
- Wed Oct 12, 2022 1:58 am
- Forum: General Discussion
- Topic: daily backup script?
- Replies: 6
- Views: 2169
Re: daily backup script?
Entire configuration
- Tue Oct 11, 2022 10:19 am
- Forum: General Discussion
- Topic: daily backup script?
- Replies: 6
- Views: 2169
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...
- Tue Oct 11, 2022 7:04 am
- Forum: Network / Wireless Issues
- Topic: Pi-hole DNS settings
- Replies: 7
- Views: 2046
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...
- Tue May 17, 2022 12:20 pm
- Forum: Network / Wireless Issues
- Topic: DHCP server not giving out addresses
- Replies: 5
- Views: 2820
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....
- Tue May 17, 2022 7:22 am
- Forum: Network / Wireless Issues
- Topic: Subnet mask and DHCP server
- Replies: 5
- Views: 2327
Re: Subnet mask and DHCP server
Ok, I can deal with that. I’ll just give out the range in the lower half.
- Tue May 17, 2022 7:12 am
- Forum: Network / Wireless Issues
- Topic: DHCP server not giving out addresses
- Replies: 5
- Views: 2820
Re: DHCP server not giving out addresses
Dnsmasq logs are where? Didn’t see them in /etc/logs.
- Mon May 16, 2022 10:32 am
- Forum: Network / Wireless Issues
- Topic: DHCP server not giving out addresses
- Replies: 5
- Views: 2820
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...
- Mon May 16, 2022 9:54 am
- Forum: Network / Wireless Issues
- Topic: Subnet mask and DHCP server
- Replies: 5
- Views: 2327
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...
- Thu May 12, 2022 11:31 am
- Forum: Network / Wireless Issues
- Topic: Subnet mask and DHCP server
- Replies: 5
- Views: 2327
Re: Subnet mask and DHCP server
I think I'm probably running into a similar issue as https://www.gargoyle-router.com/phpbb/viewtopic.php?f=11&t=12245&p=55415 but not sure. The assigned static IPs are assigned correctly, but it seems like the DHCP server is handing out in the 192.168.0.60-192.168.0.253 range. I wonder if I ...
- Thu May 12, 2022 11:23 am
- Forum: Network / Wireless Issues
- Topic: Subnet mask and DHCP server
- Replies: 5
- Views: 2327
Subnet mask and DHCP server
I couldn't find anything from a quick search, but I have my DHCP server handing out addresses from 192.168.1.60-192.168.1.253 and then I changed my subnet mask to /23 and it's giving out 192.168.0.x in addition to the defined set. Is this normal behavior? I'm on 1.10.0, so maybe it's been fixed in t...