Is it feasible for a mobile app like a peer to peer torrent app to discover peers via Internet, not just direct Wifi? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 11 months ago. Improve this question If I create an app that will be installed on different devices (Windows, Android, Apple). Different devices will be connected to Internet via … Read more

How Call routed in F5 Box from => Client – Virtual Server – Pool – Pool Member and back to client [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 3 years ago. Improve this question How Call routed in F5 Box from => Client – Virtual Server – Pool – Pool Member and back to … Read more

Can I host ONE VM from two servers? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 months ago. Improve this question looked around for a bit and I could not find a definitive answer. My setup is for educational purposes as I am in … Read more

rocketchat-server snap running but not responding

What I am trying to do/What have you tried in order to make it happen? I followed installation and configuration of ubuntu 17.10 snap “rocketchat-server” and “rocketchat-client”: Now I want to connect them both. I entered channel –edge to no avail! I completely reinstalled rocketchat-server and rocketchat-desktop snaps to no avail! What results did you … Read more

Are there known policy settings causing unexpectedly terminated RDP sessions to be logged off – Event 551

http://msdn.microsoft.com/en-us/library/aa383015(VS.85).aspx states When a user’s session is unexpectedly terminated by a network or client failure, the user is disconnected but not logged off. But since we got a new system administrator who installed some policy to terminate disconnected sessions after some hours, I never again could reconnect to to an unexpectedly terminated session (usually VPN … Read more

TCP client and server work for X times but hang after that

I’m a software engineer, but I think my problem needs a network engineer… For the software side of things, have a look at my Stack Overflow question: https://stackoverflow.com/questions/21641219/sending-and-receiving-over-network-using-tcpclient-socket-or-stream-fails-afte I have the simplest possible length-prefixed string send-and-receive client and server. The client reads a line of input, sends it to the server, then waits to receive … Read more

I cannot connect to OpenSSH server running on Ubuntu server from Git bash running Windows, through Cyberoam firewall in network

Situation: I am trying to connect from OpenSSH client inbuilt with Git Bash running on Windows 7 professional x64 to OpenSSH server that runs on Ubuntu Server LTS 14 x64. Both of which are over the same local network, that is monitored by Cyberoam. Also I need to mention that the server installation is fresh … Read more

Client Certificate Web Service Call

I have a requirement to call server web service with client certificate. They have provided me one .crt file. I am hosting my project in WindowsServer2008 IIS7. I install .crt from right click properties, as i can’t add certificate to Server Certificates by Complete Certificate Request. I got the error: CertEnroll::CX509Enrollment::p_InstallResponse: ANSI bad tag value … Read more

How to log HTTP traffic in Fiddler for a Native App communicating with a VirtualBox server?

I have a Windows 7 host machine running Fiddler and a Ubuntu VirtualBox guest. On the host I’m running a client app (native, not .NET or Java) that allows me to set the server name and port but there are no proxy setting options. It’s connecting to a REST server running in the Ubuntu guest. … Read more