Tag Archive | "networking"

How to spoof your speedtest.net results

Friday, April 30, 2010

33 Comments

In this tutorial we will be showing you how to spoof your speedtest.net results. You will require a httpd server to do this, in this tutorial I used lighttpd running on debian. To install lighttpd on debian just simply run and edit your php.ini to change cgi.force_redirect to 0 Come down and you'll find ;cgi.force_redirect [...]

Continue reading...

Set Preference for IPv4 over IPv6 on Windows 7

Monday, April 5, 2010

0 Comments

Set Preference for IPv4 over IPv6 on Windows 7

By default on Windows 7 IPv6 is preferred over IPv4, this is a nuisance when your IPv6 connectivity is supplied via a 6 to 4 tunnel. This tutorial will show you how to set preference for IPv4 Open regedit Start -> Search -> regedit Navigate to the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\tcpip6\Parameters\ Create a DWORD value [...]

Continue reading...

IPTables and Bashrc Aliases

Sunday, August 30, 2009

0 Comments

We all know IPTables can be difficult. By adding the following lines to your ~/.bashrc you can simplify the tasks of blocking packets from a certian ip. First your going to need to install IPTables: Gentoo: emerge iptables   (Must be  Root to use/install iptables) Ubuntu/Debian: sudo apt-get install iptables Then edit your .bashrc file and [...]

Continue reading...

Disabling IPV6 on Debian

Tuesday, July 7, 2009

0 Comments

If you don't use ivp6 for anything and your ISP doesn't support it theres not much of a need to have it enabled. To disable it we need to edit /etc/modprobe.d/aliases By default you will have the following line Replace it with the following You can now remove all the ipv6 stuff from /etc/hosts and [...]

Continue reading...

Setting up a DNS Server for your LAN Network

Friday, May 8, 2009

0 Comments

This tutorial will show you how to configure bind9 on debian to be a dns server for your LAN network. Install bind9 and some DNS utilities Set your systems hostname then edit /etc/hosts so it looks like this change you DNS servers by editing /etc/resolv.conf it should look something like this: Creating a Zone

Continue reading...