Re: private vlans

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jussi Peltola
Date: Friday, December 31, 2010 - 1:50 pm

On Fri, Dec 31, 2010 at 01:36:32AM -0800, S Mathias wrote:

What's your question?

AFAICS there's nothing like "ip local-proxy-arp" on OpenBSD. Linux used
to be able to do that with proxy arp entries with a mask and interface,
but they've removed the feature in newer kernels.

If you can live with the silliness of your end-stations not being able
to talk to each other at all, this has nothing to do with OpenBSD and
everything with your switch. Just put the OpenBSD router on a
promiscuous (trusted) port.

Even this is very far from a good solution since it does nothing against
arp spoofing except for spoofing the gateway. It does not allow you to
filter source ip's and it won't help with duplicate mac addresses or
other malicious behavior.

With "ip local-proxy-arp" you could put clients on different vlans and
use proxy arp to fake they're in the same subnet, allowing the same
level of isolation, source address filtering and firewalling as giving
each host a vlan and a /30, but without wasting three quarters of your
ip addresses. With some dhcp relay magic you'd have a secure ethernet
access solution.

Sadly I don't understand the kernel well enough to do it myself.
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
private vlans, S Mathias, (Fri Dec 31, 2:36 am)
Re: private vlans, Jussi Peltola, (Fri Dec 31, 1:50 pm)