I am doing telnet to windows host from Linux to list Check_mk_agent data. but its giving me following output.
[root@myhost ~]# telnet winhost 6556
Trying 130.23.45.1...
telnet: connect to address 130.23.45.1: Connection refused
telnet: Unable to connect to remote host: Connection refused
Am I missing anything to set up? Please help.
I have set up Xen + Ubuntu per the instructions at https://help.ubuntu.com/community/XenProposed. I am now ready to install a HVM guest OS (Ubuntu Desktop 12.04). After I start my HVM guest OS
xen create ubuntu-hvm.cfg
I need to now connect to it. I am connecting to the HVM guest OS on a Windows box using VNC Viewer.
Hello,
I have a VirtualBox running an Ubuntu OS. I'd like to access this Ubuntu machine using ssh or telnet.
Thanks you for your time.
I have just set up a Postfix mail server which is running as MTA in one of my aws instances.
I'm working on a local dev setup that requires the use of telnet (playing with setting up a MUD server) so please no feedback suggesting I use SSH as a more secure alternative.
However, though I've got the telnet daemon up, I am getting this output when I telnet localhost.
$ telnet localhost
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
On a vista pro, I activated ftp server with "Activate or deactivate Windows-functionality" > IIS (rough translation). I can't connect to ftp even in localhost:
C:\...> ftp localhost
Connection refused
Port 21 is not opened:
C:\...> telnet localhost 21
connect failed
$ netstat -a | grep 21
no result
Where to look at to find a hint?
I want to create script wherein it will check the application if its running. The command that I'll be using to check the application is telnet (if you can recommend others, that's ok).
I've an application and it is listening to port 1808. If I do telnet localhost 1808, the response is :
Code:
[root@test ~]# telnet localhost 1808
Trying 127.0.0.1...
So I have an Ubuntu Linux box machine for my website. (not ran locally at home, it is a public linux box). But for some strange reason I can only send Email from my home machine to this box in outlook. If I am on a different IP/Carrier I recieve a connection refused when I telnet.