Safe to use high port numbers? (re: obscuring web services)
Posted
by sofakng
on Server Fault
See other posts from Server Fault
or by sofakng
Published on 2010-06-09T16:24:56Z
Indexed on
2010/06/09
16:33 UTC
Read the original article
Hit count: 199
I have a small home network and I'm trying to balance the need for security versus convenience. The safest way to secure internal web servers is to only connect using VPNs but this seems overkill to protect a DVRs remote web interface (for example).
As a compromise, would it be better to use very large ports numbers? (eg. five digits up to 65531)
I've read that port scanners typically only scan the first 10,000 ports so using very high port numbers is a bit more secure.
Is this true?
Are there better ways to protect web servers? (ie. web guis for applications)
© Server Fault or respective owner