How can I which ports are open/closed on my system? I am running Ubuntu 12.04, and to my knowledge there is no firewall running or installed, although it may have been in the past.
I am trying to configure Deluge because currently no incoming connections are being allowed. I checked that UPnP is enabled on the router and also configured port forwarding.
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 am using squid 2.7 as a forward proxy.
I need to establish a remote connection to the internet server 188.x.x.x on port 3306 from my local IP 10.1.1.1.
I'm trying to set up a web server for my first time. I'm running Ubuntu 12.04.1 and i've installed LAMP. I have also set up a static IP for the server, 192.168.0.111 and reserved it in the router settings. So far so good.
Now to the problem. I forwarded port 80 to the servers IP address, but the server is not responding to any connections.
Just started getting some weird behavior with nginx on OSX 10.7.5. This is happening with brew installed 1.0.11 and 1.2.2. Nothing else is running on port 80.
I have a HP ProCurve switch with 24 ports.
If I set up port 24 to mirror port 1 (which goes to my router), can I use port 24 for normal LAN access as well as to run something like ntop or bandwidthd?
Or does mirroring mean that the port can only be used to read the mirrored packets? MEaning a 2nd NIC is required for LAN access?
Any idea why a connection to the server can not be established? According to the OpenVPN-FAQ these errors are caused if the firewall port is blocked (http://openvpn.net/index.php/open-source/faq/79-client/253-tls-error-tls...). We've opened port 1194 on our firewall.
Hey guys.
Right now I have a VPS that I tunnel through using SSH/Putty/Proxycap. I use it for a certain program which uses a certain port X for authentication, and a different port Y for its data.
However, due to certain security protocols I need port X to be somewhat "transparent" so that the IP from the originator will be shown - whilst tunneling data through port Y.