I've got an rdp file which I use to connect to a specific user. In this file, I've specified a batch script I want to be run on connect. However after the script is run on, I get disconnected. If I try to run
mstsc my-connection.rdp /console
I get logged in alright, but my script isn't run.
I have an internet connection that is flaky; when it goes bad, there are things that can be done to restore it, so I've made a connection monitoring script to figure out if my connection is gone or not and take action.
Helo there,
I'm having a situation here which I cannot resolve. I set up a pptp connection between two computers.
I have a OpenVPN server installed in an Amazon instance with Windows Server 2008 R2, and there's my client.
First i connect to my VPN
For some reason when i try to connect to my VPN server and RDP to it, the RDP's screen freezes after some seconds because the connection or tunnel is dropping after some seconds is established.
To set up tunnel first, i run this command:
sudo openvpn client.conf
I wanted an OpenVPN server so that I could create a private VPN network for staff to connect to the server.
However, not as planned, when clients connect to the VPN, it's using the VPN's internet connection (ex: when going to whatsmyip.com, it's that of the server and not the clients home connection).
server.conf
local <serverip>
port 1194
proto udp
dev tun
ca ca.crt
cert x.crt
key x.key
Very recently I have started to write python scripts that need to connect few databases on mySQL server. The problem is that when I work from office my script works fine but running a script from my home while on office VPN generates connection error.
I also noticed the mySQL client Squirrel also cannot connect from my home but works fine on Office computer.
I'm using upstart to keep a reverse ssh tunnel alive using auto ssh similar to Using Upstart to Manage AutoSSH Reverse Tunnel, but after a manual shutdown of the server (powering off) I can no longer connect to the machine through the master, where I receive "ssh_exchange_identification: Connection closed by remote host".
I have a server written in Perl that clients connect to in order to perform some management tasks.
I have a client(WINXP) and a server(SERVER 2008). All via virtualbox(4.1.16). how to make a ftp connection from client to web server.
I tried a few things but none of them work.