From b058ba66588c00aeb1ced8d372e9472fcf1f24cb Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Mon, 4 May 2015 19:20:09 -0300 Subject: [PATCH] Fixed typo and added vbox internal ip --- config/local/iptables-filter-rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/local/iptables-filter-rules b/config/local/iptables-filter-rules index 28d931d..a05d655 100644 --- a/config/local/iptables-filter-rules +++ b/config/local/iptables-filter-rules @@ -1,3 +1,4 @@ # Accept SSH connection from virtualbox host --A INPUT -s 10.10.10.1 -p tcp -m state --state NEW -dport 22 -j ACCEPT +-A INPUT -s 10.10.10.1 -p tcp -m state --state NEW --dport 22 -j ACCEPT +-A INPUT -s 10.0.2.2 -p tcp -m state --state NEW --dport 22 -j ACCEPT -- libgit2 0.21.2