Archive

Posts Tagged ‘ip’

How to Change Your IP Address in Linux Shell

January 3rd, 2010 No comments

Ever wonder how to easily change your IP address without having to go through the daunting task of going through the system menu? If you can open a Linux Shell and type on a keyboard, then you can change your IP Address with one command line.

  1. Turn on the computer in which you are running a Linux distribution. Once started, open a Shell, which is similar to a command prompt screen in Windows.
  2. To change the IP address you will need to use the “ifconfig” command. Also, you should have an IP address in mind that is different than your current IP address.
  3. With an IP address in mind, type: “ifconfig eth0 192.168.X.XXX up” without the quotation marks and placing your numbers in for the Xs. Keep in mind that a normal IP address will begin 192.168 and then you should normally have one number then two to three numbers for the last section of the address
  4. Press “Enter” to run the command and change your IP address. Once it is completed you should check the change by simply typing “ifconfig” without the quotation marks, and pressing “Enter.” This will display your current IP address so you can verify that is was changed to the one you entered in Step 3.

simple way to change ip address

January 3rd, 2010 No comments

Many people wish to change their IP address for many different reasons. Whether it’s changing it due to you being banned from a site or due to constant flooding or spam you’re being the victim of. I’ll show you how to change your IP Address in less than one minute!

  1. To release and renew your IP address:
    Go to “Start > Run” and type “cmd” (without quotation marks), then select “OK”
  2. Type “ipconfig /release” (without quotation marks) and press “Enter”
  3. Once the prompt returns, type “ipconfig /renew” (without quotation marks), then hit “Enter,”
  4. Last, type “exit” (without quotation marks) then press “Enter” to close the window.
  5. Congrats, you now have a new IP address!
Categories: Know more, Tips & Tricks Tags: ,