I’m having trouble connecting to localhost/127.0.0.1.
I can ping both addresses.
Firewall is inactive.
Proxy is set to none.
I’m looking for some help in resolving this problem. Also guidance in how to approach solving this issue.
Thanks
John
I’m having trouble connecting to localhost/127.0.0.1.
I can ping both addresses.
Firewall is inactive.
Proxy is set to none.
I’m looking for some help in resolving this problem. Also guidance in how to approach solving this issue.
Thanks
John
http://localhost:631/admin/
is, for example, the Cups web configuration interface
How are you trying to connect - and to what?
Some kind of server needs to be running …
ssh jo@localhost -p 12345
when the sshd
is listening on port 12345
If you can’t connect to a service listing on localhost, it means the service/program you are trying to reach is not there.
To resolve this problem, make sure your program is listing on localhost on the specific port you are trying to connect.