All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Boxman <jasonb@edseek.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Help with prioritizing internet Cafe Terminals
Date: Fri, 19 Nov 2004 17:36:20 +0000	[thread overview]
Message-ID: <200411191236.20471.jasonb@edseek.com> (raw)
In-Reply-To: <30d1386204111702416df3371c@mail.gmail.com>

On Friday 19 November 2004 07:59, Craig Main wrote:
> I have out together the following script, can those in the know please
> comment on what I have done and whether it will achieve what I am
> looking for. Many thanks.
>
>
<snip>
> iptables -F PREROUTING -t mangle
>
> iptables -A PREROUTING -t mangle -i eth0 -p tcp -s 192.168.0.1 -j MARK
> --set-mark 1
> iptables -A PREROUTING -t mangle -i eth0 -p tcp -s 192.168.0.2 -j MARK
> --set-mark 1

You are giving all your addresses the same MARK?  I don't think that's what 
you want.

> iptables -A PREROUTING -t mangle -i eth0 -p tcp -s 192.168.0.3 -j MARK
> --set-mark 1
> iptables -A PREROUTING -t mangle -i eth0 -p tcp -s 192.168.0.4 -j MARK
> --set-mark 1

-- 

Jason Boxman
Perl Programmer / *NIX Systems Administrator
Shimberg Center for Affordable Housing | University of Florida
http://edseek.com/ - Linux and FOSS stuff

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

  parent reply	other threads:[~2004-11-19 17:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-17 10:41 [LARTC] Help with prioritizing internet Cafe Terminals Craig Main
2004-11-17 14:29 ` Andreas Klauer
2004-11-19 12:59 ` Craig Main
2004-11-19 17:36 ` Jason Boxman [this message]
2004-11-20  7:10 ` Craig Main

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200411191236.20471.jasonb@edseek.com \
    --to=jasonb@edseek.com \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.