I. AboutThis tutorial will teach you how to change your ip address to any other one onyour ip range instead of having your DHCP Server pick one for you. This is veryusefull because you can change your ip when you are getting DDoS'ed or if you wishto piss off someone running a webserver (or other service) on your ip range, it isalso usefull to get around a bans as long as the ban only covered your ip not yourwhole ip range.As usualy anything illegal you do while reading this tutorial or after readingthis tutorial is not my fault, your actions are your own so don't blame me. I donot claim that the things I teach are legal, so concider that everything i mentionhere is illegal if you are not sure your self.II. Needed InformationBefore you can change your ip you need some information. This information includesyour ip range, subnet mask, default gateway, dhcp server, and dns serv.1. Getting your IP range - Getting information about your ip range is notdifficult, I recomend using Neo Trace on your own ip. But for our test just lookat your ip address, say it's 24.193.110.13 you can definetly use the ip's foundbetween 24.193.110.1 < [new ip] < 24.193.110.255, dont use x.x.x.1 or x.x.x.255.To find your ip simply open a dos/command prompt window and type ipconfig at theprompt, look for "IP Address. . . . . . . . . . . . : x.x.x.x".2. Subnet Mask, Default Gateway, DHCP Server - These are very easy to find, justopen a dos/command prompt window and type 'ipconfig /all' without the ' '. Youshould see something like this.Windows IP ConfigurationHost Name . . . . . . . . . . . . : My Computer Name HerePrimary Dns Suffix . . . . . . . :Node Type . . . . . . . . . . . . : UnknownIP Routing Enabled. . . . . . . . : NoWINS Proxy Enabled. . . . . . . . : NoEthernet adapter Local Area Connection:Connection-specific DNS Suffix . : xxxx.xx.xDescription . . . . . . . . . . . : NETGEAR FA310TX Fast Ethernet Adapter (NGRPCI)Physical Address. . . . . . . . . : XX-XX-XX-XX-XX-XXDhcp Enabled. . . . . . . . . . . : YesAutoconfiguration Enabled . . . . : YesIP Address. . . . . . . . . . . . : 24.xxx.xxx.xxSubnet Mask . . . . . . . . . . . : 255.255.240.0Default Gateway . . . . . . . . . : 24.xxx.xxx.xDHCP Server . . . . . . . . . . . : 24.xx.xxx.xxDNS Servers . . . . . . . . . . . : 24.xx.xxx.xxx24.xx.xxx.xx24.xx.xxx.xxxLease Obtained. . . . . . . . . . : Monday, January 20, 2003 4:44:08 PMLease Expires . . . . . . . . . . : Tuesday, January 21, 2003 3:43:16 AMThis is all the information you will need for now, I sugest you either keep yourdos/command prompt window open or copy & paste the information somewhere, to copyright click the window and select text and click once.
Leave a Comment