Establish a secure tunnel to a device using the Spacebridge desktop client

Hologram provides a service called Spacebridge that allows you to create secure authenticated tunnels to send data to a device with a Hologram SIM card connected to the cellular network. With device tunneling, you can send inbound traffic to any port on the device.

Enabling device tunneling using Spacebridge

  1. Before establishing the Spacebridge device tunnel, you must first enable tunneling for your SIM.
  2. From the Hologram Dashboard's Devices section, select the SIM that you wish to tunnel into.
  3. Select the Device tunneling tab and scroll down to the Device tunneling card. If tunneling isn't already enabled, click the Enable tunneling button.mceclip0.png

  4. You may also enable or disable tunneling on multiple devices from the Active devices
    page in the Devices section. Select which devices to configure, and select Manage > Enable tunneling (or Disable tunneling).mceclip1.png

Note: You must also configure your network interface to support inbound connections.

 

Establishing a tunnel with the Spacebridge desktop client

  1. Download the latest Spacebridge client from our Downloads page.
  2. Extract the downloaded package and run the extracted application. The application will prompt for your API key, which you can find under the Settings section of your dashboard in the API page.
    mceclip2.png
  3. You can then configure the devices and ports you wish to tunnel to. Each row corresponds to a separate tunnel; for basic usage, you'll configure a single row.
  4. A tunnel forwards all connections from a port on your local computer to a port on the remote device. For example, if you wish to log into the remote device via SSH, you must forward a local port to the remote port 22 (the standard SSH port). To avoid ports already in use by your system's network services, always use local ports above 1024. In this case we'll use port 5000:


  5. Then select Done to start the tunnel. A new modal will confirm that the tunnel is open.


  6. Open an SSH client and connect to port 5000 on localhost (127.0.0.1). It may take a few moments for the routing to get established, so be patient if the initial connection fails.

 

Useful Command Line Arguments for Spacebridge Client

  • --text-mode -- Display all prompts as text on the command line instead of in a GUI.
  • --apikey -- Specify your Hologram API key on the command line.
  • --forward -- Specify a forward in the format . You can specify this option multiple times. Use this in combination with --text-mode to create a fully scripted tunneling setup.
  • --help -- Display additional options
Was this article helpful?
0 out of 0 found this helpful