Why this rules works:
/sbin/ipfw -f flush
/sbin/ipfw add 00100 allow ip from any to any via lo0
/sbin/ipfw add 500 divert 8668 ip from any to any via sis0
/sbin/natd -a 200.200.200.2
/sbin/ipfw add 64002 pass all from any to any
/sbin/ipfw add 65000 allow all from any to any

and this rules doen't works:
/sbin/ipfw -f flush
/sbin/ipfw add 00100 allow ip from any to any via lo0
/sbin/ipfw add 500 divert 8668 ip from 10.0.0.2 to any via sis0
/sbin/natd -a 200.200.200.2
/sbin/ipfw add 64002 pass all from any to any
/sbin/ipfw add 65000 allow all from any to any

????????????????????

My internal ip is 10.0.0.2.


Gilberto
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to