Re: [LWM2M] Client example - QEMU x86
Lubos, Robert
Hi Guillaume,
I’ve just verified the sample with current master (4bd247af700a88df3d5f2cca60e46b5669b4aa71), and it works fine on my machine.
Please double check if:
$ sudo ./loop-slip-tap.sh ********SLIP started on ``/tmp/slip.dev'' slipfd and inslip reopened ip neigh flush dev tap0 Cannot find device "tap0" opened tap device ``/dev/tap0'' ifconfig tap0 up ip -6 route add 2001:db8::/64 dev tap0 ip -6 addr add 2001:db8::2/64 dev tap0 ip route add 192.0.2.0/24 dev tap0 ip addr add 192.0.2.2/24 dev tap0 ifconfig tap0
tap0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.0.2.2 netmask 255.255.255.0 broadcast 0.0.0.0 inet6 fe80::207d:e5ff:fef5:83b8 prefixlen 64 scopeid 0x20<link> inet6 2001:db8::2 prefixlen 64 scopeid 0x0<global> ether 22:7d:e5:f5:83:b8 txqueuelen 1000 (Ethernet) 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
You may also monitor the traffic on the tap0 interface with wireshark easily.
Regards, Robert
From: devel@... [mailto:devel@...]
On Behalf Of Guillaume PAQUET via lists.zephyrproject.org
Sent: Monday, August 17, 2020 11:22 To: devel@... Subject: Re: [Zephyr-devel] [LWM2M] Client example - QEMU x86
Hi,
Sorry for bad manipulation, my previous mail was not finished ... So to complete it, I run ./loop-socat.sh and sudo ./loop-slip-tap.sh in net-tools to be able to run QEMU x86 properly.
Thanks for your help
Rgds
Guillaume
On Mon, Aug 17, 2020 at 11:20 AM Guillaume PAQUET <guillaume.paquet@...> wrote:
--
|
||||
|