Lines Matching +full:host +full:- +full:interface
10 This page describes how to set up networking between a Linux host
13 The board is connected to Linux host using USB cable
14 and provides an Ethernet interface to the host.
15 The :zephyr:code-sample:`sockets-echo-server` application from the Zephyr source
17 Linux host using a USB cable providing an Ethernet interface to the host.
23 interface, we need to assign IP addresses and set up a routing table for
24 the Linux host.
25 After plugging a USB cable from the board to the Linux host, the
30 running dmesg from the Linux host.
32 .. code-block:: console
34 …cdc_ether 1-2.7:1.0 eth0: register 'cdc_ether' at usb-0000:00:01.2-2.7, CDC Ethernet Device, 00:00…
43 for the interface on the Linux host.
51 .. code-block:: console
55 Interface 0xa800e580 (Ethernet)
70 Next step is to assign IP addresses to the new Linux host interface, in
71 the following steps ``enx00005e005301`` is the name of the interface on my
77 .. code-block:: console
86 .. code-block:: console
90 # ip -6 route add 2001:db8::/64 dev enx00005e005301
95 From the host we can test the connection by pinging Zephyr IP address of
98 .. code-block:: console