SEARCH RESULTS
 
Showing 1-10 of 15 records
 
Expand article

Setting up a local DNS Cache

2007-12-15 11:50:26 by Srinivasan R in FSLog
 
...nameserver 127.0.0.1 nameserver 192.168.1.1 The last line may be different for you. I have a router which is configured to use OpenDNS , so my entry points to it To check whether the cache really works, execute the following command dig google.com You will get something like ;; Query time: 252 msec Executing the command again will get you ;;...
 
 
 
 
 
Expand article

Setting up a local DNS Cache

2007-12-15 11:50:26 by cnu in FSLog
 
...nameserver 127.0.0.1 nameserver 192.168.1.1 The last line may be different for you. I have a router which is configured to use OpenDNS , so my entry points to it To check whether the cache really works, execute the following command dig google.com You will get something like ;; Query time: 252 msec Executing the command again will get you ;;...
 
 
 
 
 
Expand article

How to tether your Nokia N95s Internet connection to your laptop via USB in Linux

The Article has images
2008-10-27 14:45:08 by Ken Murray in Simplehelp
...nameserver ${DNS1} >> /etc/resolv.conf echo nameserver ${DNS2} >> /etc/resolv.conf chmod go+r /etc/resolv.conf Dont forget to chmod 755 /etc/ppp/ip-up.local Unfortunately I have not been able to connect as a normal user in this configuration so youll have to connect as root root@radon ~]# wvdial USB WvDial: Internet dialer version 1.60 Cannot...
 
 
 
 
 
Expand article

How to tether your Nokia N95s Internet connection to your laptop via Bluetooth in Linux

The Article has images
2008-10-27 13:20:08 by Ken Murray in Simplehelp
...nameserver ${DNS1} >> /etc/resolv.conf echo nameserver ${DNS2} >> /etc/resolv.conf chmod go+r /etc/resolv.conf Dont forget to chmod 755 /etc/ppp/ip-up.local Unfortunately I have not been able to connect as a normal user in this configuration so youll have to connect as root root@radon ~]# wvdial Bluetooth WvDial: Internet dialer version 1.60...
 
 
 
 
 
Expand article

Howto clear/Flush DNS Cache in Ubuntu

2008-01-14 18:20:37 by Jason in MS Windows Vista Compatible Software
 
...nameserver in the background out of the box while some do not. To clear the cache if you have such a daemon running, simply restart the nscd service in ubuntu Most DNS clients will cache the results of name resolution request to speed up multiple lookups to the same URL. Just think about how many requests are made to the same domain when...
 
 
 
 
 
Expand article

PowerDNS Recursor 3.1.6 (Default branch)

2008-05-07 20:53:35 by Editor in freshmeat.net announcements (Global)
 
...nameserver performance. License: GNU General Public License (GPL) Changes This version fixes two unfortunate bugs, one with slight security implications. The first bug impacts heavily loaded servers trying to resolve domains with nameservers broken in a specific way. The other bug implies that the new random generator was not used for UDP...
 
 
 
 
 
Expand article

PowerDNS Recursor 3.1.7 (Default branch)

2008-06-25 17:54:09 by Editor in freshmeat.net announcements (Global)
 
...nameserver performance. License: GNU General Public License (GPL) Changes This version adds powerful Lua scripting abilities, allowing operators to modify DNS queries before and after processing. One important bug in dealing with changed delegations was fixed, plus a handful of small issues. Finally, this version compiles out of the box on...
 
 
 
 
 
Expand article

Security researcher publishes exploit toolkit

2008-07-29 15:40:47 by manunkind in PC Sympathy
 
...nameserver responsible for a particular domain. This gives attackers the opportunity not only to redirect a particular address, such as www.example.com, to their server, but also all of the systems residing on the example.com domain. Both attacks are based on the birthday-attack and numerous transaction IDs, as well as adding additional...
 
 
 
 
 
Expand article

PowerDNS daemon 2.9.21.1 (Stable branch)

2008-08-07 15:05:27 by Editor in freshmeat.net announcements (Global)
 
...nameserver with a host of backends. Besides plain BIND configuration files, PDNS reads information from MySQL, Oracle, PostgreSQL and many other databases. Backends can easily be written in any language, and a sample Perl backend is provided. PDNS powers http://express.powerdns.com, a Web-based DNS maintenance site, and the top level domain...
 
 
 
 
 
Expand article

spamdyke 4.0.3 (Default branch)

2008-08-15 17:26:08 by Editor in freshmeat.net announcements (Global)
 
spamdyke is a drop-in filter for qmail to provide connection-time blacklisting, graylisting, DNS RBL/RHSBL checking, sender MX checking, improved logging, and more. spamdyke will provide SMTP AUTH and TLS to unpatched qmail servers. Installing spamdyke does not require patching or recompiling qmail. License: GNU General Public License v2...