From: "Steele, Tom" <tsteele@chsomaha.org>
To: lartc@vger.kernel.org
Subject: RE: [LARTC] NAT statistics
Date: Thu, 14 Mar 2002 20:50:39 +0000 [thread overview]
Message-ID: <marc-lartc-101613922224061@msgid-missing> (raw)
In-Reply-To: <marc-lartc-101609787703220@msgid-missing>
>2) Then add rules to match the packets to realms.
>/sbin/ip rule add from 192.168.130.2/32 lookup table main realms host1(the
realm name)
>/sbin/ip rule add from 192.168.130.3/32 lookup table main realms host2
Oops...sorry, little bit of wrong syntax on ip rule. It should be either
table main, or lookup main..both are valid. So it should be:
ip rule add from 192.168.130.2/32 lookup main realms host1
******************
Tom Steele
Comm/Systems Engineer
Children's Hospital
Omaha, NE
tsteele@chsomaha.org
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next prev parent reply other threads:[~2002-03-14 20:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-14 9:30 [LARTC] NAT statistics Sebastian Taralunga
2002-03-14 9:44 ` VaibhaV Sharma
2002-03-14 13:43 ` Sebastian Taralunga
2002-03-14 13:56 ` Tobias Geiger
2002-03-14 20:24 ` Steele, Tom
2002-03-14 20:50 ` Steele, Tom [this message]
2002-03-15 4:59 ` VaibhaV Sharma
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=marc-lartc-101613922224061@msgid-missing \
--to=tsteele@chsomaha.org \
--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.