
Iptables -A INPUT -p icmp -icmp-type echo-request -j ACCEPT Iptables -A INPUT -m conntrack -ctstate ESTABLISHED,RELATED -j ACCEPT

# Allow established sessions to receive traffic After installation and testing, creating an alternative port is painless. This assumes you will be using the SoftEther VPN client on port 443. The primary change to my default iptables filter is the addition of iptables -I INPUT -p tcp -dport 443 -j ACCEPT. If not, revise the script below as necessary. If you followed my CenMinimal guide, firewalld was ripped out and the iptables-services package was installed. Prior to installation and testing, I updated /etc/selinux/config from enforcing to permissive. Install 5 Packages (+13 Dependent packages) To meet the requirements above, execute the command below to the install the packages and their dependencies.


The purpose of this article is to describe how to SoftEther VPN Server and Client on CentOS 7.
