From: Fabrice Peix <fabrice.peix@sophia.inria.fr>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Hide IP for some users
Date: Fri, 25 Jan 2002 17:55:30 +0000 [thread overview]
Message-ID: <marc-lartc-101198137213089@msgid-missing> (raw)
In-Reply-To: <marc-lartc-101194741123534@msgid-missing>
On Fri, 25 Jan 2002 10:30:11 +0200 (EET)
Joachim Wickman <jwickman@tawi.fi> wrote:
> Hello
>
> Is it possible to assign a couple of IPs to some users on the box, so
> when they ftp, ircs or something the servers they connect to doesn't see
> my IP, but only the assigned IPs ??
>
> It seems like it´s possible, but haven't had any luck with it.
>
> // Joachim
I am not sure what you want to do ...
But if you want to assign the same source address for all connection you
must use the SAME patch. the syntax is
iptable -t nat A POSTROUTING -j SAME -to oldaddr-newaddr
where
oldaddr = X.X.X.X your ip address
newaddr = X.X.X.X your visible ip address
PS : perhaps now this patch is include in standart distribution ?
>
>
>
>
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO:
> http://ds9a.nl/lartc/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/lartc/
next prev parent reply other threads:[~2002-01-25 17:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-25 8:30 [LARTC] Hide IP for some users Joachim Wickman
2002-01-25 8:39 ` Patrick McHardy
2002-01-25 17:29 ` Joachim Wickman
2002-01-25 17:55 ` Fabrice Peix [this message]
2002-01-26 23:02 ` Martin Devera
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-101198137213089@msgid-missing \
--to=fabrice.peix@sophia.inria.fr \
--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.