Re: [CentOS] netmask on aliases overriden by netmask on interface

2019-02-08 Thread Leroy Tennison
Just a cautionary note, if you use snmpd you may start seeing regular "ia_addr insert" errors using this approach depending on your version of snmpd and how reporting is configured. Leroy Tennison Network Information/Cyber Security Specialist E: le...@datavoiceint.com 2220 Bush Dr McKinney,

Re: [CentOS] netmask on aliases overriden by netmask on interface

2019-02-08 Thread Ulf Volmer
On 08.02.19 15:08, James B. Byrne via CentOS wrote: > # ifconfig eth1:192008001 > eth1:192008001 Link encap:Ethernet HWaddr 00:25:90:61:74:C1 > inet addr:192.168.8.1 Bcast:192.168.8.255 > Mask:255.255.255.128 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 >

[CentOS] netmask on aliases overriden by netmask on interface

2019-02-08 Thread James B. Byrne via CentOS
CentOS-6.10 We have a host with the following ifcfg file contents: BOOTPROTO=none BROADCAST="" DEFROUTE=yes DEVICE=eth1 . . . GATEWAY=X.Y.Z.234 IPADDR=A.B.C.2 IPV4_FAILURE_FATAL=yes NAME="LAN Link - eth1" NETMASK="255.255.255.128" NETWORK="A.B.C.0" NM_CONTROLLED=no ONBOOT=yes PREFIX=25