Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
iptables -A INPUT -i your_external_interface -p tcp --dport 4022 -j ACCEPT
iptables -t nat -A PREROUTING -i your_external_interface -p tcp --dport 4022 -j DNAT --to-destination your_sql_server_machine
/etc/init.d/sshd status
iptables -A INPUT -i your_external_interface -p tcp --dport 22 -j ACCEPT