GxlactusDa
Occasional Visitor
So would I fill out the LAN DNS servers or no?It's a beautiful day in La-la land.
Thanks, ignore that.
So would I fill out the LAN DNS servers or no?It's a beautiful day in La-la land.
Thanks, ignore that.
One more thing, under DNSFilter it provides me with an option to filter devices would I need to do that or no?Code:cd /jffs/scripts touch dnsmasq.postconf chmod 755 dnsmasq.postconf {Copy script into buffer} vi dnsmasq.postconf i {paste copy buffer} {Escape key} :wq service restart_dnsmasq
NoSo would I fill out the LAN DNS servers or no?
That is 4) on my listOne more thing, under DNSFilter it provides me with an option to filter devices would I need to do that or no?
No, the LAN DNS servers direct all your clients to use those servers to resolve your DNS.So would I fill out the LAN DNS servers or no?
Last thing, how would I delete a script?That is 4) on my list
rm scriptname.shLa
Last thing, how would I delete a script?
So I used the instructions you gave me and I’m killing faster in call of duty but ppl are now killing me faster it’s weird. It’s their anyway I can contact u other than this site? @EmeraldDeerrm scriptname.sh
And did u give me the right code for the neg dns cacheing?rm scriptname.sh
The phrase "git gud" comes to mind ;-) (off-topic but I can't see how DNS would possibly affect how quickly you die in a game - unless the bullets are using DNS to locate your player of courseSo I used the instructions you gave me and I’m killing faster in call of duty but ppl are now killing me faster it’s weird. It’s their anyway I can contact u other than this site? @EmeraldDeer
Call of duty is a weird game. I’m already good lol I make money out of the game but trust people are killing me way faster now.The phrase "git gud" comes to mind ;-) (off-topic but I can't see how DNS would possibly affect how quickly you die in a game - unless the bullets are using DNS to locate your player of course)
Maybe this can be affecting the game?Also what do these logs mean exactly. Only have been getting them after I installed the script.
I handed you what I consider an ideal DNS configuration on a simple, error-free silver platter.So I used the instructions you gave me and I’m killing faster in call of duty but ppl are now killing me faster it’s weird. It’s their anyway I can contact u other than this site? @EmeraldDeer
The phrase "git gud" comes to mind ;-)
merlin@ubuntu-dev:~/amng.private/release/src/router$ git gud
git: 'gud' is not a git command. See 'git --help'.
The most similar command is
add
So to summarize:
1) WAN DNS Setting: Leave what you have or use Automatic which I believe would be the same on Comcast
2) If using it, do likewise for IPv6
3) LAN DNS servers: Leave blank and enable "Advertise router's IP in addition to user-specified DNS". Leave "Forward local domain queries to upstream DNS" set to No.
4) Optional: Intercept DNS requests and serve locally by enabling DNS-based Filtering in Global Filter Mode "Router". Clear the contents of the three custom entries to avoid confusion.
5) Optional: If JFFS enabled, enable DNS negative caching to substantially reduce upstream lookups and serve locally.
Create and chmod 755 script /jffs/scripts/dnsmasq.postconf contents below:
#!/bin/sh
CONFIG=$1
source /usr/sbin/helper.sh
pc_delete "no-negcache" $CONFIG
pc_append "neg-ttl=3600" $CONFIG
The script must be /jffs/scripts/dnsmasq.postconfHi !
Please could you explain me this point :
"
5) Optional: If JFFS enabled, enable DNS negative caching to substantially reduce upstream lookups and serve locally.
Create and chmod 755 script /jffs/scripts/dnsmasq.postconf contents below:
#!/bin/sh
CONFIG=$1
source /usr/sbin/helper.sh
pc_delete "no-negcache" $CONFIG
pc_append "neg-ttl=3600" $CONFIG
"
--------------------
I use JFFS with USB Key on my router.
Should I create a file on my usb key called for example dns_cache.sh and paste into this file this lines :
#!/bin/sh
CONFIG=$1
source /usr/sbin/helper.sh
pc_delete "no-negcache" $CONFIG
pc_append "neg-ttl=3600" $CONFIG
When router is powered on it will apply the config ?
Sorry but I begin !
No and no.Are any of the DNS security features necessary and do they slow down gaming traffic?
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!