Users Guide
Table Of Contents
- Dell Edge Gateway 3001 Installation and Operation Manual
- Overview
- System views
- Installing your Edge Gateway
- Safety and regulatory information
- Setting up your Edge Gateway
- Activating your mobile broadband service
- Mounting your Edge Gateway
- Mounting the Edge Gateway using the standard-mount bracket
- Mounting the Edge Gateway using quick-mount bracket
- Attaching the cable control bars to the standard-mount bracket
- Mounting the Edge Gateway on a DIN rail using the DIN-rail bracket
- Mounting the Edge Gateway using the perpendicular mount
- Mounting the Edge Gateway using a VESA mount
- Setting up the ZigBee dongle
- Setting up the operating system
- Windows 10 IoT Enterprise LTSB 2016
- Ubuntu Core 16
- Overview
- Boot up and log in – Remote system configuration
- Updating operating system and applications
- Additional Ubuntu commands
- Ubuntu Network Manager
- Serial ports
- Minicom
- GPIO
- Security
- Watchdog Timer (WDT)
- Cloud LED On/Off
- Global Positioning Systems (GPS)
- Snappy auto update/Autopilot
- Accessing Snappy Store/Snapweb
- Sensors
- Ignition Pin
- System Power Management
- Restoring Ubuntu Core 16
- Flashing a new OS image
- Ubuntu Server
- Overview
- Login to the Edge Gateway using Ethernet Port 1
- Installing or configuring Dynamic Host Configuration Protocol (DHCP) daemon
- Ubuntu Server driver information
- Firmware management on Ubuntu Server
- Configure Watchdog Timer (WDT)
- Trusted Platform Module (TPM)
- Cloud LED On/Off
- Advanced Linux Sound Architecture (ALSA)
- Global Positioning Systems (GPS)
- Serial ports
- GPIO
- Sensors
- Ignition Pin
- System Power Management
- Ubuntu Network Manager
- Restoring Ubuntu Server
- Creating the OS recovery USB flash drive
- Accessing and updating BIOS
- References
- Appendix
- Contacting Dell
Connecting through WLAN
1. Show a list of network interfaces like eth0, eth1, wlan0, mlan0, and so on.
# nmcli d
2. Show a list of available wireless access points.
# nmcli d wifi
3. Wireless connection with nmcli: Run the following commands and replace $SSID, $PSK, and $WIFI_INTERFACE with the
variables for your environment.
● Connect:
# sudo network-manager.nmcli dev wifi connect $SSID password $PSK ifname
$WIFI_INTERFACE
● Disconnect:
# sudo network-manager.nmcli dev disconnect $WIFI_INTERFACE
Connecting through SoftAP (wifi-ap.snap)
Enabling the Software-enabled Access Point (SoftAP) can improve connectivity to wireless-access points by increasing
available entropy and reducing the number of connection retries to clients.
NOTE: For more information on SoftAP, see docs.ubuntu.com/core/en/stacks/network/wifi-ap/docs/index.
1. Install haveged.
# sudo apt install haveged
2. Disable wpa_supplicant.
# sudo systemctl stop wpa_supplicant.service
# sudo systemctl mask wpa_supplicant.service
3. Detach from network manager.
# sudo nmcli d set wlan0 managed no
4. Install wifi-ap snap.
# snap install wifi-ap
5. Configure settings.
# sudo wifi-ap.setup-wizard
6. Check the status.
# sudo wifi-ap.status
ap.active: true
Connecting through SoftAP (hostapd)
Enabling the Software-enabled Access Point (SoftAP) can improve connectivity to wireless-access points by increasing
available entropy and reducing the number of connection retries to clients.
NOTE: For more information on SoftAP, see docs.ubuntu.com/core/en/stacks/network/wifi-ap/docs/index.
1. Install haveged.
# sudo apt install haveged
Setting up the operating system
81