Hello,
I have 4 VMs, 2 bridges and each one has a host.
My question is:
I need to configure a default gateway for the hosts, however when I added flow
rules to the bridges, suddenly, I can't ping them from the hosts. I know this
is due to the rules.
When the host can't ping the bridge, how I co
On Sat, Mar 14, 2015 at 02:29:07PM +0300, Amer wrote:
> I have 4 VMs, 2 bridges and each one has a host.
> My question is:
> I need to configure a default gateway for the hosts, however when I added
> flow rules to the bridges, suddenly, I can't ping them from the hosts. I know
> this is due to t
Thank you Ben
The problem is the host need to have a gateway, however, if he can't ping the
gateway, nothing will be forwarded.
However, how can I pass the ICMP packets to the IP stack?
Best regards,
Amer
:
>> On Sat, Mar 14, 2015 at 02:29:07PM +0300, Amer wrote:
>> I have 4 VMs, 2 bridges an
Well, like you said, without flows, ping works. So pass through the
ICMP traffic to the gateway to the IP stack (presumably the bridge's
local port) and let it do the ICMP responses.
On Sat, Mar 14, 2015 at 06:40:10PM +0300, Amer wrote:
> Thank you Ben
> The problem is the host need to have a gat
Do you want me to give one of the Ethernet interfaces an IP address= the bridge
IP, without assigning this interface to the bridge.
Best regards,
Amer
م، كتب Ben Pfaff :
Well, like you said, without flows, ping works. So pass through the
> ICMP traffic to the gateway to the IP stack (presum
No.
The local port is the port with the same name as the bridge itself.
On Sat, Mar 14, 2015 at 07:11:42PM +0300, Amer wrote:
> Do you want me to give one of the Ethernet interfaces an IP address= the
> bridge IP, without assigning this interface to the bridge.
>
> Best regards,
> Amer
>
> م،
nano /etc/network/interfaces
auto br0
Inface br0 inet static
address 192.168.56.4
netmask 255.255.255.0
.
then in the host
gateway 192.168.56.4
Thank you
Ben Pfaff :
> No.
>
> The local port is the port with the same name as the bridge itself.
>
>> On Sat, Mar 14, 2015 at 07:11:42PM
The br0 interface is labeled with LOCAL in bridge show table,
How can I use it in the flow-rules.
When wrote LOCAL I got an error saying LOCAL is not numerical value.
Best regards,
Amer
من جهاز الـ iPhone الخاص بي
في ٢٣ جما١، ١٤٣٦ هـ، الساعة ٨:٠٩ م، كتب Amer :
> nano /etc/network/interfa
Hi All,
I want to have static ECMP configuration in openvswitches used in a fat
tree topology DCN(simulated in Mininet). The first packet should not be
sent to the controller. Can i do this by ovs commands to install flow rules
into group table?
The controller version i am using is OpenDayLight Hy