diff options
author | Haakon Nessjoen <haakon.nessjoen@gmail.com> | 2010-11-02 13:02:30 +0100 |
---|---|---|
committer | Haakon Nessjoen <haakon.nessjoen@gmail.com> | 2010-11-02 13:02:30 +0100 |
commit | a0316461bda85882821a1777a88953797f78292c (patch) | |
tree | e865b45b8ef5282707c695da697ba911987bee18 /README.markdown | |
parent | 7f6c0cd059d6d913842f625da204801f9c5b67f1 (diff) | |
parent | a993f53f4ab8e08bfa2c198d9375f85686e87c9f (diff) | |
download | MAC-Telnet-a0316461bda85882821a1777a88953797f78292c.tar.gz MAC-Telnet-a0316461bda85882821a1777a88953797f78292c.zip |
Merge remote branch 'origin/master' into mactelnet-osx
Conflicts:
mactelnet.c
mactelnetd.c
protocol.c
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/README.markdown b/README.markdown index f6c0e51..3dc7f0e 100644 --- a/README.markdown +++ b/README.markdown @@ -4,16 +4,11 @@ MAC-Telnet for Linux A linux console tool for connecting to MikroTik RouterOS devices via their ethernet address. -NB: Alpha stage code. Do not expect to run flawlessy. +NB: Beta stage code. Do not expect to run flawlessy. Installation ------------ -Make sure you have installed openssl development files. - -For Ubuntu users: - sudo apt-get install libssl-dev - Then download source tarball, extract, compile and install: wget http://github.com/haakonnessjoen/MAC-Telnet/tarball/master @@ -26,6 +21,21 @@ Now you're ready. Usage ----- + # mactelnet -h + Usage: ./mactelnet <ifname> <MAC|identity> [-h] [-n] [-u <username>] [-p <password>] + + Parameters: + ifname Network interface that the RouterOS resides on. (example: eth0) + MAC MAC-Address of the RouterOS device. Use mndp to discover them. + identity The identity/name of your RouterOS device. Uses MNDP protocol to find it.. + -n Do not use broadcast packets. Less insecure but requires root privileges. + -u Specify username on command line. + -p Specify password on command line. + -h This help. + + + Example: + $ ./mactelnet eth0 0:c:42:43:58:a5 -u admin Password: Connecting to 0:c:42:43:58:a5...done |