Force DNS Flsuh?
Moderator: Moderators
Force DNS Flsuh?
I seem to have an IP address stuck and can't clear it... Is there anyway to force Gargoyle to clear it's cache?
Re: Force DNS Flsuh?
Find the process number of dnsmasq on your router and type 'kill -s SIGHUP <pid>"
But often such problems are due to the client machines cache and not the router's.
But often such problems are due to the client machines cache and not the router's.
Linksys WRT1900ACv2
Netgear WNDR3700v2
TP Link 1043ND v3
TP-Link TL-WDR3600 v1
Buffalo WZR-HP-G300NH2
WRT54G-TM
Netgear WNDR3700v2
TP Link 1043ND v3
TP-Link TL-WDR3600 v1
Buffalo WZR-HP-G300NH2
WRT54G-TM
Re: Force DNS Flsuh?
As it turns out it's my ISP's name server... seems just about every lookup I do shows the correct IP except when I use the default auto ISP supplied one... 
Hopefully that will update shortly and solve my problems.

Hopefully that will update shortly and solve my problems.
Re: Force DNS Flsuh?
ere are often problems with the DNS servers of the ISPs (at least here in Denmark).The_Hawk wrote:As it turns out it's my ISP's name server... seems just about every lookup I do shows the correct IP except when I use the default auto ISP supplied one...
Hopefully that will update shortly and solve my problems.
I am using the following (google and opendns)...
8.8.8.8
8.8.4.4
208.67.222.222
208.67.220.220
Router: TL-WR1043ND - Gargoyle 1.5.4
AP: TL-WR1043ND - Gargoyle 1.5.4
AP: TL-WR1043ND - Gargoyle 1.5.4
-
- Posts: 1
- Joined: Sun Dec 31, 2017 11:29 pm
Re: Force DNS Flsuh?
Easiest way to do this on both Gargoyle and any version of OpenWRT:
SSH into the router & restart dnsmasq
Cache cleared! (At least at the router, doesn't mean the isp hasn't cached it too!)
Hope this helps anybody that wants to do this in the future.
SSH into the router & restart dnsmasq
Code: Select all
./etc/init.d/dnsmasq restart
Hope this helps anybody that wants to do this in the future.