How can I open port in iptables for SVN?
port 447, os: centos. Apache.
How can I open port in iptables for SVN? port 447, os: centos. Apache.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
iptables -A INPUT -p tcp -m tcp --dport 447 -j ACCEPTBut generally speaking, you shouldn’t use ports below 1024 for arbitrary things.
Apache usually runs on HTTP (port 80) and HTTPS (port 443) and handles SVN with module dav_svn