1
Comment ouvrir un port 8080 pour une application, avec iptables
Je suis un débutant total concernant les serveurs, alors excusez mon humble question :-) Quelqu'un a développé pour moi une application python qui fait office de serveur web. Cette application TCP doit écouter le port 8080. [root@blabla jll]# netstat -tanpu | grep ":8080" tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 18209/python …
17
iptables