나는 서브 킷을 설치하는 SVN mirror plugin과 함께 Stash를 설치했습니다.Subgit에 추가 할 방화벽 규칙은 무엇입니까?
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:7990
ACCEPT tcp -- yyy.yyy.yyy.yyy anywhere tcp spt:mysql
ACCEPT udp -- anywhere anywhere udp spt:domain
ACCEPT all -- xxx.xxx.xxx.xxx anywhere
ACCEPT tcp -- anywhere anywhere tcp dpt:7999
ACCEPT tcp -- anywhere anywhere tcp spt:http state ESTABLISHED
Chain FORWARD (policy DROP)
target prot opt source destination
Chain OUTPUT (policy DROP)
target prot opt source destination
ACCEPT tcp -- anywhere yyy.yyy.yyy.yyy tcp dpt:mysql
ACCEPT tcp -- anywhere anywhere tcp spt:ssh state ESTABLISHED
ACCEPT tcp -- anywhere anywhere tcp spt:7990
ACCEPT tcp -- anywhere anywhere tcp dpt:38724
ACCEPT all -- anywhere xxx.xxx.xxx.xxx
ACCEPT tcp -- anywhere anywhere tcp spt:7999
ACCEPT tcp -- anywhere anywhere tcp dpt:http state NEW,ESTABLISHED
xxx.xxx.xxx.xxx는 IP SVN의 서버입니다 :
내가 좋아하는 iptables에 설정 무언가가있다. 초기 동기화는이 설정으로 작동합니다. 그러나 SVN에 커밋하면 변경 사항이 적용되지 않습니다. INPUT 및 OUTPUT의 정책을 ACCEPT로 변경하면 변경 사항이 즉시 동기화됩니다. 그럼 내가 뭘 더 허용해야합니까?