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 (twenty pages)   show all comments

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



Elavarasu - 01.03.12 9:49 am

hi,
i have 16MBps Broadband connection and i apply static IP to ISP(bsnl), they told IP was alloted and the same was active.
How to check my Static IP.
Thanks in advncesmiley for :geek:

ISP bad not allow, do local okay works yeah, only inside is, unless paid for. ;o) Cor



William james - 02.03.12 12:58 pm

It is a great way to explain.


tim - 15.03.12 10:31 am

Pain in the bum networking. I have a public ip address but cannot ping it from the web. It's ok on my internal network on my side of the router but not the other side. Router is Thomson TG585v7. All was ok until I replaced the computer recently. I have made the computer static (192.168.1.66) and set the router for VNC on that IP address but although I can use VNC on the public ip number from my local network, nothing works externally. It's simple but just eludes me at the moment. Any pointers would be appreciated..
Best Regards,
tim

Firstly, I assume you are trying to connect, from outside, to your external address (currently 217.207.*.*) and not your internal address (192.168.1.66). If not, that's your problem.

Secondly, I assume you don't mean an actual "ping", which most routers/firewalls will not allow on the external interface. If you are attempting an actual "ping", then that is your problem. If you really need to ping your external interface, you will need to enable ICMP connexions for that interface (which are on port 7).

Finally, I assume you have setup port-forwarding for whatever port your VNC server is using. If not, that is your problem.

;o) Cor

ps. get a no-ip.com address.



tim - 15.03.12 11:14 am

Hi,

Firstly, I assume you are trying to connect, from outside, to your external address (currently 217.207.*.*) and not your internal address (192.168.1.66). If not, that's your problem.

The Computer and network in question is my home setup. I write this from my work location. Incidentally, we have 6 public ip addresses here and I have set them all for various tasks including the ability to sort out network problems while on holiday using VNC. All works 100%. I was trying to use my VNC connection from here to home. Something that I do quite often without any problems till the recent Computer change. The ip address always used to respond to a ping so I presume this has been allowed in the router setup.

Second dealt with in above..

Finally, I assume you have setup port-forwarding for whatever port your VNC server is using. If not, that is your problem.

The router setup allows (and has been set) to forward requests using typical VNC ports to the chosen computer name / ip address (192.168.1.66).
Stumped me so far. I have to remember to save the current router .ini file and reboot the router for any changes to take place.

Thanks for you help..
Regards,
Tim

If the only thing that has changed is your computer, it stands to reason that the problem is there, either in the firewall or VNC server setup. If you want to mail me the IP used for VNC, I could take a look for you (I'm having a quiet morning!)

By the way, if possible, setup your local static IP addresses from the router (with fixed DHCP leases), saves work and headaches later on.

;o) Cor



tim - 15.03.12 11:50 am

Hi cor,
Thanks again, I like quiet mornings but they tend to end abruptly. The calm before the storm. I shut down the firewall and anything else I could find that might cause the problem. I have also used various sites to check the public ip address with no success. I would be better conversing with you from the home setup if only you get another quiet morning. I will try one or two more idea's including your suggestions and get back to you. I really don't want to spend too much time in front of computers at home unless it's 'relaxing'. I look after 30 + here at work and that's enough by the time I go home.
Thanks again for your help and advice, either way I will let you know the outcome.
I trust you and yours are well,
Regards,
Tim.


SUNNY KURUVILLA - 19.03.12 12:11 pm

smiley for :eek:


Len - 20.03.12 11:17 pm

I have an interesting question.
I have Charter for my ISP and all of their IPs they issue are on 2 Blacklist.
SORBS
Spamhaus

Charter told me in so many words that they do this because they consider "Residential" accounts as Entertainment and they recommend I upgrade to a Business account, and of course that could cost $100 or more a month.
So my question I have, is there anyway to obtain an IP address that is static and not on a Blacklist without having to upgrade to a business ISP or change ISP's?

I found this all out when I noticed a lot of my emails I send using Thunderbird where going into spam folders and my sites IPs are clean and no blacklist. But my ISP issued IP is blacklisted.
I did try and change IPs and after 25 different IPs with Charter they all were blacklisted.
So, What can a guy do?
Thanks

Use your web site's mail server, presumably hosted at a regular web host (sans blacklisting). Sending mails from a residential server is always problematic. ;o) Cor



farhan - 28.03.12 5:28 pm

awesome

smiley for :roll:smiley for :geek:smiley for :geek:smiley for :eek:smiley for ;)smiley for :)smiley for :Dsmiley for :ken:smiley for :lol:smiley for :evil:smiley for :aargh:smiley for :ehh:smiley for :idea:smiley for :blank:smiley for :roll:




Stephen Alberten - 08.04.12 8:03 pm

Talking about getting a static IP for the whole internet, smiley for :), aka external IP, aka WAN IP.

Things like dyndns and no-ip.com only work if your provider gives you a public IP *and* they allow you to configure the public ip on one of your computers (or change the modem / router configuration to do NAT or forwarding).
Unfortunately, my provider does not allow that unless I upgrade to a business line.

I think you have been misinformed. ;o) Cor


<ad snipped>


Tom - 28.04.12 11:57 pm

Hi Cor,

Thanks for the article, and its content is getting me closer to an answer but I don't think it applies to my question just yet (and the problem is I don't really know how to ask the right question - i.e. the right google keywords - to get the answers, so am left with the only option of writing to you, so please forgive..)

I would like to know a) if the following is possible, and b) What this is called so I can search for it...

I have an old PC tower under my desk, with Ubuntu on it (semi irrelevant coz I intend on putting various Linux distros on it). I have a keyboard or monitor for it, but I don't want them permanently (too much actual desktop real-estate when added to my further equipment below). It does have a plug-in USB wifi 'stick' - (antenna?)

On my desk I have a clunky laptop running Windows 7 (writing to you on it now), internal wifi. This is my 'main' computer.

I would like to use my main computer to connect to my old computer _without_ using a router (don't have one). I'm foggily gathering the notion that to do this, I need to set-up the 'old' computer as a "bridge", which I'm guessing involves static IPs to some degree (how I got here), but I _don't_ want to connect to the Internet. I want this as direct and private as possible... is that possible? Can the PC tower 'broadcast' an IP address that my laptop can connect to?

Thanks for any help you can provide, and thanks for your time...

Kind regards,

Tom

The best, most private way to connect your two computers is via a CAT-5 (even a "crossover") cable. You simply plug it into the CAT-5 ports (which each inevitably has) and put them into the same Windows/Samba (on Linux) network.

Failing that, using WiFi, you need to get a WiFi router. You can pick up an old V1.0 BT Home hub for 50p these days, and transforming it into a LAN-only WiFi router is a piece of cake (v1.5 has better WiFi, and can be had just as cheap). Most of the (FREE) broadband routers kicking around second hand shops, car-boot sales and skips can be transformed into a local Wi-Fi "Hot-Spot" with minimal effort. Some not - Google that.

Technically, you can connect two machines directly, but these sorrts of ad-hoc networks lack the security features required to keep things "private". Get a broadband router and WPA-2.

Then you setup a permanent lease for your Linux box, when it comes "online" (locally). it gets its same IP address and Network "name", other local computers can share with it easily, but nothing outside your LAN. Inside your Samba shares config [section] you can do..

hosts deny = 0.0.0.0/0
hosts allow = 192.168.0.


..to ensure only clients from the LAN have access to the shared resources. With a current samba setup, decent block lines (above), and WPA-2, you can share root resources locally, securely over WiFi.

;o) Cor



Tom - 29.04.12 1:02 am

Thank you Cor!

I'm hoping you have moderator privileges to delete this after you've read it - no point taking up extra space, just wanted to thank you for your answer smiley for :)

Tom

btw, I came to the conclusions also: ad hoc for the time being, but eventually gonna buy a crossover cable I think... trying to avoid as much extra hw as possible (you should SEE the mess of equipment on/under my desk! sheesh!)

If you connecting machines with CAT-5, consider getting a network switch. A crossover can be unreliable when machines go on and offline. A switch takes all the hassle out of connecting computers via cables, and can be tiny in physical size, and you can use any old CAT-5 cable. eBay will get you for the price of a cup of coffee.

;o) Cor



chris - 02.06.12 5:30 am

I have learned a lot in the last week enough to be dangerous but not quite enough to fix the "impossible" as I was told. I have a situation that probably needs a pro like yourself to come out and whip it into shape....... I recently installed a car wash in a little town called Giddings, Tx. and set them up using credit cards. A long story short is I am using a router to run multiple pieces of equipment. One piece of equipment was port forwarded to 2500 and works great, this is a data access network that stays constantly online to accept credit cards. This is a windows computer. This computer relays 6 bays all using cat 5 cables each one used for credit card swipes. All pieces of equipment including bill changers are connected and have an internal ip address that identifies each piece of equipment and names them for monitoring purposes. All this is done with one External IP address. There is one computer (program unknown) that is being left out of the fun. This odd ball piece of equipment is the automatic's computer that is plugged into the router and can go online or at least email fault codes, it also has its own special little internal ip address but its capabilities are limited and this is where the problem lies...... I would like to use a real vnc viewer to monitor and program this computer remotely. This device was port forwarded to 5900. My vnc viewer works with other sites but not this one. The factory that built the automatic car wash says that this computer has to have its own external ip address to achieve this vnc viewer thing but i believe that they are just lazy and do not want to work around the multitude of other devices on this external ip. I guess the real question is can something like this work while another device is on the internet? To me it seems possible because it would be like two home computers working at the same time. Its the incoming request or handshake of the real vnc viewer that is in question mostly. Any suggestions? If a pro like you available then how do I find one locally?


This device was port forwarded to 5900.

On what device is the "odd-ball" device port-forwarded? That's most likely where the trouble lies. Or else your VNC server is incorrectly setup.

Between the local devices and the internet connexion is some device doing NAT or similar. Is it the "odd-ball" device doing that? Or more likely, the "router" (whatever it is, you didn't say). Wherever the firewall is anyway, that is where the port-forwarding errors need to be addressed. Sadly, you didn't say what errors you are getting.

So long as some other device isn't set to use port 5900, and the router is correctly forwarding port 5900 to the odd-ball device, and the odd-ball device has VNC server running and listening on that same port, it should work fine. You can test port-forwarding here. VNC works great (though as usual, quite slowly) over NAT.

Your verdict of Lazy sounds about right - there are tens of thousands of ports available for traffic, you only have six bays, that leaves plenty room!

Lastly, I would not recommend VNC for Windows machines. RDC is not only superior, it's built-in!

;o) Cor

ps. I also do remote work. Feel free to get in touch if you need more help.

pps. Try paragraphs!



Chris - 02.06.12 4:45 pm

Thanks for your advice. I also believe it to be a problem in the "odd ball" device or the Router. I am a rookie at this and went to real Vnc "how to port a router" and done this myself.

I do not use the VNC viewer for windows. I use Real Vnc viewer on a Belanger computer that uses a touch screen. Vnc was recommended by Belanger (the manufacture of the automatic wash).

The Vnc viewer was tested and works on a different machine. The router was port forwarded to only the one device at 5900 and another computer at 2500. The Belanger computer is limited on what I can program on it. It is kind of fill in the blank. It is my understanding that the vnc program is built into this odd ball.

Next time i am out there at the sight i will send you a line telling you so. If you can get me up and running I will pay you otherwise no harm no foul.

i like your snap. ttyl
chris




Jack handa - 11.06.12 6:40 pm

excellent very useful information


dee - 24.06.12 12:23 am

Hi Cor, when I read your article, I start to understand that I can get them by myself. In my case I use my Iphone and my laptop to view my Qsee cameras thr dynamic IP, it works well but I have to trace my IP all the time, sometime the IP change everyday. My problem is I don't understand much about the computer terms, and English is not my mother language. Qwest is my internet provider. the laptop use windows Vista. Would you please kindly to show me how to get static IP in easy way for person like me have no computer background. Thanks.smiley for :roll:


Monir Sidhom - 20.07.12 5:50 am

Thanks for the genuin ideas.


ALEX - 19.08.12 6:58 am

tHANKS FOR THE INFO! gREAT STUFF!


Bilal - 17.09.12 12:18 pm

Hello,

I have a virtual PBX server and would like to assign some of the extension to our remote agents. for this is need a Public IP. My ISP wont provide me one as i am on a residential package. And i cant change because there is a sometime left for the contract to finish. Could you please help me as to how i may do this? i have herd about Virtual IPs. would it work? and if not then any other way?? apart form getting the STATIC IP from my ISP.

Thank You

Can't you use a domain name from no-ip.com, or similar (see above)? ;o) Cor



Nick - 26.09.12 12:34 am

Dyndns do still offer a free DNS redirection service. You just have to know how to access it!
Sign up for their Pro service with 14 day free trial. This will give you access to the full support and application function.
Do not pay for anything yet!
Set up your static address and get your system working.
Cancel the free trial before the 14 days are up.
You can only have one fixed forwarding address and you don't get any support but the system is still free and works!


Sabyasachi Paul - 26.09.12 3:19 am

thanks it will help me a lot


next comments (1 page)
 

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 kay, Upper-Case Bee, fore, lower-case tee, Upper-Case Gee