Results 1 to 1 of 1
I have a bond0 interface with eth0 and eth1, which is then bridged under br0.
Packets will not forward to a br0 connected VM with
Code:
-A FORWARD -m physdev ...
- 07-18-2010 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 15
IPTables physdev and bond0
I have a bond0 interface with eth0 and eth1, which is then bridged under br0.
Packets will not forward to a br0 connected VM with
Right now I have it working properly withCode:-A FORWARD -m physdev --physdev-is-bridged -j ACCEPT
I hope there is a more ideal solution, and would appreciate any suggestions.Code:-A FORWARD ! -d 10.0.0.2 -j ACCEPT


Reply With Quote