If someone asks me for my static IP for giving me access to their ftp, cms, etc, how safe is it give away my static IP to them?

link|improve this question

14% accept rate
How secure is your machine? – BNL Nov 29 '11 at 20:27
2  
Most likely when you access their ftp site they will automatically have your static ip. They might be just asking for it so that they can provide you an exception to connect to the site. – parapura rajkumar Nov 29 '11 at 20:27
feedback

closed as off topic by Brandon, che, Mike Pennington, Jeremy Banks, martin clayton Nov 30 '11 at 1:09

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

It might be risky, but people might discover your static IP in many different ways (without you telling it to them). Don't worry, because knowing the static IP is like knowing someones address and not the PIN of the domestic alarm.

In order to hack the server (or a house ;D) you have to know what doors are open (or "openable"). In this case you will know what services are installed (i.e. if 3389 port is opened it means that Windows Remote Desktop is installed and running).

So basically you have to restrict the list of ports opened for the public access (and maybe leave more for local network). Install only reliable and verified software, tweak those progs to improve the security level and you will be fine.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.