I have linux (Ubuntu) server which I have root access too through ssh (port 22) only. On that server there is a MySQL database listening on port 3306. Is it possible to use putty (on my machine) and tunneling (on the linux machine) to create a tunnel from a local port on my machine, to the linux server on port 22 and then from the server to itself on port 3306 ?
It is possible allow website surfing running on a specific port (10000) only accessing it trough SSH tunnel?
Real case:
Apache is running on port 80 for http and 443 for https, anyone can surf all contents in all virtual host using those ports.
Webmin is running on port 10000 but only from my client machines is possible to access it using browser in SSH tunnel, so only administrator can see tha
I edited my SSH configuration to accept connections on Port 213, as it was one of the few ports that my work firewall allows through.
I then restarted sshd and everything was going well.
I tested the ssh server locally, and checked the sshd service was listening on port 213; however, I still cannot get it to work outside of localhost.
PuTTY gives a connection refused message, and some of the si
I there any way to run SSH on port 80 without losing access to HTTP? I was planning to SSH into to home computer from school, but my ISP (clearwire) blocks every port except 53, 80, 9800, and 9801. I tried running SSH into those ports just to check if incoming connections were allowed.
so i have the lg esteem on metro pcs and ive rooted it. i aso use wifi tether to play games on my laptop using my 4g, but i cant pay diablo 2 because i get a error saying port 6112 is closed. ive tried the port forwarding app but it doesnt work. ive also ran a port scanner i found that says port 53 on my phone is the only port open. any assistance in solving my problem would be appreciated.
I configured port forwarding through iptables and ufw. But there is something I do not understand, I just cant get iptables to forward port 443 to 8443 without allowing port 8443 on UFW.
I am looking to create a load balancing server. Essentially here is what I want to do:
I have a public IP address, lets say 1.1.1.1 I have a second public IP address, lets say 2.2.2.2
Here is what I want to happen. I have a website, www.f.com point to 1.1.1.1 via an A record.
I am building an application that will be acting as a combined MUA/MTA on different networks. However, many of the networks are with ISP's that block port 25 for SMTP. Therefore I would also like to open up a secondary port so that some of the installs can communicate on that if port 25 is closed.
How do I choose a second port? I know some people use port 26 or port 2525.
The first time port 1 receives information from port b. The second time port 2 receives information from source e. The third time port 1 now receives information from part c (over writing the data from the first time).