Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. sudo ufw enable
  2. sudo ufw default deny
  3. # change "192.168.0.10" to your host
  4. sudo ufw allow proto tcp from 192.168.0.10 to any port 22
  5. # Or for you LAN
  6. sudo ufw allow proto tcp from 192.168.0.0/24 to any port 80
  7.  
  8. sudo /Applications/VirtualBox.app/Contents/MacOS/VirtualBox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement