Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sfloess opened this issue Oct 24, 2018 · 0 comments
Open

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

sfloess opened this issue Oct 24, 2018 · 0 comments
Labels

Comments

@sfloess
Copy link
Member

sfloess commented Oct 24, 2018

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant