search for: clusterdev02

Displaying 3 results from an estimated 3 matches for "clusterdev02".

Did you mean: clusterdev01
2019 Dec 03
1
Re: What's the best way to make use of VLAN interfaces with VMs?
...idges also have > the multicast_querier and multicast_snooping flags enabled (e.g. for > br1 on both hosts): > > [root@clusterdev01 ~]# cat /sys/class/net/br1/bridge/multicast_querier > 1 > [root@clusterdev01 ~]# cat /sys/class/net/br1/bridge/multicast_snooping > 1 > [root@clusterdev02 ~]# cat /sys/class/net/br1/bridge/multicast_querier > 1 > [root@clusterdev02 ~]# cat /sys/class/net/br1/bridge/multicast_snooping > 1 > > // 1. start multicast test app sender and send packet across br1 (the > multicast address of 239.11.12.13 is fixed for both apps, as well as...
2019 Nov 29
2
Re: What's the best way to make use of VLAN interfaces with VMs?
Hi Laine What you have suggested sounds eminently reasonable. Thanks for your advice. I'm going to give it a shot and report back. Richard On 11/27/19 1:38 PM, Laine Stump wrote: > On 11/26/19 11:07 PM, Richard Achmatowicz wrote: >> Hello >> >> I have a problem with attaching VMs to a VLAN interface. >> >> Here is my setup: I have several physical hosts
2019 Dec 03
0
Re: What's the best way to make use of VLAN interfaces with VMs?
...eiver app does not receive them. The bridges also have the multicast_querier and multicast_snooping flags enabled (e.g. for br1 on both hosts): [root@clusterdev01 ~]# cat /sys/class/net/br1/bridge/multicast_querier 1 [root@clusterdev01 ~]# cat /sys/class/net/br1/bridge/multicast_snooping 1 [root@clusterdev02 ~]# cat /sys/class/net/br1/bridge/multicast_querier 1 [root@clusterdev02 ~]# cat /sys/class/net/br1/bridge/multicast_snooping 1 // 1. start multicast test app sender and send packet across br1 (the multicast address of 239.11.12.13 is fixed for both apps, as well as multicast port 5555) [root@c...