Tested. Confirmed!
root@localhost:~# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 62.xxx.xxx.100 netmask 255.255.255.252 broadcast 62.xxx.xxx.103
inet6 fe80::3eff:fe95:1564 prefixlen 64 scopeid 0x20
ether 02:00:3e:95:15:64 txqueuelen 1000 (Ethernet)
RX packets 479 bytes 34118 (33.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 263 bytes 27335 (26.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 1362
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 62.xxx.xxx.101 netmask 255.255.255.252 broadcast 62.xxx.xxx.103
inet6 fe80::3eff:fe95:1565 prefixlen 64 scopeid 0x20
ether 02:00:3e:95:15:65 txqueuelen 1000 (Ethernet)
RX packets 230 bytes 11078 (10.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 10 bytes 788 (788.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
eth2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 62.xxx.xxx.102 netmask 255.255.255.252 broadcast 62.xxx.xxx.103
inet6 fe80::3eff:fe95:1566 prefixlen 64 scopeid 0x20
ether 02:00:3e:95:15:66 txqueuelen 1000 (Ethernet)
RX packets 230 bytes 11100 (10.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 11 bytes 830 (830.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
eth3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 62.xxx.xxx.103 netmask 255.255.255.252 broadcast 62.xxx.xxx.103
inet6 fe80::3eff:fe95:1567 prefixlen 64 scopeid 0x20
ether 02:00:3e:95:15:67 txqueuelen 1000 (Ethernet)
RX packets 225 bytes 10810 (10.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 10 bytes 788 (788.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
eth4: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 62.xxx.xxx.104 netmask 255.255.255.252 broadcast 62.xxx.xxx.107
inet6 fe80::3eff:fe95:1568 prefixlen 64 scopeid 0x20
ether 02:00:3e:95:15:68 txqueuelen 1000 (Ethernet)
RX packets 237 bytes 11466 (11.1 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 11 bytes 830 (830.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1 (Local Loopback)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Why broadcast 62.xxx.xxx.103 and 62.xxx.xxx.107?
root@localhost:~# systemctl status networking
● networking.service - Raise network interfaces
Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2017-12-19 09:28:53 UTC; 7s ago
Docs: man:interfaces(5)
Process: 875 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1/FAILURE)
Process: 872 ExecStartPre=/bin/sh -c [ “$CONFIGURE_INTERFACES” != “no” ] && [ -n “$(ifquery --read-environment --list --exclude=lo)” ] && udevadm settle (code=exited, status=0/SUCCESS)
Main PID: 875 (code=exited, status=1/FAILURE)
Dec 19 09:28:53 localhost ifup[875]: RTNETLINK answers: File exists
Dec 19 09:28:53 localhost ifup[875]: ifup: failed to bring up eth2
Dec 19 09:28:53 localhost ifup[875]: RTNETLINK answers: File exists
Dec 19 09:28:53 localhost ifup[875]: ifup: failed to bring up eth3
Dec 19 09:28:53 localhost ifup[875]: RTNETLINK answers: File exists
Dec 19 09:28:53 localhost ifup[875]: ifup: failed to bring up eth4
Dec 19 09:28:53 localhost systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE
Dec 19 09:28:53 localhost systemd[1]: Failed to start Raise network interfaces.
Dec 19 09:28:53 localhost systemd[1]: networking.service: Unit entered failed state.
Dec 19 09:28:53 localhost systemd[1]: networking.service: Failed with result ‘exit-code’.
Destination Gateway Genmask Flags Metric Ref Use Iface
default 62.xxx.xxx.1 0.0.0.0 UG 0 0 0 eth0
62.xxx.xxx.100 0.0.0.0 255.255.255.252 U 0 0 0 eth0
62.xxx.xxx.100 0.0.0.0 255.255.255.252 U 0 0 0 eth1
62.xxx.xxx.100 0.0.0.0 255.255.255.252 U 0 0 0 eth2
62.xxx.xxx.104 0.0.0.0 255.255.255.252 U 0 0 0 eth4