Linux在防火墙中开放SVN端口
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
原文:http://www.cnblogs.com/chenqianpeng/archive/2012/03/06/2381403.html
Linux的防火墙配置文件iptables,一般位置为 /etc/sysconfig/,要想加入SVN端口(默认3690),可用编辑器或vi命令加入以下行(大家在这记着打开超级管理员权限):
#SVN
-A INPUT -i eth0 -p tcp -m tcp --dport 3690 -j ACCEPT
-A OUTPUT -o eth0
-p
tcp
-m tcp --sport 3690 -j ACCEPT
然后重启防火墙,service iptables restart
然后重启防火墙,service iptables restart
相关热门文章
给主人留下些什么吧!~~
评论热议
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献5条内容
所有评论(0)