Questions tagged [remote-connection]
148 questions
524
votes
17 answers
Connecting to Postgresql in a docker container from outside
I have Postgresql on a server in a docker container. How can I connect to it from the outside, that is, from my local computer? What setting should I apply to allow that?

Sojo
- 5,455
- 3
- 10
- 11
409
votes
17 answers
Enable remote connections for SQL Server Express 2012
I just installed SQL Server Express 2012 on my home server. I'm trying to connect to it from Visual Studio 2012 from my desktop PC, and repeatedly getting the well-known error:
A network-related or instance-specific error occurred while…

Ryan Lundy
- 204,559
- 37
- 180
- 211
41
votes
2 answers
Enable tcp\ip remote connections to sql server express already installed database with code or script(query)
I am deploying sql express with my application. I will like that database engine to accept remote connections. I know how to configure that manual by launching the sql server configuration manager, enabling tcp/ip connections, specifying the ports…

Tono Nam
- 34,064
- 78
- 298
- 470
28
votes
4 answers
RDP session is slow
So I am connecting to my work computer from home and the Remote Desktop Connection app is annoyingly slow.
I pinged my work pc from my computer and it returned at a reasonable time of 50ms~ with 0 loss. I then attempted to ping my home IP from the…

SharpCode
- 1,385
- 3
- 12
- 29
26
votes
3 answers
How do I open up my MySQL on my Raspberry Pi for Outside / Remote Connections?
I have a Raspberry Pi that stores temperature data for homebrewing activity. I am making a Spring MVC application on my computer and I want to tap the data. Both my Pi and my computer are on the local network. I can SSH and FTP into my RPi…

Matthew Moisen
- 16,701
- 27
- 128
- 231
14
votes
3 answers
C# start a scheduled task
I'm trying to write a simple form in c# that will run a scheduled task one some computers.
Whet I have so far is:
private void button_Click(object sender, EventArgs e)
{
try
{
for (int i = 0; i < num_of_computers;…

user1027429
- 141
- 1
- 1
- 3
12
votes
3 answers
How to enable adbd to listen to a port at boot time in Android?
I have a rooted HTC Hero, and what I want to do is to enable the adbd
to listen to a port at boot time.
I tried some code found here:
setprop service.adb.tcp.port 5555
stop adbd
start adbd
in an Android shell and it works great.
I tried to change…

Thanasis Petsas
- 4,378
- 5
- 31
- 57
7
votes
3 answers
Is a process running on a remote machine?
I have three remote PC's to which I remotely connect. I am trying to write a simple Windows application that would display in a single window whether a particular process is running on either of the machines, e.g.
Server1: Chrome not…

Krzysiek
- 1,487
- 4
- 19
- 28
6
votes
1 answer
Cannot connect to a Mongodb pod in Kubernetes (Connection refused)
I have a few remote virtual machines, on which I want to deploy some Mongodb instances and then make them accessible remotely, but for some reason I can't seem to make this work.
These are the steps I took:
I started a Kubernetes pod running…

MikiTesi
- 181
- 1
- 2
- 7
6
votes
1 answer
Getting past a protocol mismatch after a Telnet connection
This is what shows up: ssh-2.0-OpenSSH_6.2
I am not entirely sure what this means. It occurs when I am trying to remotely connect to my mac from a different windows computer using telnet. What does it mean and what do I do to get past it? Do…

Silimerse
- 91
- 1
- 1
- 7
5
votes
3 answers
VSCode Remote-SSH Cannot Connect to my server
Recently I can not use Remote-SSH Connect to my server on Vscode editor.
And the detail message like this
> [19:13:42.444] Log Level: 2 [19:13:42.448] remote-ssh@0.50.0
> [19:13:42.448] win32 x64 [19:13:42.449] SSH Resolver called for
>…

WenTingTseng
- 51
- 1
- 1
- 2
5
votes
3 answers
How to Connect to Docker Postgres Container from Host Machine
I put together a Rails dev environment by following instructions from
https://docs.docker.com/compose/rails/
It works, but I am unable to connect to the Postgres server from the host machine. I am running macOS High Sierra. When I run docker…

Rayhan Muktader
- 2,038
- 2
- 15
- 32
5
votes
3 answers
How to access Oracle database over network?
I am trying to accessing my Oracle database over Network. I have Google a lot and found many solutions, but those doesn't work for me.
The problem is that, I want to access my Oracle Database from One Computer to another Computer over my Local…

Hardik Bharadava
- 472
- 1
- 9
- 22
5
votes
3 answers
SQL Query across two connections?
I have a stored procedure that runs against a local database, and fills a temp table. I'd then like to connect to a remote database and query it based on the values of the local temptables. Is that possible?
Thanks.

Scott Klarenbach
- 37,171
- 15
- 62
- 91
4
votes
4 answers
Cannot log in using SQL authentication ONLY from a remote server
I am trying to connect to SQL Server 2008 from a remote server using 'sa' username and its password (I can log in normally with this username and password from my own computer - so "SQL Server and Windows authentication mode" is chosen).
In the SQL…

user990635
- 3,979
- 13
- 45
- 66