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

VPN connection over apache mod_proxy

We have several virtual machines which are connected in a private virtual network connection. Internet access for these machines is provided via dedicated virtual machine which has apache proxy server on it (they all use this machine as proxy). The…
This is it
  • 171
  • 1
  • 2
  • 10
0
votes
1 answer

Failing to connect; my fault?

A client has supplied the following info (fake values used here) for connecting to his host and doing my stuff. I have tried connecting from several locations and failed - the connection times out. Am I doing something wrong, or is he forgetting…
Majid Fouladpour
  • 311
  • 5
  • 19
0
votes
5 answers

Computers on one subnet can't connect to the internet

I have an issue with my student computers - they can't connect to the internet. Here's the weird part: I open a command prompt and ping our gateway server, and suddenly everything is fine (at least for a while). I don't know what the ping is doing…
Joel Coel
  • 12,932
  • 14
  • 62
  • 100
0
votes
2 answers

Batch-script implementing 2 ODBC-connections

Thanks for all previous help! I have a question regarding av script. My computers is all XP, and needs the following when I do my thing : I have 2 ODBC-connections (towards MS-SQL-DB), which I have a username / password to create a connection…
Maclovin
  • 249
  • 1
  • 2
  • 11
0
votes
1 answer

How do I connect to a Server 2008 Core R2 that is not in the same domain from mmc/server manager

I have set these rules on Server 2008 Core: netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=yes netsh advfirewall firewall set rule group="Remote Administration" new enable=yes netsh advfirewall set currentprofile…
Chris_45
  • 249
  • 3
  • 7
  • 11
0
votes
2 answers

How can I check if my server is allowed to access another server through a specific port?

My server: Windows Server 2003. Their server: probably the same thing... it's running active directory LDAP over there... Problem is when attempting to connect to LDAPS over a secure port, it just times out. However it works totally fine on my QA…
MetaGuru
  • 896
  • 6
  • 22
  • 36
0
votes
2 answers

How do clients access a php app connected to the same WLAN as the server?

I have setup: ServerAdmin webmaster@localhost DocumentRoot "c:/wamp/www" ServerName url.pews.info ErrorLog "logs/localhost-error.log" CustomLog "logs/localhost-access.log" common DirectoryIndex…
user43053
0
votes
3 answers

how to resolve connection problem at network

i have this problem connection: Unable to complete network request to host "xx.xxx.xx.xxx". Failed to establish a connection. No route to host could not connect to DB can you tell me how to resolve this? i'm using linux and try to make some…
klox
  • 197
  • 1
  • 2
  • 7
0
votes
1 answer

Connecting VirtualBox Clients to each other in Host-Only Mode

Good evening, I have to configure different Virtualbox guest systems (ubuntu) via Host-Only Network Adapter. The host network is configured with IP "192.168.7.1". The clients are configured like this (/etc/network/interfaces): # The loopback…
0
votes
1 answer

limiting connections from tomcat to IIS - proxy? iptables?

I've webapp on tomcat6 which is connecting to an M$ PlayReady DRM instance on IIS6.0 The performance is seen to be best when we bench mark (using ab) the DRM service with 25 concurrent connections, which gives about 250 requests per second, which is…
Chris Phillips
  • 254
  • 4
  • 15
0
votes
3 answers

pptp vpn - Kill User Connection

I'd like to be able to terminate a user's connection to my pptp server from the server itself without interrupting anyone else's connection. Problem is - I have no idea how and have found no useful information via the usual channels (google,…
Joe
  • 344
  • 2
  • 7
  • 23
0
votes
3 answers

full bandwidth utilization or bad connection?

We have a certain size dedicated pipe from our ISP. Lately, our connection has been slow and intermittent. How can I tell if its because we are fully / over utilizing the pipe? Or if its a problem at our ISPs end? Our connection is overall slow.…
majestiq
  • 145
  • 3
0
votes
1 answer

Kicked from Windows 2003 Server and need to reboot

The situation is: Several Win7 users are connecting to a database housed on a Win2k3 Enterprise server and every so often they will get kicked out of the server entirely. They lose all of the information they were working on. The network is stable…
Braden
  • 111
  • 1
0
votes
1 answer

Setting up vps from scratch help with connections (setting up dns on ubuntu)

I have just installed ubuntu-8.04-x86-default on my vps and am trying to apt-get update but am getting errors to do with resolving urls. This is happening with every link that I am going to which makes me think dns isn't working. Resolving…
Malachi
  • 441
  • 2
  • 9
  • 18
0
votes
2 answers

Cant connect to MySQL error - possible conflict? Please help

somethings wrong here - recently we just installed Sage the accounting package on our server. Sage on its own runs on pervasive SQL. SO it installed pervasive SQL as well in order to run. However once the installation was over - our server has an…
Ali
  • 279
  • 1
  • 3
  • 14