Skip to content
This repository was archived by the owner on May 25, 2026. It is now read-only.

Ensure bridge role works for dynamic -and- fixed IP addresses #12

Description

@sfloess

Presently the bridge role simply works assuming a dynamic IP for the host. Here is an example of the resultant files.

In a nutshell:

  • Bridge (/etc/sysconfig/network-scripts/ifcfg-bridge0):
DEVICE="bridge0"
BOOTPROTO="static"
IPADDR="192.168.12.10"
NETMASK="255.255.255.0"
GATEWAY="192.168.12.2"
DNS1=192.168.12.2
ONBOOT="yes"
TYPE="Bridge"
NM_CONTROLLED="no"
  • Ethernet (/etc/sysconfig/network-scripts/ifcfg-eno16777736):
DEVICE=eno16777736
TYPE=Ethernet
BOOTPROTO=none
ONBOOT=yes
NM_CONTROLLED=no
BRIDGE=bridge0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions