English 中文(简体)
IP 限值
原标题:IP restrict Azure VM role

我们现在重新部署一个轨道定位器;该机拥有一个站点,即7.5个站点和一个TP服务器。 我们的一项要求是,网站和优惠制仅限于我们的伙伴和我们的伙伴。 我知道,在互联网服务器中,我可以这样做;但是,在知识产权方面,是否存在着任何限制FTP终端点? 我知道,我只能用密码保护他们,但我想看一下我的选择是什么。 任何建设性意见都受到赞赏。

感谢。

最佳回答

最容易的方法是混淆视窗防火墙,无论是在你树立形象时,还是如果防火墙规则不在你的形象中,则使用它。 您可以通过Windows 防火墙透镜使这些规则自动化。

问题回答

这应当与>外部相同。 因此,Windows 防火墙运转良好。 你们目前都能够这样做。





相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

MALICIOUS_CODE EI_EXPOSE_REP Medium

I run findbugs against all of my code and only tackle the top stuff. I finally got the top stuff resolved and now am looking at the details. I have a simple entity, say a user: public class User ...

XSS on jsbin.com

Anyone know if jsbin.com implements any protection for XSS or other javascript attacks? I see jsbin links used fairly regularly on sites like this one and I can t find any indication from the site ...

Make md5 strong

Im making a website that will intergrate with game that only support md5 hashing metod (atm). Which ofc is not especially safe anymore. But how could i make it stronger? Should I just generate long ...

Why running a service as Local System is bad on windows?

I am trying to find out the difference between difference service account types. I tumbled upon this question. The answer was because it has powerful access to local resources, and Network Service ...

Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

热门标签