HOW TO SET UP A STATIC IP
-----------------------
This tutorial will show you step by step how to set-up a static IP address. A static IP is when your Internal IP address (192.168.1.xxx) always stays that same. Usually your network router will assign you an IP address in a first come first serve basis so if your computer logs on first you will get the IP address 192.168.1.100 and if you log on when two other computers are already logged on you will get the IP address 192.168.1.102. This becomes a problem when you need to forward a port on your router for a specific program to use at all times such as a bitTorrent client like Bitcomet. let's say you forward a port when you're IP address is 192.168.1.100, the next time you log on if your IP address is 192.168.1.104 that port will not work so, instead of constantly changing the ports it's easier to just stick with a single IP address.
INFO: If you don't know and want to learn about Port-Forwarding here is a great site:
http://portforward.com/
INFO: This tut is for Windows Vista and Windows 7. It may or may not be the same for Windows XP I am not sure as I currently have no XP machine to check with. I am sure it is close to the same but there may be a difference or two.
INFO: In case something goes wrong and your internet quits working there is a simple procedure to reset it back to it's original settings that I have posted at the end of the tutorial.
LET'S START:
First thing we are going to do is open "Control Panel". Just in case you don't know where it is:
Next we're going to click on "Network and Sharing Center"
Which will take you to the screen shown below:
Next, click on "Wireless Network Connection"
(your network name here)
A menu will appear and you want to click on the "Properties" button in the bottom left corner:
INFO: If you're running Vista or 7 with UAC you'll have to accept by pressing the "yes" to the box that pops up.
In the next menu you're going to want to single click on "Internet Protocol Version 4(TCP/IPv4)" so it's highlighted blue and then click on "Properties" button
The next menu will look like this:
I know it looks a little confusing but, it's not that bad. On the screen you'll see a bubble that says "Obtain an IP address automatically" and is checked. Underneath there's another bubble that says "Use the following IP address:". Check that bubble and the boxes underneath will turn from grayed out to white and usable.
In the box that says IP address you can choose an IP address between 192.168.1.100 and 192.168.1.255 so go ahead and choose the IP you want.
As you can see I chose "192.168.1.50".
The next option says "Subnet mask:". In this box fill it in like this 255.255.255.0 :
And underneath that there's a box that says "Default gateway:". In this box fill it in like this 192.168.1.1 :
Completed IP address box should look like this:
Now, underneath that box is another that used to have a bubble checked that said "Obtain DNS server address automatically" but, when you checked "Use the following IP address" option above it automatically switched over to "Use the following DNS server addresses:".
Next, we need to open a command prompt( Type CMD in the search bar ) and type in "ipconfig /all".
Hit enter and it will bring up a list of confusing looking info but, don't worry we only need 2 sets of numbers from here. Scroll up the page a bit until you see the words "DNS Servers". We need the two sets of numbers from here in this format > xx.xx.xx.xxx
We are going to take these two numbers and fill in our empty DNS Server address boxes from earlier so click back over and fill them in as shown below:
And your whole IPV4 Properties box should look something like this:
Just hit the ok button and then close the rest of the wireless network boxes:
And there you are, you now have yourself a Static IP address that will always be the same unless you change it again or return to the IPV4 Properties box and check the bubble that says "Obtain an IP address automatically". I hope this helps anyone who needs it
IF YOU MESS UP
----------------
In case you do something wrong and your internet does not work after this
return to this screen:
and check the boxes that say "Obtain an IP address automatically" and "Obtain DNS server address automatically" and that should get you going again. If not you may also need to open CMD and type ipconfig /flushdns. After that you can try again from the beginning.
-----------------------
This tutorial will show you step by step how to set-up a static IP address. A static IP is when your Internal IP address (192.168.1.xxx) always stays that same. Usually your network router will assign you an IP address in a first come first serve basis so if your computer logs on first you will get the IP address 192.168.1.100 and if you log on when two other computers are already logged on you will get the IP address 192.168.1.102. This becomes a problem when you need to forward a port on your router for a specific program to use at all times such as a bitTorrent client like Bitcomet. let's say you forward a port when you're IP address is 192.168.1.100, the next time you log on if your IP address is 192.168.1.104 that port will not work so, instead of constantly changing the ports it's easier to just stick with a single IP address.
INFO: If you don't know and want to learn about Port-Forwarding here is a great site:
http://portforward.com/
INFO: This tut is for Windows Vista and Windows 7. It may or may not be the same for Windows XP I am not sure as I currently have no XP machine to check with. I am sure it is close to the same but there may be a difference or two.
INFO: In case something goes wrong and your internet quits working there is a simple procedure to reset it back to it's original settings that I have posted at the end of the tutorial.
LET'S START:
First thing we are going to do is open "Control Panel". Just in case you don't know where it is:
Spoiler (Click to View)
Next we're going to click on "Network and Sharing Center"
Spoiler (Click to View)
Which will take you to the screen shown below:
Spoiler (Click to View)
Next, click on "Wireless Network Connection"
(your network name here)
Spoiler (Click to View)
A menu will appear and you want to click on the "Properties" button in the bottom left corner:
Spoiler (Click to View)
INFO: If you're running Vista or 7 with UAC you'll have to accept by pressing the "yes" to the box that pops up.
In the next menu you're going to want to single click on "Internet Protocol Version 4(TCP/IPv4)" so it's highlighted blue and then click on "Properties" button
Spoiler (Click to View)
The next menu will look like this:
Spoiler (Click to View)
I know it looks a little confusing but, it's not that bad. On the screen you'll see a bubble that says "Obtain an IP address automatically" and is checked. Underneath there's another bubble that says "Use the following IP address:". Check that bubble and the boxes underneath will turn from grayed out to white and usable.
Spoiler (Click to View)
In the box that says IP address you can choose an IP address between 192.168.1.100 and 192.168.1.255 so go ahead and choose the IP you want.
Spoiler (Click to View)
As you can see I chose "192.168.1.50".
The next option says "Subnet mask:". In this box fill it in like this 255.255.255.0 :
Spoiler (Click to View)
And underneath that there's a box that says "Default gateway:". In this box fill it in like this 192.168.1.1 :
Spoiler (Click to View)
Completed IP address box should look like this:
Spoiler (Click to View)
Now, underneath that box is another that used to have a bubble checked that said "Obtain DNS server address automatically" but, when you checked "Use the following IP address" option above it automatically switched over to "Use the following DNS server addresses:".
Next, we need to open a command prompt( Type CMD in the search bar ) and type in "ipconfig /all".
Spoiler (Click to View)
Hit enter and it will bring up a list of confusing looking info but, don't worry we only need 2 sets of numbers from here. Scroll up the page a bit until you see the words "DNS Servers". We need the two sets of numbers from here in this format > xx.xx.xx.xxx
Spoiler (Click to View)
We are going to take these two numbers and fill in our empty DNS Server address boxes from earlier so click back over and fill them in as shown below:
Spoiler (Click to View)
And your whole IPV4 Properties box should look something like this:
Spoiler (Click to View)
Just hit the ok button and then close the rest of the wireless network boxes:
Spoiler (Click to View)
And there you are, you now have yourself a Static IP address that will always be the same unless you change it again or return to the IPV4 Properties box and check the bubble that says "Obtain an IP address automatically". I hope this helps anyone who needs it
IF YOU MESS UP
----------------
In case you do something wrong and your internet does not work after this
return to this screen:
Spoiler (Click to View)
and check the boxes that say "Obtain an IP address automatically" and "Obtain DNS server address automatically" and that should get you going again. If not you may also need to open CMD and type ipconfig /flushdns. After that you can try again from the beginning.
Will Trade Demonoid invite for torrentkids. PM mE