<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
I have a situation where router has to see hosts in multiple vlans<br>
with the same IP address<br>
The test scenario is :<br>
---------------------<br>
| eth0 | br0 | <-------> eth1.25 | eth1.26 | eth1.27<br>
---------------------<br>
eth0 = Internet<br>
br0 = Lan 192.168.100.1/24<br>
<br>
host 1= 192.168.100.11/24 eth1.25<br>
host 2= 192.168.100.12/24 eth1.26<br>
<br>
I need br0 to see all hosts in all vlans but hosts in different vlans<br>
not to see each other.<br>
Is there any way to do this with ebtables without making to many
rules?<br>
<br>
<br>
<br>
</body>
</html>