I am following the procedure listed at processors.wiki.ti.com/.../Cc26xx_sw_examples . Using a BBB the 6LBR service has been started, the channel that is used by 6LBR has been updated to 25, the USB CC2532 dongle has been programmed and connected, and two SensorTags (CC2650STK) which have been programmed with CC26xx-web-demo.bin have been added. The 6LBR web page at bbbb::100 can be accessed and shows the IPv6 addresses for the SensorTags which can be ping6ed in a putty window. I have several questions.
1, Why does ifconfig not show information that corresponds to the example?
2. Why does netstat -rn not show information that corresponds to the example?
3. Installation of Wrapsix (enable NAT64) and start seem to work OK. Where are the IPv4 addresses located? After exiting putty I am unable to log in; does wrapsix need to be stopped before exiting putty? How to stop wrapsix?
Here is the output from ifconfig and netstat -rn
debian@beaglebone:~$ ifconfig
eth0 Link encap:Ethernet HWaddr d0:39:72:2d:e8:35
inet addr:192.168.1.80 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: 2602:306:378d:ded0:d239:72ff:fe2d:e835/64 Scope:Global
inet6 addr: fe80::d239:72ff:fe2d:e835/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:128462 errors:0 dropped:0 overruns:0 frame:0
TX packets:22345 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:92392310 (88.1 MiB) TX bytes:1742745 (1.6 MiB)
Interrupt:40
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
usb0 Link encap:Ethernet HWaddr f2:c0:46:cb:fa:87
inet addr:192.168.7.2 Bcast:192.168.7.3 Mask:255.255.255.252
inet6 addr: fe80::f0c0:46ff:fecb:fa87/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12378 errors:0 dropped:0 overruns:0 frame:0
TX packets:7606 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1659078 (1.5 MiB) TX bytes:1439506 (1.3 MiB)
debian@beaglebone:~$ netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.7.0 0.0.0.0 255.255.255.252 U 0 0 0 usb0