Displaying 5 results from an estimated 5 matches for "bridge101".
2020 Jun 17
2
C8 - KVM on bridge on VLAN on team issues.
...o gig-e ports set up 
active-backup (two switches).
4.) During install, set up three bridges, with the slave devices being 
VLANs pointed to the team0 subinterfaces (using VLANs 68, 101, and 302; 
101 is to be the management bridge for the host, with guests on all 
three VLANs).? So, for instance, bridge101 has a slave that is VLAN101 
that points to team0.101 with a VLAN ID of 101.? The bridge101 interface 
has a manual IP address, but bridge68 and bridge302 do not (IPv4 
disabled; IPv6 Ignore)
5.) After reboot, the bridge101 interface comes up, and I successfully 
connect to the host, since the ins...
2020 Jun 17
0
C8 - KVM on bridge on VLAN on team issues.
...(two switches).
> 
> 4.) During install, set up three bridges, with the slave devices
> being 
> VLANs pointed to the team0 subinterfaces (using VLANs 68, 101, and
> 302; 
> 101 is to be the management bridge for the host, with guests on all 
> three VLANs).  So, for instance, bridge101 has a slave that is
> VLAN101 
> that points to team0.101 with a VLAN ID of 101.  The bridge101
> interface 
> has a manual IP address, but bridge68 and bridge302 do not (IPv4 
> disabled; IPv6 Ignore)
> 
> 5.) After reboot, the bridge101 interface comes up, and I
> successf...
2020 Jun 17
3
C8 - KVM on bridge on VLAN on team issues.
On 6/17/20 9:59 AM, Deventer-2, M.S.J. van wrote:
> Hi,
>
> the first thing that comes to mind, did you set ip_forward to enable in
> /etc/sysctl.conf ?
> net.ipv4.ip_forward = 1
>
> Should explain why you IP on the bridge works but not on the vms.
>
First, thanks for the reply and excellent suggestion.? Yeah, I thought 
about that, and while it's not specifically
2020 Jun 17
0
C8 - KVM on bridge on VLAN on team issues.
...t Fedora 32!).? I know, I know, the new way is 
using the 'bridge' command or 'ip --br'....? So I grabbed the F32 source 
RPM and rebuilt on my C8 laptop and uploaded to the host:
[root at c8-kvm-pe1950-1 ~]# brctl show
bridge name ? ?? bridge id??? ? ?? ?? STP enabled??? interfaces
bridge101 ?? ??? 8000.001ec9fcde9d??? yes?? ? ? ?? ??? team0.101
 ??? ??? ??? ??? ??? ??? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? vnet0
bridge302??? ??? 8000.001ec9fcde9d??? yes? ? ? ? ?? ?? team0.302
bridge68??? ?? ? 8000.001ec9fcde9d??? yes?? ? ? ?? ??? team0.68
Still no dice.? Next step is tcpdump.....
2020 Jun 17
2
C8 - KVM on bridge on VLAN on team issues.
...I know, the new way is
> using the 'bridge' command or 'ip --br'....? So I grabbed the F32 source
> RPM and rebuilt on my C8 laptop and uploaded to the host:
> [root at c8-kvm-pe1950-1 ~]# brctl show
> bridge name ? ?? bridge id??? ? ?? ?? STP enabled??? interfaces
> bridge101 ?? ??? 8000.001ec9fcde9d??? yes?? ? ? ?? ??? team0.101
> ??? ??? ??? ??? ??? ??? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? vnet0
> bridge302??? ??? 8000.001ec9fcde9d??? yes? ? ? ? ?? ?? team0.302
> bridge68??? ?? ? 8000.001ec9fcde9d??? yes?? ? ? ?? ??? team0.68
> 
> 
> Still no dice.? Next ste...