Commit 8897cebdc3c36a0b0ab422912fb6e0f77c0fd824

Authored by Sergio Oliveira
1 parent ee211922

Allow ssh connections on 5555 (vagrant only)

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/local/iptables-filter-rules
1 1  
2 2 # Accept SSH connection from virtualbox host
  3 +-A INPUT -s 10.10.10.1 -p tcp -m state --state NEW --dport 5555 -j ACCEPT
3 4 -A INPUT -s 10.10.10.1 -p tcp -m state --state NEW --dport 22 -j ACCEPT
4 5 -A INPUT -s 10.0.2.2 -p tcp -m state --state NEW --dport 22 -j ACCEPT
... ...