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
Can anyone help? I've already tried using modprobe ip_alias.
Thanks in advanced,
SS
_______________________________________________
Masq maillist - [EMAIL PROTECTED]
http://tiffany.indyramp.com/mailman/listinfo/masq
Admin requests can be handled by web (above) or [EMAIL PROTECTED]