Search found 3 matches
- Mon Feb 19, 2018 2:23 pm
- Forum: General Discussion
- Topic: Disable DHCP setting is keep turning on
- Replies: 12
- Views: 13348
Re: Disable DHCP setting is keep turning on
I just posted a solution that worked for me at https://www.gargoyle-router.com/phpbb/viewtopic.php?f=11&t=11176. Log in via command line shell and issue these commands: uci set dhcp.lan.ignore=1 uci commit dhcp /etc/init.d/dnsmasq disable I think that last line is the one that did the trick. At ...
- Mon Feb 19, 2018 11:41 am
- Forum: Network / Wireless Issues
- Topic: DHCP keeps turing itself on?
- Replies: 7
- Views: 9882
Re: DHCP keeps turing itself on?
I see this is a 6 month old post, but I too have been haunted by it for several months and finally found a solution that I thought I would share in case it helps someone else. My configuration (similar to others): Two routers: Router #1 (Gateway) is Gargoyle providing internet gateway, firewall, DNS...
- Thu Apr 23, 2015 3:59 pm
- Forum: General Discussion
- Topic: CVE-2015-1863 wpa_supplicant vulnerability
- Replies: 1
- Views: 2666
CVE-2015-1863 wpa_supplicant vulnerability
:o A new vulnerability was just announced today relating to wifi security (SSID buffer processing overflow). See http://w1.fi/security/2015-1/wpa_supplicant-p2p-ssid-overflow.txt . It seems to be related to module wpa_supplicant, which I believe is used by Gargoyle. I see a patch is being worked ove...