Quick question.
can someone please let me know why telnet does not work on MacOS like we do on Windows?
eve-eng version is 5.0.1-19-Community and I am using a Mac (Mac pro 2023) and I installed the Apple OSX Client Side Silicon M2 pro. From the Firefox browser, I can not telnet to devices.
telnet error in iterm2 window but I see telnet is working in Mac. I can telnet to eve-ng devices as below - not directly from the browser.
I think MacOS can not telnet from browser with "telnet://192.168.1.6:3280x" but can do as "telnet 192.168.1.6 3280x". I have to copy and change it for every done to telnet. I believe there is a way to change this in eve-eng or in MacOS.
Any Idea how to fix this?
Code: Select all
## exec failed ##
program: telnet
no such file or directory
mathewfer@MacbookPro-ese ~ % telnet://192.168.1.6:32807
zsh: no such file or directory: telnet://192.168.1.6:32807
mathewfer@MacbookPro-ese ~ %
Code: Select all
mathewfer@MacbookPro-ese ~ % telnet www.google.com 80
Trying 142.250.66.228...
Connected to www.google.com.
Escape character is '^]'.
^C
Connection closed by foreign host.
mathewfer@MacbookPro-ese ~ % telnet 192.168.1.6 32807
Trying 192.168.1.6...
Connected to 192.168.1.6.
Escape character is '^]'.
Welcome to Virtual PC Simulator, version 1.0 (0.8c)
Dedicated to Daling.
Build time: Dec 31 2016 01:22:17
Copyright (c) 2007-2015, Paul Meng (mirnshi@gmail.com)
All rights reserved.
VPCS is free software, distributed under the terms of the "BSD" licence.
Source code and license can be found at vpcs.sf.net.
For more information, please visit wiki.freecode.com.cn.
Modified version supporting unetlab by unetlab team
Press '?' to get help.
VPCS> show
NAME IP/MASK GATEWAY GATEWAY
VPCS1 0.0.0.0/0 0.0.0.0
fe80::250:79ff:fe66:6827/64
VPCS>
mathewfer@MacbookPro-ese ~ % sw_vers
ProductName: macOS
ProductVersion: 13.5
BuildVersion: 22G74
mathewfer@MacbookPro-ese ~ %
Code: Select all
root@eve-eng:~# dpkg -l eve-ng
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-==============================================
ii eve-ng 5.0.1-19 amd64 A new generation software for networking labs.
root@eve-eng:~#