Skip to main content

CABLE MODEM IP Address Change

CABLE MODEM IP Address Change
that way seemed alittle complicated and lenghty i pretty much do the same thing but this is how, and my isp, tmnet has never stopped me and ive changed my ip several times a day before

1. go to start/run and type in cmd
2. at the prompt type in ipconfig /all
3. write down your ip address, default gateway, and BOTH of your DNS servers
4. now here comes the troubleshooting part, this time at the prompt ping your ip with a number at the end changed

Example: if your ip is 127.0.0.1 (haha) you would ping the new ip that you want to make sure it is not in use so it would look like this

ping 127.0.0.2

if it comes up with request timed out 4 times then that ip is open and you can use it

5. go to control panel and then network connections
6. right click your active connection and go to properties
7. in the box in the new window highlight Internet Protocol TCP/IP (MAKE SURE THE CHECK MARK STAYS IN THE BOX!!!)
8. click on properties
9. after you found a ip address that is not in use, check the obtain the following ip address bubbles on the top and bottom
10. in the first box at the top ( ip address box) type in the new ip address that you just pinged
11. for your subnet mask you can tab thru that or use 255.255.255.0
12. use the same default gateway that you copied down earlier
13. at the bottom enter in both of your DNS server ips and click ok
14. click close ont he network connections window and give it a few seconds to reset everything


Now you should be able to surf the net with whatever ip you choose

I have found that i can change it as many times as i want so long as the ip i choose is not taken and if your isp gives you any ~love~ you can tell them you were resetting your ip...its not against the law as long as your not trying to hijack somones connection. its very sexy. hope this helps some people too 

Comments

Popular posts from this blog

Fun With Maths - Pool Table Puzzle

Can you make the below equation true by placing three correct balls in the picture below? 

How to Create, Edit, Delete WhatsApp Status Updates

                                            When WhatsApp turned eight in February, it has launched a new feature that seems to be pointing to a future where the app moves away from text messages, and relies much more heavily on photos and short videos - the ephemeral status update. This newest feature from the Facebook owned messaging company bears more than a passing resemblance to social rival Snapchat, and the update hasn't just added a new tab for the status in the menu on top of your screen, but also a camera button right in the middle of things, which can be used to update your status, or a contact, or group. It's an exciting change, and it's really straightforward too, but in case you have any doubts about how to use the feature, here's what you need to know about the revamped WhatsApp Status updates.

Ntfs Cluster Size, better harddrive performance

Cluster is an computer memory unit . If you create file let's imagine 1 byte in size, a minimum of one cluster should be allocated on FAT filing system . On NTFS if file is little enough, it are often stored in MFT record itself without using additional clusters. When file grows beyond the cluster boundary, another cluster is allocated. It means the larger the cluster size, the more disc space is wasted, however, the performance is best . So if you've got an outsizes disk drive & don't mind wasting some space, format it with a bigger cluster size to realise added performance. The following table shows the default values that Windows NT/2000/XP uses for NTFS formatting: Drive size (logical volume) Cluster size Sectors ---------------------------------------------------------- 512 MB or less 512 bytes 1 513 MB - 1,024 MB (1 GB) 1,024 bytes (1 KB) 2 1,025 MB - 2,048 MB (2 GB) 2,048 bytes (2 KB) 4 2,049 MB and bigger 4,096 bytes (4 KB) 8 However, once you format the partiti...