> From: Scott Search <[EMAIL PROTECTED]>
> Subject: [Masq] Masq Help
> On my linux box I would like to create virtual ethernet interfaces off
> eth0; for example, eth0:1 and take a subnet like 10.10.10.0 coming in
> from eth1 and have that subnet use eth0:1 for masquerading instead of
> eth0. Does anyone know how I can do that and what the ipfwadm command
> would look like. Here is what one of my ipfwadm commands is setup:
>
> ipfwadm -F -a masq -W eth0 -S 192.9.200.0/24 -D 0/0
>
> instead of eth0 in the above example I want to use:
>
> ipfwadm -F -a masq -W eth0:1 -S 192.9.200.0/24 -D 0/0
I'm not sure if you're trying to do something similar to what I'm
attempting, but I'm guessing you are (else why MASQ an alias?)
Basically I want to MASQ a subset of computers through a different IP
address. I want to use aliases because they are all routing through
the same subnet, and I'd like the solution to be scalable beyond
n-1, where n is the # of PCI slots free, or in my case n-2, since
there is a third network involved.
So far, using IPchains and IPmasqadm, there have been no problems,
but I also need iproute2 to work with aliases, and that might be a
snag. In short, the plan is to use source based routing to route the
subset to the desired aliased port. If anyone has any experience
with the package or doing something similar I'd like to hear.
Paul
_______________________________________________
Masq maillist - [EMAIL PROTECTED]
http://tiffany.indyramp.com/mailman/listinfo/masq
Admin requests can be handled by web (above) or [EMAIL PROTECTED]