On Sep 2, 2004, at 2:17 PM, rip wrote:
I am trying to make a configuration to isolate the WiFi APs on a single segment. DHCP hands out 'good' addresses (10.0.0.x) to MACs it recognizes and 'bad' (10.99.0.x) when the MAC does not match and is taken from the common pool.
I then will use ipfw to block the trespassers, but do a bit of data collection at the same time. I don't expect much bad traffic here since WEP will keep out the casual. Just a defense-in-depth thing.

What you're trying to do work actually give you much benefit to security: someone who wants to break in doesn't have to pay attention to the DHCP lease you give them, they can just assign themselves a good 10.0.0.x address.


The second problem you are having is that you can't have two NIC on the same subnet. The routing table needs interfaces to be unique so it doesn't have to guess which route should be used.

--
-Chuck

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

Reply via email to