Torrent Invites - Get your free bittorrent tracker invitations! - Powered by vBulletin
Ad
Results 1 to 5 of 5
  1. #1

    Posts
    339
    I have not read, nor have I tested this.

    Now, if you have a DSL, ADSL, Dial-up or FIOS (fiber-optic service) Internet connection, you must understand that your computer uses the default DNS server(s) from your Internet Service Provider (ISP) and if this DNS server is slow in resolving URLs, you (the victim) will see that almost all the web pages that you try to access, are loading slow. So, practically it doesn't matter how fast your Internet pipe is. For example, you can be the proud owner of a 1 Gbps bandwith, but if the DNS servers from your ISP are slow, your web surfing will be slow too.

    What can you do to fix this? You can call or go to your ISP and complain about this problem, until you get tired probably, or you can continue reading this guide in order to improve your web surfing sessions.

    Use OpenDNS - Make your Internet better

    Probably you have figured it out already that you must change your DNS servers, in order to speed up your web surfing. And to achieve this, you will have to use the OpenDNS service, which is the #1 DNS service provider around the world. OpenDNS is FREE and requires nothing to download. Moreover, it will not replace your existing Internet connection, it will just make it better. Also, OpenDNS offers some other free services, like the possibility to have your personal web shortcuts. For more information about OpenDNS please visit the official home page.

    Here is what you must do. Please back up your DNS addresses before replacing them with the ones from OpenDNS, in case you want to return to them later for any reason. The DNS server addresses for OpenDNS are:

    208.67.222.222
    208.67.220.220


    For Static IP address

    If you have a static IP address that you must manually configure in order to have Internet access, please use the following method.

    Open a console and type:

    Code:
    sudo gedit /etc/resolv.conf
    and add the following lines, above the existing lines in that file:

    nameserver 208.67.222.222
    nameserver 208.67.220.220


    For Dynamic IP address (DHCP)

    If you use a dynamic IP address (DHCP), that means you get your Internet IP address, subnet mask, DNS and gateway automatically from your ISP's DHCP server, please follow the instructions below:

    Open a console and type:

    Code:
    sudo gedit /etc/dhcp3/dhclient.conf
    Replace the line that says:

    #prepend domain-name-servers 127.0.0.1;

    with this one:

    prepend domain-name-servers 208.67.222.222, 208.67.220.220;

    Restart your network for the changes to take effect:

    Code:
    sudo /etc/init.d/networking restart
    For Ubuntu users

    If you use Ubuntu, please go to System -> Administration -> Networking, click on the third tab (DNS) and add, one by one, the OpenDNS addresses on top of the first field (DNS Servers). Close the window and restart your computer.



    What now? Visit http://welcome.opendns.com/ to test your new settings. If you see a web page that says: Welcome to OpenDNS! Your Internet is safer, faster, and smarter because you're using OpenDNS. Thank you!, then you're back in business! Enjoy your lightning-fast Internet connection!

    Broadband ONLY Hacks

    For broadband user ONLY, please add the following lines (copy/paste) in your /etc/sysctl.conf file. Open a console and type:

    Code:
    sudo gedit /etc/sysctl.conf
    and paste this:

    # Tweaks for faster broadband...
    net.core.rmem_default = 524288
    net.core.rmem_max = 524288
    net.core.wmem_default = 524288
    net.core.wmem_max = 524288
    net.ipv4.tcp_wmem = 4096 87380 524288
    net.ipv4.tcp_rmem = 4096 87380 524288
    net.ipv4.tcp_mem = 524288 524288 524288
    net.ipv4.tcp_rfc1337 = 1
    net.ipv4.ip_no_pmtu_disc = 0
    net.ipv4.tcp_sack = 1
    net.ipv4.tcp_fack = 1
    net.ipv4.tcp_window_scaling = 1
    net.ipv4.tcp_timestamps = 1
    net.ipv4.tcp_ecn = 0
    net.ipv4.route.flush = 1

    Then type the following code in the console, in order to activate the settings immediately:

    Code:
    sysctl -p




  2. To remove ads become VIP. Inquire about advertising here.
  3. #2

    Posts
    794
    Tweaks for Linux to make the net go faster....Cool....

    Ill try it on a VM tommorow & post the results. :)

  4. #3

    Posts
    62
    Alternatively you could always run your own caching DNS server. I run BIND at home as I have a fairly large network, but there are plenty of light-weight linux/unix DNS servers out there.

  5. #4

    Posts
    339
    Quote Originally Posted by qaazaa View Post
    nice tutorial will help the linux users me a winblows user :(
    I think there was a windows tut. too..I was going to post it but I got sidetracked by porn..I mean uhh, business.

  6. #5

    Posts
    325
    Why people give it here preliminary without having checked up on itself? I considering to type the necessary quantity of messages. But what sense from a forum on which all messages "empty"?

Similar Threads

  1. Wii Hacking, for dummies. 4.0+
    By ARABIC in forum Miscellaneous
    Replies: 2
    Last Post: 02-14-2010, 10:53 AM
  2. Wii Hacking, for dummies. 4.0+
    By ARABIC in forum Miscellaneous
    Replies: 0
    Last Post: 02-07-2010, 07:50 AM
  3. Replies: 11
    Last Post: 01-27-2010, 12:43 AM
  4. Linux-Block Internet access for specific users...
    By rahman in forum Operating Systems
    Replies: 0
    Last Post: 04-03-2009, 10:35 PM
  5. Good private for linux
    By baccooon in forum Completed Requests
    Replies: 0
    Last Post: 01-25-2009, 12:45 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •