Peter

These is OK , thanks very much... but my problem is
for example , if I would like that the machine with IP 168.96.200.196 use 6% of Band...
What must put in the suggestion...


One suggestion (untested but fairly trivial) for a starting point would
be

ext_if="xl0"    # replace with actual external interface name i.e., dc0
int_if="xl1"    # replace with actual internal interface name i.e., dc1
internal_net="168.96.200.0/24"

table <lan> { 168.96.200.87, 168.96.200.8, 168.96.200.55, 168.96.200.196 }

nat on $ext_if from $localnet to any -> ($ext_if)
block all
pass from <lan> to any keep state

And what must delete of these file!!!
Could you help me!!!
Thanks

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

Reply via email to