Skip to content

Instantly share code, notes, and snippets.

@rcrowley
Created November 10, 2008 16:39
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 rcrowley/23535 to your computer and use it in GitHub Desktop.
Save rcrowley/23535 to your computer and use it in GitHub Desktop.
Firewall ports so MS Office will run twice on the same subnet
#!/bin/sh
ipfw add deny udp from any to any 2222
ipfw add deny udp from any to any 2223
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment