Results 1 to 2 of 2
Does anybody know where I can find a tutorial or overview over iptables configuration on Debian? I am not after the iptables config. syntax, but how iptables is started/stoped etc, ...
- 10-23-2005 #1Just Joined!
- Join Date
- Oct 2005
- Posts
- 2
ipyables
Does anybody know where I can find a tutorial or overview over iptables configuration on Debian? I am not after the iptables config. syntax, but how iptables is started/stoped etc, as I want to use my own config file.
- 10-23-2005 #2Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
I don't think iptables is started and stopped like other services: I think it is started from within the kernel. You can kill all iptables rules with the following:
Originally Posted by Tjebychef and then you can apply your own configuration. Also, you can use 'iptables-save' to write a particular configuration to a file which can then be restored with 'iptables-restore'. I hope that's helpful.Code:iptables -F iptables -t nat -F iptables -t mangle -F
/IMHO
//got nothin'
///this use to look better


Reply With Quote
