In win2003, The netsh IPSec command is used directly, ipseccmd is used for XP systems, and ipsecpol is used for 2000. Common parameters are as follows:-W Reg indicates that the configuration is written to the Registry and remains valid after restart.
Source: http://support.microsoft.com/
SummaryInternet Protocol Security (IPSec) filtering rules can be used to protect Windows 2000-based computers from web-based attacks caused by viruses, worms, and other threats. This article describes how to
1. Disable all input forward output and only open it to some ports.The following is a command implementation:
Iptables-P INPUT DROPIptables-P FORWARD DROPIptables-P OUTPUT DROP
Run the command iptables-L-n to check whether the settings are
Hadoop-definitions of Computer Network PortsPort Introduction
The ports described in this article are all logical ports, which refer to the ports in the TCP/IP protocol. The port number ranges from 0 to 65535, for example, port 80 used to browse Web
1024 The following is reserved for the system, and from 1024-65535 is used by the userFor personal writing applications, try not to use a port number between 0 and 1024.1024 to 65535 we can program with. This is not a Linux rule, it is the socket
Windows has many open ports. When you access the Internet, network viruses and hackers can connect to your computer through these ports.
To change your system to a copper wall, you should close these ports, mainly including TCP 135, 139, 445, 593,
1. Close all INPUT FORWARD OUTPUT only for certain ports.Here is the command implementation:Iptables-p INPUT dropiptables-p FORWARD dropiptables-p OUTPUT DROPRe-use the commandIptables-l-NCheck to see if it's all set up.Such a setup, we are only
In network technology, port has two meanings: one is physical port, for example, ADSL modem, Hub, switch, router is used to connect other network equipment interface, such as RJ-45 port, SC port and so on. The second is the logical port, which
1. disable all INPUTFORWARDOUTPUT to open only some ports. The following is the command implementation: iptables-PINPUTDROPiptables-PFORWARDDROPiptables-POUTPUTDROP and then use the command iptables-L-n to check whether the settings are correct.
1. disable all INPUTFORWARDOUTPUT to open only some ports. The following is the command implementation: iptables-PINPUTDROPiptables-PFORWARDDROPiptables-POUTPUTDROP and then use the command iptables-L-n to check whether the settings are correct. you
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.