Hi, How i can clear marker from memory after using iptables .... -j MARK --set-mark XX Can i flush all markers without restart ? I try with "iptables -F" and "-t nat -F" but this doesn't work. emo __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com
--3uo+9/B/ebqu+fSQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 14-02-2003 at 08:38:26AM -0800, emo terziev wrote: et> Hi, et> How i can clear marker from memory=20 et> after using et>=20 et> iptables .... -j MARK --set-mark XX et>=20 et> Can i flush all markers without restart ? et> I try with "iptables -F" and "-t nat -F" but this et> doesn't work. MARK is only valid in the mangle table. iptables -t mangle -D ... First try "iptables -t nat -L", later "iptables -t mangle -L". Rgds, Bartek. -- GPG-Key: http://www.bartek.bicom.pl/public_key.txt pub 1024D/948DE45D 2002-12-12 Bartek Krajnik <bartek@bicom.pl> Primary key fingerprint: 95E9 8E2D 1801 7864 2244 6EAA 03E5 764D 948D E= 45D --3uo+9/B/ebqu+fSQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+ToFuA+V2TZSN5F0RAiFgAKCEaK7UNqnyI6CN7jCVJc+feq10KACfflwK vSHHUvanSwZ78ktSdxCmIfM= =bt6m -----END PGP SIGNATURE----- --3uo+9/B/ebqu+fSQ--
Thanks Bartek It work perfect for me. --- Bartek Krajnik <bartek@bicom.pl> wrote: > On 14-02-2003 at 08:38:26AM -0800, emo terziev > wrote: > et> Hi, > et> How i can clear marker from memory > et> after using > et> > et> iptables .... -j MARK --set-mark XX > et> > et> Can i flush all markers without restart ? > et> I try with "iptables -F" and "-t nat -F" but > this > et> doesn't work. > MARK is only valid in the mangle table. > iptables -t mangle -D ... > > First try "iptables -t nat -L", later "iptables -t > mangle -L". > > Rgds, > Bartek. > -- > GPG-Key: > http://www.bartek.bicom.pl/public_key.txt > pub 1024D/948DE45D 2002-12-12 Bartek Krajnik > <bartek@bicom.pl> > Primary key fingerprint: 95E9 8E2D 1801 7864 2244 > 6EAA 03E5 764D 948D E45D > > ATTACHMENT part 2 application/pgp-signature __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com