diff options
author | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-10-05 00:07:20 +0200 |
---|---|---|
committer | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-10-05 00:07:20 +0200 |
commit | 7b0347285ecb0b78ce0b699a1a6c9e50e22f7f07 (patch) | |
tree | 7623ea1524ff044b9af279dcfc9735c483b74be7 /debian/README | |
parent | 5bd380b35e7b8f6acca24635f393d216e92cb2b5 (diff) | |
download | MAC-Telnet-0.1.tar.gz MAC-Telnet-0.1.zip |
Added files for packaging mactelnet for debian/ubuntuv0.1
Diffstat (limited to 'debian/README')
-rw-r--r-- | debian/README | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/debian/README b/debian/README new file mode 100644 index 0000000..f6c0e51 --- /dev/null +++ b/debian/README @@ -0,0 +1,45 @@ +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. + +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 + tar zxvf haakonness*.tar.gz + cd haakonness*/ + make all install + +Now you're ready. + +Usage +----- + + $ ./mactelnet eth0 0:c:42:43:58:a5 -u admin + Password: + Connecting to 0:c:42:43:58:a5...done + + + MMM MMM KKK TTTTTTTTTTT KKK + MMMM MMMM KKK TTTTTTTTTTT KKK + MMM MMMM MMM III KKK KKK RRRRRR OOOOOO TTT III KKK KKK + MMM MM MMM III KKKKK RRR RRR OOO OOO TTT III KKKKK + MMM MMM III KKK KKK RRRRRR OOO OOO TTT III KKK KKK + MMM MMM III KKK KKK RRR RRR OOOOOO TTT III KKK KKK + + MikroTik RouterOS 4.0 (c) 1999-2009 http://www.mikrotik.com/ + + + [admin@HMG] > + |