Boot up messages of ip address on Beaglebone Black running Debian Jessie

The actual IP is 10.10.60.215

But why shows other ip addresses at the beginning right before login, I already ConnMan service

BeagleBoard.org Debian Image 2015-11-12

Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian

default username:password is [debian:temppwd]

10.10.60.151
10.10.60.151
The IP Address for eth0 is: 10.10.60.217
The IP Address for usb0 is: 192.168.7.2
beaglebone login: root
Password:
Last login: Wed Apr 13 10:39:43 MDT 2016 on ttyS0
Linux beaglebone 4.1.19-bone20 #1 Fri Mar 11 10:18:15 MST 2016 armv7l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@beaglebone:~# ifconfig eth0
eth0 Link encap:Ethernet HWaddr d0:5f:b8:a3:6f:b6
inet addr:10.10.60.215 Bcast:10.10.60.255 Mask:255.255.255.0
inet6 addr: fe80::d25f:b8ff:fea3:6fb6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST DYNAMIC MTU:1500 Metric:1
RX packets:768 errors:0 dropped:1 overruns:0 frame:0
TX packets:198 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:547730 (534.8 KiB) TX bytes:108618 (106.0 KiB)
Interrupt:171

root@beaglebone:~#

The actual IP is *10.10.60.215*

But why shows other ip addresses at the beginning right before login, I
already ConnMan service

BeagleBoard.org Debian Image 2015-11-12

Support/FAQ: Beagleboard:BeagleBoneBlack Debian - eLinux.org

default username:password is [debian:temppwd]

*10.10.60.151*
*10.10.60.151*
*The IP Address for eth0 is: 10.10.60.217*
The IP Address for usb0 is: 192.168.7.2

beaglebone login: root

Password:
Last login: Wed Apr 13 10:39:43 MDT 2016 on ttyS0
Linux beaglebone 4.1.19-bone20 #1 Fri Mar 11 10:18:15 MST 2016 armv7l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@beaglebone:~# ifconfig eth0
eth0 Link encap:Ethernet HWaddr d0:5f:b8:a3:6f:b6
          inet addr:*10.10.60.215* Bcast:10.10.60.255 Mask:255.255.255.0

It's a race condition between "/etc/issue" and connman..

In most cases, users don't notice it's different, as a sane dhcp will give
you the same ip address based on your hardware mac address..

The only real fix, just remove the line from '/etc/issue'...

Regards,