From: "Taylor, Grant" <gtaylor@riverviewtech.net>
To: netfilter@lists.netfilter.org
Subject: Re: forcing outgoing traffic thought eth3
Date: Wed, 04 May 2005 13:15:39 -0500 [thread overview]
Message-ID: <4279114B.7070302@riverviewtech.net> (raw)
In-Reply-To: <200505041850.28455.benjamin@benjamin76.plus.com>
> when a request is made from my client computer say 192.168.1.14 to my NFS
> server which runs on say 192.168.1.7 I want to be able to force all the
> outgoing traffic thought 192.168.1.6 would this be possable in iptables. If
> so can you point down the right road please.
I think you will be looking at the ROUTE target (not sure where this is, hopefully someone else on the list can pick up here for me) to define where the traffic goes out of the system.
If you don't want to mess with the ROUTE target you could probably MARK the traffic and then match it with an "ip rule ... fwmark" and have a specific route back to the network via a different routing table.
Grant. . . .
prev parent reply other threads:[~2005-05-04 18:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-04 17:50 forcing outgoing traffic thought eth3 Benjamin Jeeves
2005-05-04 18:15 ` Taylor, Grant [this message]
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=4279114B.7070302@riverviewtech.net \
--to=gtaylor@riverviewtech.net \
--cc=netfilter@lists.netfilter.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.