Skip to content

Instantly share code, notes, and snippets.

View seunets's full-sized avatar

Alexander Pereira Girald seunets

View GitHub Profile
@seunets
seunets / ipfw.rules
Last active December 22, 2021 18:11
FreeBSD ipfw jail configuration
# Flush all rules
ipfw -q -f flush
# Destroy ACLs
ipfw -q table all destroy
# Create SSH access ACL
ipfw -q table SSHAccess create type addr
ipfw -q table SSHAccess add 192.168.0.1 # SysAdm workstation