Results 1 to 6 of 6

Thread: internet routing

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2005
    Posts
    18

    internet routing

    how do i make a program which routes the internet packets for specific urls

    like if i type in 5222222222222222.kline it should point to localhost. do i do that in the hosts file? and does the hosts file work with firefox?

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: internet routing

    The hosts file is correct. It works with the Network Connection, so yes, it does work with Fx.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Aug 2005
    Posts
    18

    Re: internet routing

    the host file did not work for me.

    anything else?

  4. #4
    Frenzied Member
    Join Date
    Oct 2003
    Posts
    1,301

    Re: internet routing

    What did you put in the hosts file?
    It should be like <destination ip> <alias name>.
    (example: "192.168.0.1 router")

    Also, you should flush your local DNS records before trying the changes.
    If you don't and the DNS name is listed locally then it will use that listing, not the new entry in your hosts file.
    From the commandline: ipconfig /flushdns

    BTW, this is not routing.
    Routing is the process of getting the package from the sender to the receiver and on the internet this occurs at the IP layer.
    Routing is done by routers (hence the name) and not by your PC.

    The hosts file helps with resolving a DNS name (like vbforums.com) to an IP address.
    Usually DNS adresses are resolved by DNS servers and your computer will store past results in a local cache.
    Your hosts file will override the DNS server, or rather prevent the DNS server from being queried at all.

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Aug 2005
    Posts
    18

    Re: internet routing

    so if i enter

    10.10.10.1 onion


    and if i type in onion in my web browser, it will take me to 10.10.10.1?

  6. #6
    Addicted Member
    Join Date
    Mar 2005
    Posts
    158

    Re: internet routing

    yes .
    if u felt my post make u happy ,
    then u could make me happy too by rating my post

Posting Permissions

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



Click Here to Expand Forum to Full Width