Request A New Ip Address From Your Isp Server.

Discussion in 'Gaming' started by Tool, Mar 9, 2006.

  1. Tool

    Tool Active Member

    Age:
    34
    Posts:
    31
    Likes Received:
    0
    Joined:
    Mar 9, 2006
    Request a new IP address from your ISP server.

    Here's how to do it in windows:
    1. Click Start
    2. Click run
    3. In the run box type cmd.exe and click OK
    4. When the command prompt opens type the following. ENTER after each new line.
    Code:
    ipconfig /flushdns
    ipconfig /release
    ipconfig /renew
    exit
    5. Erase your cookies in whatever browser you are using.


    Frequently you will be assigned a new IP address when this happens. Sometime you will, sometimes you will not. If you are on a fixed IP address, this method will not work. To be honest, I do not know how to do this in linux/unix/etc. If this works for you, you may want to save the above commands into a batch file, and just run it when you need it.

    To make a batch file for you noobs copy and paste the following into a notepad file:
    Code:
    ipconfig /flushdns
    iponfig /release
    ipconfig /renew
    exit
    File>>Save As "Whatever.bat"
     
  2. |2aMBo

    |2aMBo Active Member

    Posts:
    41
    Likes Received:
    0
    Joined:
    Jan 13, 2005
    Location:
    Los Angeles, CA
    Thanx for the tip Tool.
     
  3. BetaMerc

    BetaMerc Well-Known Member

    Age:
    35
    Posts:
    1,044
    Likes Received:
    0
    Joined:
    Mar 6, 2006
    Location:
    Walk in the Street, go to the sewer, go down, to t
    nice! i didnt knew we could change it that easyly, very nice tip
     
  4. fuRiouS_

    fuRiouS_ Well-Known Member

    Age:
    37
    Posts:
    314
    Likes Received:
    0
    Joined:
    Aug 31, 2005
    Or you could just use a proxy, unless your getting DDoS'ed.
     
  5. G.S.Design

    G.S.Design Senior Member

    Age:
    35
    Posts:
    2,532
    Likes Received:
    0
    Joined:
    Feb 23, 2006
    Location:
    PORTUGAL
    Why would we need this?
     
  6. johndapunk FTW

    johndapunk FTW Senior Member

    Age:
    34
    Posts:
    2,513
    Likes Received:
    0
    Joined:
    Jan 19, 2006
    Location:
    Palm Beach
    incase you get ipbanned from some where and want to annoy that place some more :P
     
  7. .DeFuZioN

    .DeFuZioN Well-Known Member

    Age:
    36
    Posts:
    2,260
    Likes Received:
    0
    Joined:
    Oct 7, 2005
    Location:
    Australia
    um doesnt that just change the ip in which your pc connects to your modem/router.
     
  8. Blooper008

    Blooper008 Well-Known Member

    Posts:
    1,535
    Likes Received:
    0
    Joined:
    Mar 17, 2005
    Well, I'm behind a router/cable connection. And it only changes the ip addres the router assigns. However, this *might* work for [A]DSL users
     
  9. phoentje

    phoentje Well-Known Member

    Posts:
    117
    Likes Received:
    0
    Joined:
    Jan 14, 2006
    I do not see the reason of flushin the dns as it hasn't got anything to do with renewing the ip address

    releasing and renewing would be enough.. deleting coockies would not be nesacarry in most cases
     
  10. Flame X

    Flame X Well-Known Member

    Posts:
    1,004
    Likes Received:
    0
    Joined:
    Jul 25, 2004
    Location:
    London, UK
    when i reset my router, my IP changes
     
  11. phoentje

    phoentje Well-Known Member

    Posts:
    117
    Likes Received:
    0
    Joined:
    Jan 14, 2006

    thats a local Ip adress.. yer router will still get the same adress from the modem.. resetting the modem will work if your isp provides dynamic ip's
     

Share This Page