I'm trying to connect to a repository I've set up on our server from another host on the same network, but the connection is failing.
checkout command:
svn checkout svn://192.168.11.192/
error:
Can't connect to host '192.168.11.192' : Connection refused
I tried probing port 3690 with telnet, and I can't seem to connect that way either. I…
I've installed a new SSL certificate and set up Nginx to use it. But requests time out when trying to hit HTTPS on the site. When I telnet to my domain on port 80 it connects, but times out on port 443. I'm not sure if there's some defaults on Ubuntu preventing a connection.
UFW status shows:
443 ALLOW Anywhere
netstat -a shows:
…
I wont to add to mysql other tcp port that he will be lessen to
and i will be able to connect to that port from my application
i have duplicate my appliction and i runing them both from the same machine
they both connected to the mysql server that are running on the same machine
the problem is that the default port 3306 all ready…
I am trying to run a small app that scans ports and checks to see if they are open using and practicing with threadpools. The console window will ask a number and scans ports from 1 to X and will display each port whether they are open or closed. My problem is that as it goes through each port, it sometimes stops prematurely. It…
I am trying to write a simple bash script that is listening on a port and responding with a trivial HTTP response. My specific issue is that I am not sure if the port is available and in case of bind failure I fall back to next port until bind succeeds.
So far to me the easiest way to achieve this was something like:
for ((…
I have an openvpn server setup on UDP port 53 on a public IP.
All the connecting clients gets pushed external DNS servers such as 8.8.8.8 and opendns.
Sometimes the resolution stops working on the connected vpn clients and I get strange packets in the openvpn log. Now my question is why is that?
When a VPN client, let's…
I have a non-proxy-aware program that I need to get working through an HTTP proxy server. The program (MYPROG) running on a machine I can configure at will (MYSRV) connects to a specific server (DESTSRV) on a specific port (DESTPRT). There is an existing HTTP proxy server (PROXYSRV:PROXYPRT) that will allow the traffic…
I have a windows 7 computer at home and a remote windows XP machine with an external USB drive attached to it. I would like to be able to copy files to and from home/the remote USB drive. The problem is that the only way of contacting the work computer is by first sshing into a different remote linux machine as there is…
I'm looking to see if anyone knows of slick tricks to test connections to remote server ports from Windows server 2008 and variants that don't include the telnet client installed by default. Reason being, I sometimes have clients that want to connect to port 25 for example on a remote server and say they can't. I used to…
I just made a fresh Windows 8.1 install and am trying to set-up a VM for kernel debugging. Therefore, I need to create a serial link to debug the VM using windbg.
Usually I just simply add a new COM port and use it as a named pipe. However, I can't find any way to add this hardware. There is nothing relevant on the…
I have a two home server VMs set up. Windows 2008 server on port 80 and Centos/Redhat on port 8080. Both have separate godaddy domain name A name records pointing to them. But I cant point both domain to the same IP
I only have 1 wan ip address at home. So one of my domain is forward to my IP:8080. My question: Is it…
I have a git repository on my server i can ssh over port 443. But now i want to pull from that server and push to it but git gives me connection refused. I think it's connecting over port 22 but i want it to connect over 443. I use tortoiseplink to connect with how can i make it connect through port 443 when pushing…
I've a .net application for windows. This application transfers a lot of data to and from a particular server on a fix port no 8888. I tried 'Tcpview' but couldn't figure out anything useful. I only figured that it uses 'tcp' connection.
Is there a way to know which protocol is used for data transfer (I think…
We have a Windows 2012 dedicated server. There’s a custom service running on port xxxxx which accepts connections from our custom built hardware devices over TCP/IP port. As of now we use servername.serverdomain.com:xxxxx to connect to the service and start communication. However, we prefer to use URL instead…
Hello, I did some googling but was unsuccessful, so I am posting here. I am looking to get an app (preferably free/open source) to monitor my servers on port 80 that would send me an email/text when some predefined timeout triggers. I could probably write something in VB to do this but i am burried with…
I'm writing a program in C++ to perform a simulation of particular system. For each timestep, the biggest part of the execution is taking up by a single loop. Fortunately this is embarassingly parallel, so I decided to use Boost Threads to parallelize it (I'm running on a 2 core machine). I would…
I'm trying to find a solution for this setup:
I have a single Android device, which I would like to connect to multiple serial embedded devices...
And here is the thing, using the "Normal" way to retrieve the Bluetooth socket, doesn't work on all devices, and while it does, I can connect to…
I'm using the ruby serialport gem. After I open up the port I send the data I want like this.
sp.write [200.chr, 30.chr, 7.chr, 5.chr, 1.chr, 2.chr, 0.chr, 245.chr].to_s
It doesn't work, but if I put it in a loop of around 200 times:
200.times do
sp.write [200.chr, 30.chr, 7.chr, 5.chr,…
I'm having difficulty sending an integer to a serialport... I'm trying stuff like this, which run fine but I'm not picking anything up at the port.
Private Sub fireToPort()
Dim sPort As New SerialPort("COM1", 56000, Parity.None, 8, StopBits.One)
sPort.Open()
sPort.Write(New…
Can anyone help in this php page navigation script switch on counting normal serial number? In this script there is a var called "page_id" - I want this var to store the real page link by order like 0, 1, 2, 3, 4, 5 ...
$records = 34; // total records
$pagerecord = 10; // count records…
Ok sorry if this is the most basic question in the world but for years I have needed more ethernet ports in my room and my whole house is wired with 1 ethernet port in each room, I also wanted to be able to plug into the room ethernet port with another router to get more plugins and…