βοΈ Default Behavior on First-Time Setup
By default, the gateway is delivered with DHCP enabled.
β οΈ Important: The default gateway will not be applied automatically until the following steps are completed:
β Initializing DHCP Configuration
-
Open the web interface
β Access via the preconfigured IP address (e.g.192.168.1.1) or as documented -
Navigate to:
Configuration β Network -
Enable DHCP
β If the option is not already active, check the box -
Restart the gateway
π Only after the reboot will the full DHCP configuration be applied β including:
-
Default gateway
-
DNS server
-
Subnet mask
π οΈ Setting a Static IP Address
Alternatively, a manual IP configuration can be done in the same menu.
Important notes:
-
The IP address must be outside the DHCP range of the network
β Prevents address conflicts with dynamically assigned IPs -
The default gateway must be entered manually
β Required for accessing external services (e.g., internet, NTP, API endpoints) -
Set subnet mask and DNS server correctly
β e.g. Subnet:255.255.255.0, DNS:8.8.8.8or your internal DNS server
π Important: Without a valid default gateway, the device cannot communicate with the external network!
Common symptoms: No internet access, no time synchronization (NTP), no firmware updates, no API communication
π§± Common Scenarios in Corporate Networks
Professional environments often use one of the following approaches:
1. DHCP with fixed IP assignment (via MAC address)
-
IP assignment is handled centrally by the DHCP server
-
Automatic IP allocation on every boot
β Advantage: Centralized control & easy IT management
2. Manually configured static IP within the gateway
-
Ideal for isolated or controlled segments (e.g. VLANs)
-
Autonomous operation without DHCP infrastructure
β Advantage: Full device-side control
π€ Relevance for High Availability (HA) and Cluster Setups
For clustered or high availability (HA) setups, a static IP configuration is mandatory.
Why?
-
Virtual IP addresses (VIPs) require fixed IPs
-
Failover mechanisms need consistent IP structure
-
Monitoring and API endpoints must not change dynamically
β οΈ Using DHCP may cause unstable behavior or system failures!
π‘ Practical Tip for Planning
When planning and deploying redundant gateways or HA environments:
πΉ Coordinate the network configuration in advance with the customerβs IT department
πΉ Define IP addresses, subnet masks, gateways, and DNS entries together
πΉ Keep documentation up to date β especially when using multiple gateways
Comments
0 comments
Please sign in to leave a comment.