I can recreate my system from backup in
Seconds Minutes Hours Days Weeks Never tested Never backed up ( 482 votes ~ 6 comments )
You are not currently logged in. If you do not have a user account then please consider creating one and logging in before you post your comment. This will allow you to track replies to your comment, and take part in the site much more freely.
To add your comment, fill in all the boxes below and then preview it to make sure you're happy with the way that it looks.
This is the comment you were replying to, attached to the article Testing network connectivity:
#2 Re: Testing network connectivity Posted by Anonymous (195.190.xx.xx) on Fri 6 May 2005 at 16:30 Thank you for the script. It works also as test for a simple Netfilter script that I have on one of my machines. The Netfilter script is one of the Rusty Russels "unreliable" scripts. It seems to work just fine too. See below. #!/bin/bash iptables --policy INPUT DROP iptables --policy OUTPUT DROP iptables --policy FORWARD DROP iptables -N stop iptables -A stop -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -A stop -m state --state NEW -i ! ppp0 -j ACCEPT iptables -A stop -p icmp -m state --state INVALID -j DROP iptables -A stop -j DROP iptables -A INPUT -j stop iptables -A OUTPUT -j stop iptables -A FORWARD -j stop iptables -vL
Posting Format:
Inappropriate comments will be removed.
Some help on entry formatting is available
Username:
Password:
[ Advanced Login ]
Register Account