= eth0 IPv4 Ouster Sensor 991234567890 _roger._tcp local
hostname = [os-991234567890.local]
address = [169.254.0.123]
port = [7501]
txt = ["fw=ousteros-image-prod-aries-v2.0.0-20200417193957" "sn= 991234567890"
,→"pn=840-102145-B"]
Note: Inthisexample,yoursensorIPv4addressisdeterminedtobe169.254.0.123. Ifyour
sensorIPv4 addressis ofthe form169.254.x.x itis connectedvia link-local.
Determiningthe IPv4 Addressof the Interface
This will help you find the IPv4 address of the interface that you have plugged the sensor into. It is
helpfultoknow whichinterface youhaveplugged into,e.g. eth0 in theexample below.
1. Opena Terminalwindow onthe hostmachineby pressingCtrl+Alt+T.
2. ViewtheIPv4 addressof yourinterfaces
Command
ip addr
Example
username@ubuntu:~$ ip addr
Response
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen
,→1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group
,→default qlen 1000
link/ether 00:0c:29:2b:cc:48 brd ff:ff:ff:ff:ff:ff
inet 169.254.0.1/16 brd 169.254.255.255 scope link noprefixroute eth0
valid_lft forever preferred_lft forever
inet6 fe80::be9f:d2a4:4451:3dfe/64 scope link noprefixroute
valid_lft forever preferred_lft forever
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group
,→default qlen 1000
link/ether 00:50:56:28:7a:8a brd ff:ff:ff:ff:ff:ff
inet 192.0.2.232/24 brd 192.0.2.255 scope global wlan0
valid_lft forever preferred_lft forever
inet6 fe80::250:56ff:fe28:7a8a/64 scope link
valid_lft forever preferred_lft forever
76