Greetings all.
I have a dedicated ip
321.321.321.321 interface vr0
I have a private net
192.168.10.1 ( 255.255.255.0) on interface vr1
ok
I think this way :
all trafic on vr1 I need to masqurade so
in this order
(1) /sbin/natd -v -log -dynamic -interface vr1
(2) ${IPFW} add divert natd all from any to any via vr1
OK... now should line (2) have the interface of
vr1 or vr0
Regards
Terry