Wednesday 14 November 2012

How To Change IP Address Of your Machine Without Any Software In Backtrack 5 Or Any Linux Distros

Like All Computer G33ks We Love Our Terminal And command Our Terminal To fulfill our Goal...
So Today's Goal is To Change Our Ip.
Because We Know That Internet protocol address can help the security professionals our server admins to identify us that who we are and where we are.
The Most Common Site Which is designed to track our activities is none other than google god... or you can say that Google Maharaj.

Steps To Follow For Changing IP Address Of Your Machine.

Step 1.
We Want to See Our Origional ip Address on the network in this step.
Open Your Terminal and type the command in red text.


root@bt:~# ifconfig

now you can see your ip adress and interface(wlan or eth1 etc.)




Step 2.
Then Let's Start Changing Our ip Address, but before that we have to identify our interface (eth0,eth1,wlan0,mon0) mine is eth1
 So Assume that Your Interface is eth1 you can replace it with your own... Don't copy Paste Learn The Process...
remember to change the interface with your own interface, but the method is same as below...

ifconfig your interface new ip adress

To Change Ip Type Following command in Terminal only type text in red.

root@bt:~# ifconfig eth1 192.168.202.124

Step 3.
Now Check The IP Address of your machine by ifconfig(text in red)

root@bt:~# ifconfig







0 comments:

Post a Comment