Tutorial
Initial Setup
Once the device is physically installed (see Installation), this chapter walks through first-time configuration — both from the web interface and from the command line.
Accessing the Web Interface
Connect a computer to any LAN port (or to the default Wi-Fi network printed on the device's label) and open http://192.168.1.1 in a browser.
Note
The default administrator username is admin; the default password is printed on the device label. You'll be prompted to set a new password on first login.
Command-Line Configuration Example
Router/switch/gateway manuals routinely include a CLI session to copy-paste — the .cli-block pattern below is a plain <pre><code> styled like a terminal.
login as: admin
[email protected]'s password:
device> configure
device(config)> interface wan0
device(config-if)> ip address dhcp
device(config-if)> exit
device(config)> save
Configuration saved.
Tip
Prefer the web interface? The same setting is under Network → WAN → IP Assignment.