Ludovit Koren wrote:
> 
> Hi,
> 
> is there any possibility to set the routing statically on a multi-homed
> host so, that the packet is sent back via the same interface, as it has
> came from? Something like more default routes (it is not good name for
> it, I hope you can understand what I mean), depending on particular
> interface.
> 
> 
> Thanks.
> 
> Regards,
> lk
> _______________________________________________
> freebsd-net@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

You could probably achieve this using IPFW FWD (this is how I achieve
something similiar). Either using ipfw fwd $GW1 ip from any to any via
$INT1, or using an ip range, ie; ipfw fwd $GW2 ip from 1.2.3.4/24 to any
 or something.

Thanks,
Joe Holden
finger [EMAIL PROTECTED]

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to