Questions tagged [connection]

A connection generally refers to a TCP/IP connection, that is established as the result of the handshake between 2 hosts.

A connection generally refers to a TCP/IP connection, that is established as the result of the handshake between 2 hosts. But can also refer to the establishment of end to end connectivity of the underlying link layer, or a database connection, or some other data-orientated communication that proceeds after an initial negotiation phase.

757 questions
0
votes
1 answer

Connection problems with local network server

So I've got kind of a weird problem. In our classroom we have a small computer running Ubuntu Server and its main purpose is basically just a small FTP server and web-server for the classroom so that students can upload their files to it and go to…
Alexander
0
votes
2 answers

which Windows component establishes remote network sessions (with workgrup computers)?

My workgroup Windows XP Pro SP3 permits (or establishes itself) a hundred of network sessions with workgroup computers, see the result of "net sessions" below [1]. NetBT (NetBIOS over TCP/IP) is disabled. I tried to detect which service is…
0
votes
5 answers

Win 2k3 server's network problem

I'm running 4 of Win2k3 64bit servers in the same subnet. It's been more than an year that I've running them without a problem. Recently, I kept losing the connection to one of the server. Let's say it's 'server A' which has a problem. Losing the…
Sam
  • 45
  • 1
  • 6
0
votes
1 answer

FTP access for >1 user with same account?

I'm creating an iPhone app which is basically a breakout game, but you can create your own levels and upload/download stuff! It's working well... sort of. My game uses a single account for whoever has it installed, and this connects to my FTP and…
Javawag
  • 163
  • 1
  • 5
0
votes
2 answers

One localhost on two PCs

Today I got an idea, that testing my web apps on two different PCs would be even better if they both are near and if I could use my own localhost instead of hosting. i.e.: 1. My ASUS laptop runs Windows 7 and XAMPP for work with localhost. 2.…
Eugene
  • 259
  • 1
  • 4
  • 16
0
votes
4 answers

connecting to mysql internal to ec2

I have a db server db.example.com CNAME'd to its external ec2 domain ec2-some-ip.aws.com I have a client ec2-another-ip.aws.com trying to connect to my db.example.com. I granted privileges: grant all privileges on *.* to…
brad
  • 502
  • 1
  • 10
  • 22
0
votes
1 answer

Connections fail routinely from the internet to a ADSL router doing NAT

I have a Comtrend ADSL router that routinely fails to sustain connections via NAT (I try HTTP and SSH) to a machine in its internal network. I can connect for, say, half an hour and then the connection is dropped. Later connection attempts time out…
Vinko Vrsalovic
  • 1,523
  • 2
  • 15
  • 20
0
votes
5 answers

network timeout how to analyse problem

In the last three month I was experiencing that my internet connection started to get very slow and websites had long time to load. The first thing I made was an ping to www.google.com which showed that I was loosing pakets. Here some of the…
elhombre
  • 435
  • 1
  • 8
  • 18
0
votes
2 answers

How Can I Connect to remote sql server?

I have a desktop application(Developed in c#) which will use SQL SERVER database. The database is on remote Database Server. I need to connect to that database on this database server and some transaction with this database. I have the internet…
Sisir Fota
0
votes
1 answer

Easy management of multiple connections

on a Windows 7 machine I need to switch back and forth two connections: the LAN connection (that works behind a proxy) and a wireless connection via a USB modem. This requires every time to activate / deactivate two connections in the manager and…
pistacchio
  • 447
  • 7
  • 18
0
votes
2 answers

Share openVPN connection

Currently I have a server (dev tun) running openVPN and my WinXP client is able to connect to the server just fine. I have an ethernet device and I need to send data to a computer under the server's network, so since the device can't connect on its…
Douglas Gemignani
0
votes
1 answer

Cannot connect to MySQL over TCP locally - Connection Timeout - Ubuntu 9.04

I am running Ubuntu and am ultimately trying to connect Tomcat to my MySQL database using JDBC. It has worked previously but after a reboot the instance now fails to connect. Both Tomcat 6 and MySQL 5.0.75 are on the same machine Connection…
gav
  • 503
  • 2
  • 7
  • 17
0
votes
2 answers

Backup NAS to another NAS?

is there a way to backup / transfer a NAS (it's like a big harddrive with some access to a webinterface, but closed linux etc.... only two ethernet ports) to another one? or is the only way to connect both NASs to my computer and copy the data from…
trnc
  • 688
  • 1
  • 12
  • 31
0
votes
1 answer

For IIS 7, do you know where to configure number of connections from application pool?

how do I configure connections in IIS7
Pra Che
0
votes
2 answers

What does the number after the IP address represent in a MySQL connection error?

I'd just like to know what the number '64' represents in MySQL connection error message: Can't connect to MySQL server on '127.0.0.1' (64) in /var/www/test.php Thank you.
jack