Hi,
I have following configuration.
brctl addbr br0
brctl addif br0 eth1
brctl addif br0 eth2
ifconfig br0 168.192.2.1 netmask 255.255.255.0 up
iptables -A INPUT -i eth2 -j ACCEPT
I have small server listening on 168.192.2.1, which accepts messages from
client.
Client:
eth1 is connected to the hub. and 2-3 othre machines (running client,
which tries to connect 168.192.2.1) are connected to the same hub. All
client machines have default gw as 168.192.2.1
It seems, its not working. I am seeing pkt. on eth2 (tcpdump), i also see,
NF_HOOKs are getting called (ipv4_sabotage), but then nothing happened.
Above scenario is part of little larger architecutre. I don't want to make
things more complicated but, if you want to know why i am doing this..
Think this is as a switch. i have another virtual bridge interface
/* (i hacked code and allowed same physical interface tobe part of 2
different virtual bridge interfaces) */ And then i have a filter, so some
traffic goes on normal path and traffic which doesn't satisfy certain
criteria comes on above network.
Any help ?
Thanks
-Kunal
_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://www.math.leidenuniv.nl/mailman/listinfo/bridge