# Connecting to the CloudBox: LAN, WiFi, and 4G Overview

The **CloudBox** offers three primary ways to connect—**LAN (Ethernet)**, **WiFi Access Point**, and **4G**—to suit various race timing needs and event environments. Each method provides different benefits and considerations for setup. This article will explain the pros and cons of each connection type, and what considerations to have.

## 1. Connecting via LAN (Ethernet)

**LAN (Ethernet)** provides a reliable, wired connection to the CloudBox. The CloudBox always has a **fixed IP address** in the Ethernet port, which can be configured by the user to fit the local network.

### **Pros:**

* **High Stability and Reliability**: Ethernet connections are highly stable, offering dependable data transfer without interference.
* **Fast and Secure**: Provides fast data transfer speeds and is more secure than wireless connections.
* **Fixed IP**: The CloudBox uses a configurable fixed IP address, ensuring consistency in network setup.

### **Cons:**

* **Limited Mobility**: The need for a physical connection limits placement flexibility, especially in outdoor events.
* **Cable Management**: Ethernet requires careful cable placement and management.

### **Considerations for Ethernet Connection:**

* **Fixed IP Address**: The CloudBox comes with a fixed IP address in the Ethernet port, which can be customized by the user. Ensure that devices on the same network have IP addresses within the same subnet.
* **Subnet Mask**: Configure the correct subnet mask (e.g., `255.255.255.0`) to allow communication within the network.

### **Configuring IPv4 for Ethernet in Windows:**

1. **Open Network Settings**:
   * Press `Windows + X` and select **Network Connections**.
   * Right-click on your **Ethernet** adapter and select **Properties**.
2. **Configure IPv4**:
   * Select **Internet Protocol Version 4 (TCP/IPv4)** and click **Properties**.
   * To use DHCP, choose **Obtain an IP address automatically**.
   * To set a static IP, choose **Use the following IP address** and input:
     * **IP Address**: E.g., `192.168.1.100` (in the same range as the CloudBox’s IP).
     * **Subnet Mask**: E.g., `255.255.255.0`.
     * **Default Gateway**: Usually your router’s IP (e.g., `192.168.1.1`).
   * Click **OK** to save the settings.

## 2. Connecting via WiFi Access Point

The CloudBox creates a **WiFi Access Point**, allowing devices to connect wirelessly without the need for an external network. The CloudBox’s SSID follows the format `CLBX_{IP_ADDRESS}` (e.g., `CLBX_192_168_1_10`), where the IP address reflects the CloudBox’s current Ethernet/TCP socket address. This access point name changes dynamically when the CloudBox’s IP address is updated, effectively acting as a beacon indicating its current IP.

When connected with the Access Point, the CloudBox has the fixed IP **192.168.4.2**, and devices connecting to the WiFi access point receive IP addresses in the **192.168.4.x** range. Additionally, the **WiFi Access Point and Ethernet port are bridged**, meaning users connected to the WiFi can still access the CloudBox via its Ethernet IP address for TCP connections.

### **Pros:**

* **Wireless Convenience**: No need for physical cables, allowing flexible setup in a range of environments.
* **Quick Setup**: No need for external routers or network infrastructure, just connect directly to the CloudBox’s WiFi network.

### **Cons:**

* **Limited Range**: The range of the WiFi Access Point is limited compared to external routers, meaning devices need to be close to the CloudBox.
* **Interference**: WiFi can be affected by other wireless devices or environmental factors.

### **Considerations for WiFi Access Point Connection:**

* **Fixed IP Address (192.168.4.2)**: Devices connecting to the WiFi Access Point are assigned IPs in the **192.168.4.x** range, while still being able to access the Ethernet IP address.
* **Bridged Connection**: The Ethernet port and WiFi access point are bridged, allowing seamless access to the CloudBox’s TCP services regardless of the connection method.

### **Configuring IPv4 for WiFi in Windows:**

1. **Open Network Settings**:
   * Press `Windows + X` and select **Network Connections**.
   * Right-click on your **WiFi** adapter and select **Properties**.
2. **Configure IPv4**:
   * Select **Internet Protocol Version 4 (TCP/IPv4)** and click **Properties**.
   * For dynamic IP addressing (DHCP), choose **Obtain an IP address automatically**.
   * For a static IP, choose **Use the following IP address** and input:
     * **IP Address**: E.g., `192.168.4.100` (within the same range as the CloudBox).
     * **Subnet Mask**: `255.255.255.0`.
     * **Default Gateway**: Typically set to `192.168.4.2` (the CloudBox’s fixed IP).
   * Click **OK** to apply the changes.

## 3. Connecting via 4G

The CloudBox supports **4G connectivity**, allowing it to connect to the internet over cellular networks. When connected via 4G, the CloudBox shares its internet connection with devices connected to its **WiFi Access Point**.

### **Pros:**

* **No Local Network Needed**: Ideal for remote or outdoor locations where Ethernet or WiFi infrastructure isn’t available.
* **Mobile Connectivity**: Works anywhere there’s 2G/3G/4G coverage, making it highly versatile.
* **Internet Sharing**: Devices connected to the CloudBox’s WiFi Access Point can access the internet through the CloudBox’s 4G connection.

### **Cons:**

* **Signal Dependency**: The connection depends on 4G signal strength, which can vary by location.
* **Data Costs**: Cellular data usage can be expensive, especially with large volumes of data.
* **Lower Bandwidth**: 4G networks may offer lower bandwidth compared to Ethernet or WiFi, especially in congested areas.

### **Considerations for 4G Connection:**

* **SIM Card**: Insert a compatible 4G SIM card with an active data plan.
* **Internet Sharing**: When connected via 4G, devices connected to the WiFi Access Point will have internet access through the CloudBox.

## Summary

The CloudBox offers flexible connection options, including **Ethernet**, **WiFi Access Point**, and **4G**, to meet different event needs:

* **Ethernet** provides a stable and fast connection with a configurable fixed IP.
* **WiFi Access Point** allows wireless connections, with the SSID dynamically reflecting the CloudBox’s current IP address and the ability to access the Ethernet IP through a bridged connection.
* **4G** is ideal for remote locations, providing mobile internet connectivity that can be shared with devices connected to the CloudBox’s WiFi.

Ensure proper configuration of **IP addresses**, **subnet masks**, and **gateways** for each method.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.runonrufus.com/rufus-cloudbox/connections/connecting-to-the-cloudbox-lan-wifi-and-4g-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
