Skip to content

Instantly share code, notes, and snippets.

Verifying my Blockstack ID is secured with the address 1H5DcX2qMLEQNff57ws1Wzm8tVCrKiUBNe https://explorer.blockstack.org/address/1H5DcX2qMLEQNff57ws1Wzm8tVCrKiUBNe
Verifying my Blockstack ID is secured with the address 1H5DcX2qMLEQNff57ws1Wzm8tVCrKiUBNe https://explorer.blockstack.org/address/1H5DcX2qMLEQNff57ws1Wzm8tVCrKiUBNe
@bauer1j
bauer1j / gist:1320355
Created October 27, 2011 18:16
ECN testing configuration
#!/bin/bash
# This script depends upon the conntrack, connmark, connbytes, and the ecn modules of iptables.
# These are installed by default on the Linux boxes we employed, but if your distribution is
# older, you may need to update your kernel and iptables. This script also assumes that the users
# which runs it has the sufficient privileges to run all the commands below.
# Careful, this script flushes the filter and mangle tables.
iptables -t filter -F
iptables -t mangle -F