Cellular Management
Overview
Section titled “Overview”Arrow devices include integrated LTE cellular modems that provide backup connectivity when primary ethernet connections are unavailable. The cellular connection ensures your Arrow devices remain accessible even during network outages.
Viewing Cellular Status
Section titled “Viewing Cellular Status”Access cellular status through the Arrow Manager dashboard on your device. The Cellular Status card displays real-time connection information.
Connection Status
Section titled “Connection Status”| Status | Meaning |
|---|---|
| Connected | Cellular is online and can route traffic |
| Registered | Modem is registered with carrier but may not have data |
| Disabled | Cellular is intentionally turned off |
| Disconnected | No cellular connection available |
Routing Status
Section titled “Routing Status”When cellular is connected, an additional badge indicates routing status:
| Badge | Meaning |
|---|---|
| Active Route | Cellular is actively routing network traffic |
| Backup | Connected but ethernet is handling traffic |
Understanding Cellular Metrics
Section titled “Understanding Cellular Metrics”Signal Strength
Section titled “Signal Strength”Signal strength is displayed in dBm (decibel-milliwatts):
| Range | Quality |
|---|---|
| -50 to -70 dBm | Excellent |
| -70 to -85 dBm | Good |
| -85 to -100 dBm | Fair |
| -100 to -110 dBm | Poor |
| Below -110 dBm | Very Poor |
Advanced Signal Metrics
Section titled “Advanced Signal Metrics”| Metric | Description | Good Values |
|---|---|---|
| SINR | Signal-to-Interference-plus-Noise Ratio | > 10 dB |
| RSRP | Reference Signal Received Power | > -80 dBm |
| RSRQ | Reference Signal Received Quality | > -10 dB |
Connection Details
Section titled “Connection Details”| Field | Description |
|---|---|
| Carrier | Mobile network provider |
| Mode | Connection type (LTE, 5G, etc.) |
| Band | Frequency band in use |
| IP Address | Internal cellular IP |
| Public IP | External IP seen by internet services |
| Latency | Network round-trip time in milliseconds |
| Download/Upload | Current connection speeds |
Automatic Failover
Section titled “Automatic Failover”Arrow devices automatically manage cellular connectivity based on ethernet status:
flowchart TD
A[Ethernet Connected] --> B{Has Internet?}
B -->|Yes| C[Cellular: Backup Mode]
B -->|No| D[Cellular: Active Route]
E[Ethernet Disconnected] --> D
D --> F[Traffic Routes via LTE]
C --> G[Traffic Routes via Ethernet]
When Cellular Activates
Section titled “When Cellular Activates”Cellular becomes the active route when:
- Ethernet cable is disconnected
- Ethernet is connected but has no internet access
- Primary network gateway is unreachable
When Cellular Returns to Backup
Section titled “When Cellular Returns to Backup”Cellular returns to backup mode when:
- Ethernet regains internet connectivity
- Primary network gateway becomes reachable
Default Route Interface
Section titled “Default Route Interface”The Arrow Manager shows which interface is currently handling traffic:
| Interface | Meaning |
|---|---|
| vmbr0 | Ethernet bridge is active route |
| wwan0 | Cellular modem is active route |
LTE Bridge Mode (Advanced)
Section titled “LTE Bridge Mode (Advanced)”LTE Bridge Mode creates a dedicated network bridge that routes virtual machine traffic through the cellular connection. This is an advanced feature for specific use cases.
Cost Warning
Section titled “Cost Warning”LTE Bridge Mode incurs a $20 per gigabyte data fee. This mode should only be used for temporary testing or emergency access. Normal operation should use ethernet connectivity.
When to Use LTE Bridge
Section titled “When to Use LTE Bridge”- Emergency access when ethernet is completely unavailable
- Temporary testing requiring isolated internet access
- Specific scenarios where VM traffic must use cellular
Bridge Status Indicators
Section titled “Bridge Status Indicators”| Component | Description |
|---|---|
| Bridge Mode | Enabled or Disabled |
| vmbr1 Interface | Whether the LTE bridge interface exists |
| LTE Connection | Whether wwan0 is active |
| NAT Rules | Whether network translation is configured |
| Active VMs | Number of VMs attached to vmbr1 |
Enabling LTE Bridge
Section titled “Enabling LTE Bridge”- Access Arrow Manager on your device
- Navigate to LTE Bridge Mode settings
- Verify the LTE connection is active (required)
- Click Enable LTE Bridge
- Confirm the cost warning in the dialog
Disabling LTE Bridge
Section titled “Disabling LTE Bridge”- Navigate to LTE Bridge Mode settings
- Click Disable LTE Bridge
- Confirm the action
VMs attached to vmbr1 will lose connectivity until reconfigured.
Configuring VMs for LTE Bridge
Section titled “Configuring VMs for LTE Bridge”To route a VM through the LTE bridge:
In Proxmox
Section titled “In Proxmox”- Enable LTE Bridge Mode in Arrow Manager
- Edit your VM’s hardware settings
- Change the Network Device bridge from vmbr0 to vmbr1
- Save and restart the VM
Inside the VM
Section titled “Inside the VM”Configure network settings using one of these methods:
DHCP (Recommended)
Section titled “DHCP (Recommended)”Set your VM’s network interface to DHCP. It will automatically receive:
- IP Address: 192.168.2.10-250
- Gateway: 192.168.2.1
- DNS: Provided by DHCP
Static IP (Optional)
Section titled “Static IP (Optional)”| Setting | Value |
|---|---|
| IP Address | 192.168.2.X (2-254) |
| Subnet Mask | 255.255.255.0 |
| Gateway | 192.168.2.1 |
| DNS | 8.8.8.8 (or preferred) |
Verify Connectivity
Section titled “Verify Connectivity”Test the connection from inside the VM:
curl ifconfig.meThis should return the cellular public IP address.
LTE Bridge Architecture
Section titled “LTE Bridge Architecture”flowchart LR
subgraph Arrow Device
VM[Virtual Machine] --> vmbr1[vmbr1 Bridge<br/>192.168.2.1/24]
vmbr1 --> NAT[NAT Rules]
NAT --> wwan0[LTE Modem<br/>wwan0]
end
wwan0 --> Internet[Internet]
How It Works
Section titled “How It Works”- vmbr1 Bridge: Created with IP 192.168.2.1/24
- DHCP Server: Assigns IPs (192.168.2.10-250) to VMs
- NAT Rules: Translates VM IPs to the LTE interface
- IP Forwarding: Enabled between vmbr1 and wwan0
- Auto-Disable: Bridge disables if LTE connection drops
Troubleshooting
Section titled “Troubleshooting”Cellular Shows Disconnected
Section titled “Cellular Shows Disconnected”Possible Causes:
- No cellular signal in location
- SIM card issue
- Modem hardware problem
Resolution:
- Check signal strength in a different location
- Verify SIM status with VTEM Labs support
- Restart the Arrow device
Cellular Connected But No Internet
Section titled “Cellular Connected But No Internet”Possible Causes:
- Data plan exhausted
- Carrier network issues
- APN configuration problem
Resolution:
- Wait for carrier network recovery
- Contact VTEM Labs to verify data plan status
- Check if other cellular devices work in the location
LTE Bridge Won’t Enable
Section titled “LTE Bridge Won’t Enable”Possible Causes:
- LTE connection not active
- Previous bridge configuration failed
Resolution:
- Verify “LTE Connection” shows as active
- Try refreshing the status
- Restart Arrow Manager if needed
VM Can’t Connect Through LTE Bridge
Section titled “VM Can’t Connect Through LTE Bridge”Possible Causes:
- VM not attached to vmbr1
- Incorrect network configuration in VM
- Bridge not fully enabled
Resolution:
- Verify VM network device is set to vmbr1
- Check VM has IP in 192.168.2.x range
- Verify all bridge status indicators are green
- Test with DHCP before using static IP
Related Documentation
Section titled “Related Documentation”- Arrow Manager Network - Network status and management
- VPN Management - VPN connectivity
- Device Management - Managing Arrow devices