Displaying 3 results from an estimated 3 matches for "ipaddr0".
Did you mean:
ipaddr
2017 Jul 06
1
Virtual IP
...useful for aliases and ippp devices. For all other
> configurations, use PREFIX instead.
>
> The "n" is expected to be consecutive positive integers starting from 0.
> It can be omitted if there is only one address being configured.
>
> So, you can have IPADDR0, IPADDR1, IPADDR2, etc.
>
> All of these will configure an IP on the device named in the DEVICE
> line. No need to have multiple alias interfaces.
>
> --
> Jonathan Billings <billings at negate.org>
> _______________________________________________
> CentOS mailing...
2017 Jul 06
3
Virtual IP
H? all;
i need your helps on setting the virtual ip. I am trying to setup static
virtual ip on CenOS7. but I want my VIP to should not open when rebooting.
My interface settings like this:
*for ens33 NIC -> ifcfg-ens33*
DEVICE=ens33
BOOTPROTO=none
ONBOOT=yes
PREFIX=24
IPADDR=192.168.2.151
*and for VIP NIC ens33:2* * -> ifcfg-ens33:2*
DEVICE=ens33:2
ONBOOT=no
ONPARENT=no
2017 Jul 06
0
Virtual IP
...MASKn=
Subnet mask; just useful for aliases and ippp devices. For all other
configurations, use PREFIX instead.
The "n" is expected to be consecutive positive integers starting from 0.
It can be omitted if there is only one address being configured.
So, you can have IPADDR0, IPADDR1, IPADDR2, etc.
All of these will configure an IP on the device named in the DEVICE
line. No need to have multiple alias interfaces.
--
Jonathan Billings <billings at negate.org>