blob: 023661b7b432f6db4645199d4e6c6d94e894ecd1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
------------------------------------------------------------
Hans runs on Linux as a client and a server.
It runs on FreeBSD client only.
NOTE: that Hans can not 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
------------------------------------------------------------
|