search for: d91d518a

Displaying 1 result from an estimated 1 matches for "d91d518a".

2016 Aug 08
0
Help with Network configuration files
...I created a new bridge: ifcfg-br0: DEVICE=br1 TYPE=BRIDGE ONBOOT=yes NAME=br1 I created a VLAN interface on bond0 and attached it to the bridge ifcfg-bond0.77: DEVICE=bond0.77 BOOTPROTO=none ONBOOT=yes VLAN=yes TYPE=Vlan PHYSDEV=bond0 VLAN_ID=77 NAME="Vlan bond0.77" BRIDGE=br1 UUID=d91d518a-cf03-555f-9837-ef2d2763218b Now, How do I create a new interface ?VLAN-OOB?, attach it to the bridge and assign an IP address? ifcfg-VLAN-OOB: DEVICE=???????? BOOTPROTO=none ONBOOT=yes NETWORK=10.126.77.0 IPADDR=10.126.77.2 PREFIX=24 GATEWAY=10.126.77.1 DNS1=66.59.48.85 DNS2=66.59.48.86 DOMAIN=c...