Commit b058ba66588c00aeb1ced8d372e9472fcf1f24cb

Authored by Sergio Oliveira
1 parent 8c53ef33

Fixed typo and added vbox internal ip

Showing 1 changed file with 2 additions and 1 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 22 -j ACCEPT
  3 +-A INPUT -s 10.10.10.1 -p tcp -m state --state NEW --dport 22 -j ACCEPT
  4 +-A INPUT -s 10.0.2.2 -p tcp -m state --state NEW --dport 22 -j ACCEPT
... ...