Re: [LARTC] Masquerading as a certain IP

Linux Advanced Routing and Traffic Control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Apr 05, 2001 at 02:23:12PM -0000, worm@xxxxxxx wrote:
> Hi,
> 
> > I was just wondering if there's any way to specify what something is
> > masqueraded AS.
> 
> Yes, it is described in the ip-cref documentation which is distributed with the
> ip program. As far as I remember it is done by setting up special NAT rules
> which NATs to the local address that you want to use for masqgrading.

Ahh, but this is not MASQ, which deals with multiple MASQed hosts on the
local lan.

You would have to be more specific on how you want to distribute the
traffic.  Here's an example:

src lan dest port 80 mark 1 on incoming chain

mark 1 use table 5

ip ro add default  via gw src ip table 5

<repeat>

this would put outgoing traffic on the ip you specify.  Note that this won't
work on traffic generated by the gateway computer.

Also, this is untested, YMMV.

Mike



[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux