How can i lock my current IP address?

the LAN IP address is the 192.**. I know that, but i want to lock up my IP address which i found on the http://whatismyipaddress.com/, which is something like this 115.***

because right now my client are using my IP address to give me the access to their server and my IP address keep on changing everytime i restart my router (because i need to)

Help please help!

link|improve this question
5  
Contact your ISP. – SLaks Jul 27 '11 at 16:41
1  
offtopic, belongs on superuser. you can't lock your ip. Get a DynDNS and set up your router to update it. Use the DynDNS instead of your IP then. – cularis Jul 27 '11 at 16:42
feedback

migrated from stackoverflow.com Jul 27 '11 at 16:43

This question came from our site for professional and enthusiast programmers.

1 Answer

You need to ask your ISP for a static IP address.
They are likely to charge extra for it.

Alternatively, you could use a dynamic DNS provider, such as No-IP, which will give you a domain name that always resolves to your IP address.

link|improve this answer
The problem is that most programs use reverse DNS for checking the access list, and changing it requires a static address too. – grawity Jul 27 '11 at 16:46
1  
The chances are virtually nil that he needs to worry about a PTR record. It is almost certainly that the company's firewall just restricts connections to a specific IP. I have never heard of a firewall checking a PTR record (reverse DNS) in this case. – KCotreau Jul 27 '11 at 17:00
PTR records are typically only necessary for mail servers. – MaQleod Jul 27 '11 at 23:05
feedback

Your Answer

 
or
required, but never shown