Tag: iptables

Together with the BusinessVPN server, you get a static IP assigned only to you and you can use it to restrict access to your resources: Iptables configuration Configure iptables rules to restrict access to your Linux server. To set up access to your Linux server only via SSH, enter the following commands: iptables -I INPUT 1 -s $VPN_IP/32 -p tcp -m tcp --dport 22 -j ACCEPT iptables -I INPUT 2 -j DROP iptables-save > /etc/iptables/rules.v4 where $VPN_IP is the static IP address of your VPN server...
You didn't find what you were looking for? Write your question and we will contact you shortly.

By continuing to use this website you will be agreeing to the website Acceptable Use Policy and the Use of Cookies while using the website and our services. Please also read our Privacy Policy under which, to the extent stated, you consent to the processing of your personal data.