comment faire pour ouvrir le port 25 de mon routeur
j'ai deja défini une redirection du port 25 vers mon serveur de messagerie, mais ca na pas l'air de marcher
nmap sur mon routeur
le port 25 est bel et bien fermé
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19 debian:~# nmap -v 172.16.1.10 Starting nmap 3.81 ( http://www.insecure.org/nmap/ ) at 2007-03-08 10:28 WET Initiating SYN Stealth Scan against 172.16.1.10 [1663 ports] at 10:28 Discovered open port 80/tcp on 172.16.1.10 Discovered open port 8080/tcp on 172.16.1.10 Discovered open port 8081/tcp on 172.16.1.10 The SYN Stealth Scan took 1.33s to scan 1663 total ports. Host 172.16.1.10 appears to be up ... good. Interesting ports on 172.16.1.10: (The 1660 ports scanned but not shown below are in state: closed) PORT STATE SERVICE 80/tcp open http 8080/tcp open http-proxy 8081/tcp open blackice-icecap MAC Address: 00:60:4C:98:50:29 (Sagem SA) Nmap finished: 1 IP address (1 host up) scanned in 1.842 seconds Raw packets sent: 1668 (66.7KB) | Rcvd: 1664 (76.5KB)
comment l'ouvrir?
Partager