Is it possible?
How i can do that?
#include <byteswap.h>
#define htole32(x) (bswap_32(htonl(x)))
#define le32toh(x) (ntohl(bswap_32(x)))
mactelnet.c: In function `send_auth':
mactelnet.c:193: warning: implicit declaration of function `htole16'
/tmp/ccyZiFO3.o(.text+0x4ad): In function `send_auth':
: undefined reference to `htole16'
/tmp/ccyZiFO3.o(.text+0x4c5): In function `send_auth':
: undefined reference to `htole16'
/tmp/ccyZiFO3.o(.text+0x5a3): In function `sig_winch':
: undefined reference to `htole16'
/tmp/ccyZiFO3.o(.text+0x5b5): In function `sig_winch':
: undefined reference to `htole16'
collect2: ld returned 1 exit status
Are you developer of that code?
apt-get install mactelnet-client
this is not possible as there is no such software available for linux
only thing that is possible is to connect to router and the from that router connect to your other routeres using mac-telnet (the way i do that myself)