blob: 3dc7f0eb357b78796d5c55ba8da302ce79df5635 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
MAC-Telnet for Linux
====================
A linux console tool for connecting to MikroTik RouterOS devices via their
ethernet address.
NB: Beta stage code. Do not expect to run flawlessy.
Installation
------------
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 -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
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] >
|