Skip to content

Instantly share code, notes, and snippets.

@robhaswell
Created November 18, 2013 16:14
Show Gist options
  • Save robhaswell/7530538 to your computer and use it in GitHub Desktop.
Save robhaswell/7530538 to your computer and use it in GitHub Desktop.
hybrid@node092:~$ sudo ipfw show | grep 60012
60012 17 844 allow tcp from me to any dst-port 25 uid root keep-state
hybrid@node092:~$ sudo telnet hybrid-sites.com 25
Trying 109.71.49.3...
^Chybrid@node092:~$ sudo ipfw show | grep 60012
60012 18 904 allow tcp from me to any dst-port 25 uid root keep-state
hybrid@node092:~$
@robhaswell
Copy link
Author

As you can see the 2nd column of "ipfw show" has been incremented, meaning that packets which pass this rule have been accepted.

This node has an identical configuration to all the other nodes we have (in OVH and elsewhere) which work just fine.

This began on Wednesday at least, maybe earlier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment