Changing your IP address

 

User level : Beginners

If you need, you could change the IP address of eth0 interface using the ifconfig command.

how to change IP

command : ifconfig eth0 10.0.0.1  netmask 255.255.255.0 up

eth0 is the device name

10.0.0.1 is the new address being assingnd

255.255.255.0 is the netmask(used to identify network address)

The “up” at the end of the command activates the interface. To make this permanent each time you boot up you’ll have to add this command in your /etc/rc.local file which is run at the end of every reboot.

Some of the other usefull commands :

Popularity: 10% [?]

Related posts:

  1. How to Change your Default gateway
  2. Determining Current Routing Table

Subscribe to receive more Adsense, SEO,Blog Hacks articles to your Inbox

Share this Post:
Digg Google Bookmarks reddit Mixx StumbleUpon Technorati Yahoo! Buzz DesignFloat Delicious BlinkList Furl

One Response to “Changing your IP address”

commenter

You are a very smart person!

Leave a Reply:

Name (required):
Mail (will not be published) (required):
Website:
Comment (required):
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

CommentLuv badge

Spam protection by WP Captcha-Free