Hei
I've gotten the ipv6_coap_server
example to run on the nRF51-dongle. I got the bt0
interface after connecting to the device and I am able to ping the device.
My LAN has native IPv6 delivered from my ISP. The gateway router (broadband router) is getting its IPv6 with DHCP-PD and is allocated a /60
range, but is using stateless address configuration on the LAN. My desktop is getting a globally routable IPv6 address and can I can connect to and from the desktop from remote machines.
If I run radvd
on my desktop I can give the device a global address, but as far as I know it shouldn't be necessary as my LAN already has a router.
I have tried to bridge the two interfaces with brctl
but that fails when adding the bt0
interface.
My setup looks like this:
(nrf51) <-- BT --> (BT dongle) <- USB -> Linux Host <- ethernet -> DSL router
What do I need to do to get the device to be available on the internet too?