
Elias Groot
Software Lead, Project Administrator
Network
At the ASE labs we have configured a custom network with WiFi 6E support to accommodate all users in accessing their Rover and debugging their services remotely. IPs are assigned to Rovers dynamically over DHCP. mDNS is used to resolve hostnames to IP addresses.
Hostnames
The Rover hostnames range from rover01.local
(for Rover 1) to rover20.local
(for Rover 20). We recommend using ping
to see if your Rover is up:
# See if Rover 7 is up
ping rover07.local
Open Ports
Each Rover - or more specifically: each debix - by default exposes several ports for connectivity and interactivity. These ports and their use are highlighted below.
Port | Application | Example command |
---|---|---|
22 | SSH | ssh debix@rover07.local |
80 | roverd | curl rover07.local |