image of BT voyager 205 router

Static IP Address.
how to get one..

This page describes how to assign a "Static IP" to your local computer.

If you are looking to get an external static IP, that is; a static IP for your whole internet connexion; see the notes at the foot of the article for more details, and also this post.

What is an IP address?

An IP address is like a telephone number that any computer can use to find any other computer in a network. All networked computers have IP addresses. Most have a static ip, that is, they don't change (for instance, at the time of writing, Google is 74.125.45.100, and typing http://74.125.45.100/  into your browser will take you straight to Google. That is Google's "public IP", aka. "external IP" (one of them), behind their NAT are probably thousands of separate machines, each with different "private" IP's (probably static, or more likely a mix of dynamic and static IP's), 192.168.1.1, 192.168.1.2, etc., we don't see those. But some IP's do change..

Home computers, by default, are set to get their private IP address dynamically from your gateway device (router), via dhcp, In other words, the router supplies a private IP address for your computer to use, temporarily (your router is probably doing NAT, too, and needs your computer to have an IP address, so it knows where to send your data packets). However, dhcp is not an ideal setup; if there is any interruption in the computer's network connexion to the router (you reboot your PC, for instance), a completely new IP address may be assigned1.

For general (beginner's) use, dhcp is just fine, because it's easier; generally works "out of the box", requiring no configuration at all. But if you want to do more; run servers, p2p applications, interesting communication devices, etc, you'll be creating port forwarding/NAT rules on your router, to direct incoming traffic to a particular computer (the one running the server), and if you want those rules to be effective past your next reboot, you will need to get a static IP on your computer, so that the incoming data packets can still find you. Imagine the fun your friends and family would have contacting you if your telephone number changed every day!
 

okay, let's do it!

Okay, so you understand why you need to get a static IP, (apart from the obvious "cuz I want to forward my ports!") it's time to move on to the how part.

"Private" IP addresses usually begin with 192.168** and must be on the same "subnet" that the router is on, in other words, 192.168.1.something, and NOT 192.168.4.something. Only the last number will be different from the address of your router which by default (at least for Voyager routers), lives at 192.168.1.1.  192.168.0.1 is also common.

** There are other private ranges, too, but most people don't need to know about those, 192.168.1.something is what most folk use, and though thousands of millions of machines in the world have 192.168.1.something as their private IP address, they don't interfere with each other because they are behind NATs and other gateways; from the outside, we only see the public  IP address, aka. "external IP".

HOWEVER, if your router uses 192.168.0.something, or 10.0.0.something, or something else from the private IP ranges..

10.0.0.0 - 10.255.255.255
172.16.0.0 - 172.31.255.255
192.168.0.0 - 192.168.255.255


..then don't hesitate to use THAT instead of the 192.168.1.something addresses I use in my examples, that's what most routers use, but not all. Do check.

The best way to know what subnet your router uses, and thereby which IP to use, is to look and see what IP it has currently assigned to your computer. In Windows, it's in the Support tab of the connexion's Status dialog. A netstat command will get you the same information (and more) on most platforms, perhaps netstat -n. Your router's web interface will likely have all this information, too.


 
If your router has USB, it has probably already grabbed 192.168.1.2 for the USB connexion, so that leaves you with any number between 192.168.1.3 and 192.168.1.254 to use for your private computers to use as static IP's, one unique number per machine.

Remember to disable dhcp in your router before you start assigning static IP's.



Alternatively, somewhere away from your regular static IP's, handy for guests and what-not, perhaps 192.168.1.50 - 192.168.1.99

Fortunately, assigning a static IP is very easy to achieve, and the same principle applies to every computing platform, the only real difference being where to apply the settings. I'll start with the trickiest..
 

Windows®..

The dialog you are looking for is here..

Control Panel >> Network Connections >> Local Area Connection >> Properties >> TCP/IP >> Properties

*phew*

In other words, open the control panel, open Network Connections, right-click the "Local Area Connection" (unless you've renamed it to something else) and chose "Properties", then (in the "general" tab) select "Internet Protocol(TCP/IP)" and click the "Properties" button. Check the "Use the Following IP address" checkbox and enter your desired IP address. If you use 192.168.1.3 as your IP address, the dialog will look something like this..


Windows network connection

..which is a clever screencap, showing you just how to get there. When you're done, okay everything to close all the dialogs. It's smart to use 192.168.1.3 as your address, especially if you plan to use any of the ready-made script kicking around here.

I you are plugging your computers into a network switch (Good Idea!), it's also smart to plug each machine into its corresponding CAT-5 socket, router (192.168.1.1) into the first, 192.168.1.3 into the third, and so on, so you can see which is which at-a-glance.
 

Mac OS X..

What you need is in the "Network" dialog of the System Preferences, and will look something like this..

Mac network connection
Simply click the drop-down menu for "Show", and choose "Built-in Ethernet" to get that screen, enter all the details as above. Click "Apply Now", and you're done!

Did you notice that on the Mac, you enter the Router's address into a space labelled as "Router", whereas, on Windows, you enter it into a space labelled "Default Gateway"? But then, the space for DNS servers is clearer in the Windows box. Seems we all still have a lot to learn from each other.
 

Linux..

This probably isn't necessary, most Linux users know how to alter this stuff, but I suspect one or two may not. Usually you need to edit some plain text file (as root). On some Linux systems, the settings will be in /etc/rc.d/rc.inet1 (or whatever interface you are using), or possibly /etc/network/interfaces. I guess it might look something like this..

linux network connection
Usually, your distro will have a utility for setting up your network, and one of the first things it will ask you, after you tell it you want "manual" and not "automatic" configuration, is what IP address to assign to the machine. It's usually called something like "Network Configuration", or "inet configurator" or whatever. you'll find it! In a shell you can probably do "netconfig", "netcfg", "Ifconfig", "neat", or "netset" (depending on your distro). Same story for UNIX, Solaris, BSD, etc..
 

The Router..

Router 'Fixed Lease'; in this instace, IPCop
 
Many routers allow you to create something called a "static lease". Essentially, this ties a MAC address (the physical address of your network card, theoretically unique to your card) to a particular IP address. This has many advantages.

Firstly, you don't have to mess with ANY of your computer's network settings, ever. Because the router is always going to dole out the exact same address to that computer, the usual DHCP settings will work fine. Your computer asks for any address, and always gets given the exact same one.

It's not possible to give many specifics, because each router is different, but I can tell you that if you use IPCop as your gateway (A Very Good Idea), it's as simple as clicking one of connexions in the "Current dynamic leases" list, and pressing "Create fixed lease", in the DHCP server page. Two clicks, and you're set for life!

You even can reinstall your computer's operating system, reboot, and there's your static IP again!

 

That's it!

From now on, your machine will always be reachable at your chosen address. NAT rules will be permanent, and you can dabble in all sorts of interesting and esoteric communications devices, servers and p2p applications.

If you have a few computers on your private network (LAN), you might want to consider giving them all names to go with their permanent addresses, so you can reach them by typing "workshop" or something into a telnet session/web browser/whatever. You could telnet to your router by simply doing telnet router, for instance. If you develop web sites, this is near essential. See here for more details.

If you like, you can leave feedback (I thought it was about time this page had comments of its own - folk are coming straight here from the search engines, and it's getting popular!). If this page didn't help you, tell me about it!

Have fun!

;o)
(or

notes..

 
references:
1. This is very similar to the way you get a new external IP whenever you dial-up to the internet (some folks still do that) or disconnect your ADSL for a few minutes2 (less scrupulous net citizens use this "feature" regularly!).

2. Although it's usual to get a new external IP when you reconnect your DSL, it's not guaranteed. With some ISP's it happens rarely, with others you need to disconnect for a few minutes or more, with some ISP's, you always get a fresh IP with each connect, no matter how quickly you do it. One thing is certain, though; unless you are paying them for a static IP, your current external IP address will change!

3. Remember, your external IP, and your local computer's IP, are two totally separate things (well, in this context). Almost no one needs a static IP for their external connexion, but almost everyone who wants to run peer-to-peer applications, ftp servers, and so on, will need a static IP for their local computer. The former is supplied by your ISP, the latter is down to you.
 
 

FAQ..

What is an IP Mask? And how do they work?

The IP Mask simply describes which parts of an IP address are not going to change.

IP addresses are currently 32 bit, expressed as four sets of 8-bit numbers (0-255), or "octets". Simply, 255 means none  of the bits can change, 0 means all  of the bits can change (it can also be any number in between). What sometimes confuses, is that IP Masks can be expressed in two different ways..

IP: 192.168.0.<some valid number here>, Mask: 255.255.255.0

and..

192.168.0/24

Are exactly the same. While the first is, if you understand what I've said so far, fairly obvious; the second needs a little explanation.

If you remember that IP addresses are 32 bits, 4 sets of 8-bit numbers, you might realize that the second number simply states how many of those bits will be masked; in this case, 24 of the 32 are masked (cannot change), which is the first three sets, i.e. 255.255.255.0.

Any address using this mask, will be 192.168.0.something 

See?

What's the difference between a public and private IP Address?

We did this! Okay, in short, your GATEWAY has your Public IP address, and your desktop computer (and any other machines inside your home/organization) have private IP Addresses. Simply put; it's outside and inside. Anyone "out there" can see your public IP, but only machines inside your own network know each other's individual private IP addresses.

.. So, let's say a packet of data from "out there", is trying to reach your machine; it could be a legitimate connexion from a client, maybe an FTP client, or some game player, or script-kiddie, or you trying to access your bedroom's WebCam, or whatever. It leaves their machine, and starts its journey, hop-to-hop, attempting to get to yours.

"Out There", is the internet. When you first connected to the internet, via your ISP's backbone, they assigned your connexion an IP address (or more than one, in some cases) from a large pool of IP Addresses they own. Any machine sending you a packet of data can reach you at this IP.

Some folk pay for a static IP, most folk get a dynamic IP; that is, whatever's currently available from the ISP's IP pool, but either way, whatever IP your ISP gives your connexion becomes your Public IP Address. Every time you access a web page, or FTP site, or game server, or announce yourself to a torrent tracker, or anything; that is the IP Address they see at the other end of the connexion, and that is the address they will send the packets back to. This is your Public IP Address.

Up until that packet reaches your gateway machine, it is in the public domain. Anything could happen to it. Once that packet hits your gateway machine, it enters the private domain and what happens next, is up to you..

If your gateway machine is a router, or better yet, a dedicated gateway appliance like IPCop, or Smoothwall is, then you have an array of possibilities. The packet may be on a port you don't know, or don't allow, and may be immediately dropped by your gateway's firewall.

Or it may be on a port your gateway machine recognizes, like the return data from a web page you requested, or your torrent port, or whatever, and the gateway device will have been programmed to forward that packet on to a Private IP Address, another machine inside your network, your desktop, or wherever. The gateway's firewall usually does most of this automatically, sorting out which machines asked for what data, but can also be programmed to forward specific traffic to specific machines, for example, when we create port-forwarding rules for P2P clients on our desktop computers.

Your Private IP Address is known only to machines inside your own network. If you have lots of machines inside your network, they will each have different private addresses, and with a secure gateway, none of these addresses can ever be seen from the outside (unless you hand it out, for example, in your email headers).

This is why if you broadcast your Private IP to a distant server, e.g. 192.168.1.3; the requested data would never return, having been sent to a machine most likely sitting in the exact same building as the distant server, if such a machine even exists.

 

I want to host a REAL domain! A REAL site! I NEED an external Static IP!..  Don't I?

No, so long as your hardware (computer/network/connexion/bandwidth allowance) can handle whatever kind of site you plan to host, it's easy enough to point a proper TLD* at a dynamic IP address. While not recommended for mission-critical applications (there will always be a brief spell after you are assigned a new IP, where the name still points to the old  IP - these days increasingly briefer, as DNS systems improve), hosting a "real" domain from a dynamic IP is most definitely doable.

Once you have purchased (registered) your domain name, you simply need a way to keep it in sync with your ever-shifting dynamic public IP address.

Check out zoneedit.com, a free service which does exactly that. Just like dnydns.org et al, you run your DUC and it keeps your domain name pointing at your IP address. And if you head along to namecheap.com, you can even register your domain, and setup dynamic DNS all at the same time. This is a fine place to add that I consider namecheap to be the best domain registrar in the world.
 
* okay, technically only the "com/org/net/etc." part is the actual TLD, but the acronym has dropped itself into common parlance meaning "a proper (not-sub) domain", like "corz.org" or "ampsig.com" is. Okay, I might have pushed a little. ;o)

 

<Insert any question here>

When troubleshooting network issues, I usually get my solutions following one simple rule.. "Think like a packet of data". As breathtakingly simple as this sounds, imagining yourself as a packet of data, traveling from A to B is the fastest way to figure out where the trouble lies. That's all there is to it! Try it; you will not be disappointed with the results.

 

Troubleshooting..

A number of things can go wrong when trying to configure a static IP on your local  machine.
The most common issues are.. Check these things, and if you're still having difficulty setting up a static IP on your local computer, feel free to leave a question below. It might be something other's could use an answer to.
 

Before you ask a question..

Firstly, read this at least once in your life. I insist!

NOTE: THIS IS NOT A COMMUNITY. And I am not your free tech dude.

If you can't be bothered to read the article, I can't be bothered responding. Capiche? I do read all comments, though, and answer questions about the article. I'm also keen to discuss anything you think I've missed, or interesting related concepts in general.

Questions which having nothing to do with local Static IP addressing will be deleted, which also doubles as your answer! This also goes for questions asking for an email reply.

If you are still sure that you want to post your own, personal, tech question, then please ensure that you first, either..

a) Have read the article (above) and have tried "everything" yourself; or else..

b) Pay me. The PayPal button is at the top right of the page.

cbparser powered comments..

previous comments (nineteen pages)   show all comments

solomon - 16.10.11 9:33 pm

When I run netstat I can see an IP on the foreign address column called static-some number.
Can I use it as my static IP. I use a 3g Modem to connect to the internet. Can I fix a dynamic IP form myself.???

<reams of Netstat output snipped>

No, and No. ;o) Cor



zerrr000 - 19.10.11 4:44 pm

I have a different problem and here it goes:
There is a verry good P2P torrent site called Zamunda.net.The problem is that it can be only opened from Bulgaria(it's native country),or by using a VPN client program.I've used almoast every last one of em' but none worked,until i found FVPN a Bulgarian VPN clien,witch routs me through a bulgarian IP so i can open Zamunda.problem is the damn thing only gives you 10 minutes of free usage,else i have to pay 15 euro witch i don't feel like paying for a piece of sh!t 600kb program.is there a way i can route my self through a bulgarian IP address?And can you tell me how to do it.My work demands me to travel all over the world and in some contries i can enjoy downloading what i want from zamunda or playing a good MMO eather.Right now i'm in Dubai.
P.S.Btw there are also some online games like cabal that need you to be in an europian country to play like Cabal or in US like 2Moons for instance.Cabal worked when i used FVPN.maybe if you find a way to route me through a US IP i'll be able to play 2 moons as well.Any way i need a free solution so please share one if you know any!

Google: Proxy Server. ;o) Cor



prem kumar singh - 28.10.11 8:18 pm

MY USER ID IS 378655347620 I AM REQUEST FOR STATIC IP ADDRESS DT.04/10/2011 BUT TILL DATED RELIANCE DID NOT ALOT US STATIC IP ADDRESS

I think you meant to post that at your ISP's forum. ;o) Cor



palojos - 06.11.11 11:41 am

waow, that's the article i was looking for. Very simply although very detailed and useful.
I have registred a domain name and paid for it, but I will check on namecheap.com to use the redirection of my private IP address.
Thanks for your effort. May the Force be with you.
Paul L.J.


Tyran - 10.11.11 2:07 pm

Hello sir,i have read all guide you post on this site, and just want to say thank you for doing this guide.

i have my own private game server,and i am running via hamachi client,my problem sir,if i dont use hamachi client ,outside ,friends,players or other are cannot connect to my game.last time i did applied to get my own static ip address and i got it.i tried to port forward and seems its really hard for me to work on it without hamachi client.

i really like to remove the hamachi thing,so i can run my game as non hamachi.

will able to give me a little guide sir?what is best i should do.

thank you in advance and more power!

I have no experience with Hamachi, but this might help you. ;o) Cor



olajay - 16.11.11 11:33 pm

please i need help from you anyone here to help me out how to block hackers on my internet

It's your internet it is? Some might disagree. ;o) Cor



ANTHONY - 20.11.11 6:36 pm

help me to teach othhers

No problem. Start at the top of the page. ;o) Cor



Mofox - 04.12.11 8:44 pm

I need to learn more about this subject.

See my previous comment. ;o) Cor



Diwakar - 07.12.11 2:45 pm

I will expalin the setup her :

taken a STATIC IP from Airtel, From AIRTEL router connected to a DLINK Switch from there it is connected SERVER Network card. There are other two nodes on the LAN, which are connected to the SWITCH.

Now PORT forwarding has been done for SQL (1433) and it works fine, there are OTHER TWO incoming trafic from a remote distant locations. Which are working fine.

The real problem here is at times suddenly the whole network LOCAL and also REMOTE systems slows down. I mean to say the applicatione we are running goes into a very very slow mode which is not at all aggreable. Oterwise when the system is good, the remote locations does not really find the differance of accessing the SERVER DATA at remote location.

Is there anything I am missing out here in settings ???, if so what it is.

IS THIS Infromation sufficint enough for answering my above question ?. If not pls send me mail so that i can provide all information you need.

Thanks in advance.

This sounds more like a problem with the machine running the server. You need to do some troubleshooting, log reading, etc., to locate the source of the trouble. ;o) Cor



Chris B Fry - 09.12.11 10:58 am

I am very impressed with your communication level on techinial issues that you make very understandable for most anyone. It is interesting just to read even if it doesn't apply to me. ? If an office changes from a static IP router to a Dynamic (which has an IR router connected to it), why would the workstations lose their connectivity to the internet, ect? Would it be that each work station has there gateway set to the old Static IP? If so, then if each workstation was setup for Auto DNS, wouldn't that then theoretically complete the passage?

It's usually best to leave workstations (in fact, all network clients) set to automatically get their IP via DHCP and use your router/gateway to dole out the actual local IP addresses. Most routers can assign static IP addresses to clients that need them (to run servers, etc.). Same story for any DNS malarkeys.

In other words, the factory defaults should work great! (the idea behind this being that individuals shouldn't have to be messing with DNS, the admin controlling the network/router configuration takes care of it at the router/gateway)

;o) Cor



lucky1791 - 11.12.11 5:30 am

Thanks a lot for sharing great ideas.

Can you please help me setting up my New Windows server 2008 R2 which I want to access from outsid e via Internet. Please tell me what all I need to setup and configuration of routers

Please help me

You need to setup "Port Forwarding" - check your router's documentation. ;o) Cor



SkullMate - 14.12.11 6:16 pm

When i enter my standard gateway code it says that the gateway different connections. I didnt see something like that above!

Probably English isn't your first language. I wish I could help, but your post makes NO SENSE! ;o) Cor



cane - 16.12.11 1:31 am

What is DUC?

Try hovering your mouse pointer over (the first instance of) any unusual technical words. ;o) Cor



Surojit - 16.12.11 9:40 pm

hi-your article is really good .

I have wishnet internet connection

I have no router , they only give a normal ware which connect with my 1 computer =

ip-10.10.243.179
sun-255255255192
get-10.10.243.129

dns-172.16.0.1
a.dns-202.54.1.63

and i make proxy to other my 7 computer with -
192.168.1.5 - 192.168.1.11
255.255.255.0
192.168.1.254

---------------------------
now - when i search on google that what is my ip ,it's shows 113.21.*.* , as your article 113.21.*.* is static ip i think ....
-------------------------
i am make a 3D pc game like counter_strike1.6 and it's played in lan successfully .
-------------------------
please you say how others player who are not in my lan or others internet users can connect my game -- the dedicated server located on 192.168.1.3 pc

i don't want to use any virtual lan like hamanchi.because i make my own code ..

thanks in advance :-)


You need to setup "Port Forwarding" (to the machine at 192.168.1.3) - check your router's documentation. Also, a dyndns domain would probably be handy. ;o) Cor



Surojit - 16.12.11 10:33 pm

I understand i need to port forr..

but i don't know how to do this ..

please give a details so that i can do .

thanks .

Apologies, I didn't notice that you don't have a router. It sounds more like a firewall issue. (A quick test with your firewall completely disabled would confirm this) Ensure your firewall is allowing incoming connections on the correct ports for your game from the ISP-assigned network. Check your firewall's documentation on how to do this.

Use the port probe to test your incoming connexions.

;o) Cor



LOST - ***

I have a new IMAC for my medical office. It is connected with FIOS through a router with a static IP address. I also have an IMAC at home, and 2 other laptops (3) that I need to access my office computer. I have the IP address, but I cannot get the right answer to my questions....everyone has something else to say. I need to be able to access that IMAC located at work, like I share screen with other laptops on my network at same time. I want to actually use that machine while I am at other locations, outside the office. It is essentially a server, and I will have parallells program on it, so I can us windows for some medical applications only available on a Windows PC. I thought I could do this, but because it is with a FIOS router, I am getting different answers...Anyone know if this can be done, and how? I have tried remote desktop, to no avail...
thanks

Anyone with that many Macs can surely afford a decent local technician! smiley for :lol: At any rate, it is doable, so long as you port-forward the correct ports on the FiOS. There's a document telling you how do do that here.

I don't know much about Parallels, but this document appears to suggest that you will need to also setup a port-forward to the virtual machine. That's two now. Have fun! ;o) Cor



andrew - 25.12.11 5:51 am

Very sorry, I still dont understand above info. I try to follow but still not working
I not going to use it as server but using as ip camera.

Currently my wireless modem is 192.168.1.1
my ip camera is 192.168.1.103
at my wireless modem, i had set my port foward is 5555
My wireless modem tempory gave me ip address 117.25.*.*
so if i want to view my ip camera by laptop or iphone
at anywhere i go, i just click in 117.25.130.157:5555

BUT the problem is that, when some one off the wireless modem, my ip address is re-create. How to fix my wirless modem IP?

Thank you

Server, IP Camera.. it's the exact same principle for both.. Packets of data come in the external IP address and we forward them to a device at some local IP address. If we want to be able to find our server from "outside" (or to find our own IP Camera from afar) we need to know its address, that is your EXTERNAL IP address (the one you will see from outside). If your external IP changes, you need to "fix it" with a NAME, i.e. a free domain name from dyndns.org. Go get one now.

Then you can forget about your external IP address, stop looking at it, it will always be cool-domain.ath.cx or whatever you choose (and your cam will be http://cool-domain.ath.cx:5555). To get the IP Camera to work "from outside", all you need to do is ensure that your port-forwarding rule is pointing to the correct INTERNAL IP Address, the IP address of your IP Camera..

To ensure the router is always sending the requests to the camera, set your IP Camera to a static local address (e.g. make it ALWAYS 192.168.1.103), preferably by setting up a "fixed lease" on your router, if possible. Most routers can do it, some simply have a "Make Static" button next to devices; click and you're done.

One last thing; running a DUC client on your desktop is lame. Fortunately, some cameras have built in DUCs so they can automatically keep your dyndns.org address current with any changes in your external IP address, many routers also have this capability (perhaps under "Dynamic DNS"), probably your does. Get to know the capabilities of your equipment; it can probably handle all this for you, and once properly setup, you can forget all about it.

;o) Cor

p.s.. "My wireless modem tempory gave me ip address 117.25.*.*"

NO IT DID NOT! Your ISP gave that IP address to your modem!



Vanatix - 06.02.12 8:45 pm

Well i want to go on and play a Runescape private server and every time i try and run it it lags and says error connecting to server. can you please tell me how i can fix this and if it's a problem with my router or something? Thanks if you could help me. THe private server name is Deviouspk.

See here. ;o) Cor



Christian S - 17.02.12 8:53 pm

I want to access at an unattended location a temperature monitor (mfg. is temperaturealert) that communicates wirelessly through a router to a broadband modem, from anywhere I have internet access via a pc. The vendor tells me at that location I must have a public ip address to be able do this, or use their proprietary 'cloud' service. I have read your posts and believe setting up the router to assign a static address within the network would be sufficient.
Questions: is that sufficient and reliable, or must I use dyndns or similar,and finally will assigning a static address cause problems for other devices that will need at some time to acces the internet at that location...
Best regards, and compliments on a great ifo site!
.../cws

Are you sure you read the main article? You seem confused about the difference between internal and external IP addresses. Please read the section entitled "What's the difference between a public and private IP Address?".

Yes, you will need dyndns (or similar - I recently discovered dyndns no longer offer a free service to new customers. Check out no-ip.com, instead) to make your external IP address "static" (in that it will always resolve to the exact same host name).

As for the temperature monitoring device, a local static IP is definitely preferable. Providing it's setup correctly (preferably by use of a "static lease" at your router, ensuring the assigned IP address doesn't overlap any dynamic IP (DHCP) blocks you have set), it should in no way interfere with anything.

You will also need to enable port-forwarding for the device. Again, do this at your router.

;o) Cor



Raf - 20.02.12 12:31 pm

OK, so here is the deal: about 6 months ago I purchased a brand new laptop and connected it to my DLink router that has been working on our PC for about 3 years now. I also have 2 Playstations and 2 other laptops connected to the D Link (all of which are working fine and NEVER have any problems whatsoever). About 3 weeks ago, I turned my laptop on and tried going online, but much to my surprise, it couldnt connect. Its supposed to automatically connect, but this time it didnt. I figured I would manually connect it. I opened up the window that displays all the routers that the laptop is picking up and i saw my D Link so I try to connect. It attempts, then says "connected" and the after 3 seconds or so, it says "Limited Access". I thought it was a problem with the internet so I checked the other laptops in the house and the Playstation and they are all working fine. I figured it was my laptop so I shut it off and restarted it but it did not work. Next, I tried unplugging the router and waited for 2 minutes or so and plugged it back in. Yay! It worked! I solved the problem! I began surfing the internet for a couple hours when, BAM! It suddenly went out again. I figured I would unplug the router once again to see if it was just some kind of glitch and would work fine this time. I unplug it and repeat the process over again. after 2 hours, it goes out. Everything else in this house seems to be working just fine on the router with no problems whatsoever, except mine. I have not messed with any of the configurations because I have not idea where to even begin so I know it cant be with the configurations. My laptop is new with windows 7, I'm using xfinity as a provider.

Side note- I did a test and when I cant connect to the internet with my laptop it fails a "PING" test (no idea what that is), but when I unplug and plug up the router and the internet is fine on the laptop, it will pass the "PING" test.

I'm completely clueless about all this, I really hope you can help. If you have any questions, any at all that might help you diagnose the problem, please ask and I'll try to answer as quickly as possible, I really need this problem fixed. Its horrible having to reset the router every 2 to 4 hours.

Recap: New laptop with windows 7, all other laptops and PS3's work just fine even when MY laptop isnt, fails "PING" test when it cant connect to internet, passes "PING" test when it can connect to internet, unplugging the router and plugging it back in will give me internet for a few hours, when laptop cant connect it says "LIMITED ACCESS".

any ideas? Thanks for any help.

P.S. Like I have mentioned before, I'm a complete newb and dont really understand too much of the lingo, please break it down barney style for me. Thanks again.

Your issue has nothing to do this static ip addressing. It could be any number of things, maybe a conflicting IP address, maybe something else - I don't have enough info to tell. Try running the network troubleshooter. ;o) Cor



11JRidding - 26.02.12 1:54 am

I can't seem to follow your instructions smiley for :blank:

Try reading more slowly, not skimming. ;o) Cor



next comments (2 pages)
 

Leave a comment, become part of this site!


First, confirm that you are human by entering the code you see..

(if you find it difficult to read, refresh the page for a new code)


Enter the 5-digit code this text sounds like : lower-case gee, Upper-Case En, fore, lower-case ex, Upper-Case Gee