diff options
author | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2011-05-01 14:30:36 +0200 |
---|---|---|
committer | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2011-05-01 14:30:36 +0200 |
commit | 133b70c2dc57213d8c3891b0d6c925f73419b555 (patch) | |
tree | b19a2657c6672aff4ae2bc4700b6d79ec466c555 /docs/mactelnetd.1 | |
parent | 96eaa3fff04027dc8760b570ec64592bec1777fd (diff) | |
download | MAC-Telnet-133b70c2dc57213d8c3891b0d6c925f73419b555.tar.gz MAC-Telnet-133b70c2dc57213d8c3891b0d6c925f73419b555.zip |
Added manual pages and added license text to all .h and .c files.
Diffstat (limited to 'docs/mactelnetd.1')
-rw-r--r-- | docs/mactelnetd.1 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/mactelnetd.1 b/docs/mactelnetd.1 new file mode 100644 index 0000000..b4fd298 --- /dev/null +++ b/docs/mactelnetd.1 @@ -0,0 +1,32 @@ +.TH MACTELNETD 1 "February 27, 2011" +.SH NAME +mactelnetd \- Telnet daemon for MAC-address connections +.SH SYNOPSIS +.B mactelnetd +.RI [ options ] +.SH DESCRIPTION +This daemon listens for telnet connections from Mikrotik RouterOS devices or mactelnet clients +on the same physical network. It also announces it's hostname via the MNDP protocol every minute. +.SH OPTIONS +These programs follow the usual GNU command line syntax. +A summary of options is included below. +.TP +.B \-n +Do not use broadcast packets. A tad less insecure. +This means that ethernet packets will have the mac-address of the client as the packet +destination, instead of using the ethernet broadcast address. +.TP +.B \-h +Show summary of options. +.TP +.B \-v +Show version of program. +.SH SEE ALSO +.BR mndp (1), +.BR mactelnet (1), +.BR macping (1). +.SH AUTHOR +mactelnetd was written by Håkon Nessjøen <haakon.nessjoen@gmail.com>. +.PP +This manual page was written by Håkon Nessjøen <haakon.nessjoen@gmail.com>, +for the Debian project (and may be used by others). |