Skip to main content
Elias Groot

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.

PortApplicationExample command
22SSHssh debix@rover07.local
80roverdcurl rover07.local