Skip to content

Instantly share code, notes, and snippets.

@kbruner
Created December 8, 2020 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbruner/9a5ac6c5e33ad1e7192c2a08f4d4b995 to your computer and use it in GitHub Desktop.
Save kbruner/9a5ac6c5e33ad1e7192c2a08f4d4b995 to your computer and use it in GitHub Desktop.
for i in 0 1 2; do
ipfw add 25${i} fwd 10.240.0.2${i} ip from any to 10.200.${i}.0/24 keep-state
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment