We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
Now we need to add one network interface with two ipaddrs.The configuration of network is like this
DEVICE=eth0 NAME=eth0 BOOTPROTO=none ONBOOT=yes HOTPLUG=yes TYPE=Ethernet IPADDR1=x.x.x.x IPADDR2=x.x.x.x NETMASK1=255.255.0.0 NETMASK2=255.255.0.0 PEERDNS=yes ZONE=internal NM_CONTROLLED=yes
How to set puppetserver to solve this problem? Wish for you reply Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
Now we need to add one network interface with two ipaddrs.The configuration of network is like this
File managed by Puppet
DEVICE=eth0
NAME=eth0
BOOTPROTO=none
ONBOOT=yes
HOTPLUG=yes
TYPE=Ethernet
IPADDR1=x.x.x.x
IPADDR2=x.x.x.x
NETMASK1=255.255.0.0
NETMASK2=255.255.0.0
PEERDNS=yes
ZONE=internal
NM_CONTROLLED=yes
How to set puppetserver to solve this problem?
Wish for you reply
Thank you
The text was updated successfully, but these errors were encountered: