Unable to telnet to linux vm

Moderator: mike

Post Reply
bzero
Posts: 2
Joined: Tue Dec 10, 2019 4:53 pm

Unable to telnet to linux vm

Post by bzero » Tue Dec 10, 2019 8:08 pm

Hello,

I follow this instruction here to install eve-ng, but i am unable to telnet to any vm
https://www.eve-ng.net/index.php/docume ... e-install/

Also tried to telnet to VM at eve server, but still unable to work.

root@net-t-lab001:~# telnet localhost 33025
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.

telnet> quit
Connection closed.
root@lab001:~# lsof -Pni |grep 33025
qemu_wrap 8537 root 7u IPv6 40465 0t0 TCP *:33025 (LISTEN)
qemu_wrap 8542 root 7u IPv6 40465 0t0 TCP *:33025 (LISTEN)
sh 8544 root 7u IPv6 40465 0t0 TCP *:33025 (LISTEN)
qemu-syst 8545 root 7u IPv6 40465 0t0 TCP *:33025 (LISTEN)
root@lab001:~#

Please show me how to fix it

Thank you.

bzero
Posts: 2
Joined: Tue Dec 10, 2019 4:53 pm

Re: Unable to telnet to linux vm

Post by bzero » Wed Dec 11, 2019 8:23 pm

found the issue, it was cause of naming the image.

ruffab10
Posts: 2
Joined: Mon Sep 14, 2020 4:44 pm

Re: Unable to telnet to linux vm

Post by ruffab10 » Mon Sep 14, 2020 4:58 pm

bzero wrote:
Wed Dec 11, 2019 8:23 pm
found the issue, it was cause of naming the image.
I'm with same problem.
How do you do to resolve?

Post Reply