Mar 18, 2016
TCP 8010 - Port Protocol Information and Warning! PORT 8010 – Information. Port Number: 8010; TCP / UDP: TCP; Delivery: Yes; Protocol / Name: wingate; Port Description: Wingate Logfile (Deerfield). Wingate Logfile on v2.1 Wingate servers. Security Concerns: Listens for HTTP connects on tcp 8080. Open HTTP session to this logfile port … Using Dockerfile to Expose Ports – Linux Hint In this case, you will be running a HTTP server on some port (let’s say TCP port 80 or 8080), a FTP server which runs on TCP port 21, a SQL database server (let’s say MySQL) which runs on TCP port 3306, or NoSQL database server (let’s say MongoDB) which runs on TCP port 27017 or 27018, a SSH server which runs on TCP port 22. Docker container running apache always exposing port 80 12 minutes ago Up 12 minutes 80/tcp, 0.0.0.0:8080->8080/tcp MyWebsite When I shell on to the running container and search for instances of "Listen 80", nothing shows up other than the instance of "Listen 8080" that I added to httpd.conf. docker exec -it 23c4e1f0ea66 /bin/bash grep -ri "Listen 80"
How to kill a process which is using port 8080 in windows
An easy solution is to leave your server running on port 8080/8443, and at the firewall, NAT/forward ports 80/443 to 8080/8443. – SnakeDoc Nov 9 '15 at 17:04 1 Communication Ports Used by Citrix Technologies TCP: 80/8080/443: XML Service: STA: TCP: 80/8080/443: Secure Ticketing Authority (embedded into XML Service) Delivery Controller: TCP: 89: Used by Secondary Broker when LHC is enabled in 7.12 and above. (This use of port 89 might change in future releases) *Note: In XenApp 6.5 port 2513 is used by XenApp Command Remoting Services through WCF
If I was opening up tcp port 8080 from everywhere (no scope limiting needed) for Tomcat I would run the following command. iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 8080 -j ACCEPT -m comment --comment "Tomcat Server port" Then make sure to save your running iptables config so that it goes into effect after the next restart
TCP or UDP. Port Number. Usage. UDP: 3478: Port used for STUN. TCP: 5514: Port used for remote syslog capture. TCP: 8080: Port used for device and controller communication. TCP: 8443: Port used for controller GUI/API as seen in a web browser: TCP: 8880: Port used for HTTP portal redirection. TCP: 8843: Port used for HTTPS portal redirection [SOLVED] 80/tcp port - LinuxQuestions.org Dec 29, 2019