mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
0c926073ff
"Can not" means "it is possible not to," and "cannot" means "it is impossible to."
24 lines
540 B
Plaintext
24 lines
540 B
Plaintext
------------------------------------------------------------
|
|
|
|
Hans runs on Linux as a client and a server.
|
|
It runs on FreeBSD client only.
|
|
|
|
NOTE: that Hans cannot receive echo requests on BSD systems.
|
|
Therefore the server only works on Linux.
|
|
|
|
------------------------------------------------------------
|
|
|
|
### Running as a server ###
|
|
|
|
% hans -s 10.1.2.0 -r -p password -u nobody
|
|
|
|
### Running as a client ###
|
|
|
|
% hans -c server_address -p password -u nobody
|
|
|
|
### Help ###
|
|
|
|
% hans
|
|
|
|
------------------------------------------------------------
|