Step by step procedure to establish a network connection with a DUB-E100 a reach modul

Is it possible to have a step by step procedure to establish a network conneciton with a DUB-E100 a reach module?

Thank you!

  1. Power the Reach module with the included DF13 cable.
  2. Insert the included USB-OTG adapter into the USB socket of the Reach module.
  3. Insert your DUB-E100 USB-ethernet adapter into the USB socket of the USB-OTG adapter.
  4. Insert your ethernet cable into the RJ45 socket of the DUB-E100 and notice the LED illuminate.
  5. Use your smartphone/tablet/computer to make an ssh connection to Reach over Wi-Fi.

Using that ssh connection, do the following:

  • ifconfig | grep enp
  • See a device with name similar to: enp0s17u1
  • ifconfig enp0s17u1 192.168.3.20
    • Substitute your correct device name above
    • Substitute IP address 192.168.3.20 above for an IP address compatible with your LAN addressing scheme.

Now you can access ReachView in your browser by using that IP address, like so:

You can also make an ssh connection using that IP address.

If you want your Reach module to automatically do this, then you will have to search the Intel Edison forums.
Here is a link to start your search:
https://communities.intel.com/thread/55506

2 Likes

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.