NAME
sixxs-tic-tunnels - fetch information about TIC tunnels
SYNOPSIS
sixxs-tic-tunnels [-v] [-s server] -f configfile
sixxs-tic-tunnels -V | -h
DESCRIPTION
The sixxs-tic-tunnels
tool is a sample client for the TIC protocol for configuring IPv6-over-IPv4 tunnels running the "Anything-In-Anything" (AYIYA) protocol as used by SixXS. It reads a configuration file in the format used by the aiccu SixXS client to obtain the username and password for authentication, then it connects to a TIC server and obtains information about the tunnels managed by the authenticated user account. The sixxs-tic-tunnels
tool's output may be used by sixxs-tic-server, the sample TIC server in the Net-SixXS distribution, as well as other software using the Net::SixXS::Data::Tunnel module.
The sixxs-tic-tunnels
tool accepts the following command-line options:
- -f
-
Specify the name of the authentication configuration file.
- -h
-
Display program usage information and exit.
- -s
-
Specify the address of the TIC server to connect to; defaults to "localhost" for safety reasons - repeated attempts to authenticate and query the SixXS servers may be mistaken for a denial of service attempt.
- -V
-
Display program version information and exit.
- -v
-
Verbose operation; display diagnostic output.
SEE ALSO
Net::SixXS, Net::SixXS::TIC::Data::Tunnel, Net::SixXS::TIC::Client, sixxs-tic-server
LICENSE
Copyright (C) 2015 Peter Pentchev <roam@ringlet.net>.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Peter Pentchev <roam@ringlet.net>