A tool that allows echo, traceroute, showpaths, ... and other functionality, similar to to the SCION CLI tool. JPAN-CLI is stand-alone and does not require any locally installed SCION software.
JPAN-CLI provides several tools:
-
jpan-cli address- Show (one of) this host’s SCION address(es) -
jpan-cli ping- Test connectivity to a remote SCION host using SCMP echo packets -
jpan-cli ping-responder- Run a local server that responds to incoming SCION pings -
jpan-cli showpaths- Display paths to a SCION AS -
jpan-cli traceroute- Trace the SCION route to a remote SCION AS using SCMP traceroute packets -
jpan-cli version- Show the SCION version information
All tools can be run from the executable jar file which is available in the GitHub Releases section. It can be executed with:
java -jar jpan-cli.jar [tool-command]
For example, to get command line help, the tool can be executed with:
java -jar jpan-cli.jar help
- In JPAN 0.6.1, the SCMP Responder will always return packets to 30041, regardless of their actual source port, see JPAN issue #233.
showpathsflags #2
In some ASes, border routers will send return packets to port 30041. To receive these packets,
please start the tool with --port 30041.
This happens, for example, on Windows when using a VPN. One solution is to execute the jar with the
following property (
the example works only for ethz.ch):
java -Dorg.scion.dnsSearchDomains=ethz.ch. -jar jpan-cli.jar