Skip to content

Instantly share code, notes, and snippets.

@resure
Created October 1, 2012 15:58
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 resure/0187b0b6d73c65744eea to your computer and use it in GitHub Desktop.
Save resure/0187b0b6d73c65744eea to your computer and use it in GitHub Desktop.
resure@betelgeuse:~$ sudo egrep -rn REJECT /etc/*
Binary file /etc/alternatives/node matches
/etc/bash_completion.d/iptables:32: COMPREPLY=( $( compgen -W 'ACCEPT DROP LOG ULOG REJECT \
/etc/bash_completion.d/iptables:37: COMPREPLY=( $( compgen -W 'ACCEPT DROP LOG ULOG REJECT \
/etc/bash_completion.d/iptables:42: COMPREPLY=( $( compgen -W 'ACCEPT DROP LOG ULOG REJECT \
egrep: /etc/blkid.tab: No such file or directory
/etc/default/ufw:9:# Set the default input policy to ACCEPT, ACCEPT_NO_TRACK, DROP, or REJECT.
/etc/default/ufw:15:# Set the default output policy to ACCEPT, ACCEPT_NO_TRACK, DROP, or REJECT.
/etc/default/ufw:21:# Set the default forward policy to ACCEPT, DROP or REJECT. Please note that
/etc/default/ufw:25:# Set the default application policy to ACCEPT, DROP, REJECT or SKIP. Please
/etc/iptables.firewall.rules:5:-A INPUT ! -i lo -d 127.0.0.0/8 -j REJECT
/etc/iptables.firewall.rules:30:-A INPUT -j REJECT
/etc/iptables.firewall.rules:31:-A FORWARD -j REJECT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment