Scan de port +/et serveur DHCP - réseaux et sécurité - Linux et OS Alternatifs
MarshPosté le 02-02-2003 à 05:47:20
hop , deux petits problemes :
j'ai fais qlqs. scan de port sur mon reseau , sur ma passerelle , j'obtient ca :
[root@passerelle dav]# nmap localhost
Starting nmap V. 3.00 ( www.insecure.org/nmap/ ) Interesting ports on localhost.localdomain (127.0.0.1): (The 1591 ports scanned but not shown below are in state: closed) Port State Service 53/tcp open domain 111/tcp open sunrpc 139/tcp open netbios-ssn 901/tcp open samba-swat 953/tcp open rndc 5801/tcp open vnc-http-1 5901/tcp open vnc-1 6000/tcp open X11 6001/tcp open X11:1 10000/tcp open snet-sensor-mgmt
Nmap run completed -- 1 IP address (1 host up) scanned in 2 seconds [root@passerelle dav]# nmap -sU localhost
Starting nmap V. 3.00 ( www.insecure.org/nmap/ ) Interesting ports on localhost.localdomain (127.0.0.1): (The 1463 ports scanned but not shown below are in state: closed) Port State Service 53/udp open domain 111/udp open sunrpc 137/udp open netbios-ns 138/udp open netbios-dgm 1024/udp open unknown
Nmap run completed -- 1 IP address (1 host up) scanned in 6 seconds
en tcp , qu'est-ce que le service sunrpc sur le port 111 le service rndc sur le port 953 ( a noter qu'un scan a partir d'une machine local ne le detecte pas )
en udp , le port 1024 ???
A savoir que sur ma passerelle , ben il y a un serveur DNS , SAMBA ,VNC , SWAT et WEBMIN , et p-e un ou plusieurs serveurs dont j'ignore leur existance
De plus , j'ai installer un serveur DHCP sur ma mandrake9.0 lors du partage de connection ,mais apparement il ne fonctionne pas , je ne vois pas de port 67:68 (si c'est bien ces ports la pour le DHCP ) , et si j'essaye de connecter un portable sur le LAN en client DHCP , il n'arrive pas a recevoir d'ip
Marsh Posté le 02-02-2003 à 05:47:20
hop , deux petits problemes :
j'ai fais qlqs. scan de port sur mon reseau , sur ma passerelle , j'obtient ca :
[root@passerelle dav]# nmap localhost
Starting nmap V. 3.00 ( www.insecure.org/nmap/ )
Interesting ports on localhost.localdomain (127.0.0.1):
(The 1591 ports scanned but not shown below are in state: closed)
Port State Service
53/tcp open domain
111/tcp open sunrpc
139/tcp open netbios-ssn
901/tcp open samba-swat
953/tcp open rndc
5801/tcp open vnc-http-1
5901/tcp open vnc-1
6000/tcp open X11
6001/tcp open X11:1
10000/tcp open snet-sensor-mgmt
Nmap run completed -- 1 IP address (1 host up) scanned in 2 seconds
[root@passerelle dav]# nmap -sU localhost
Starting nmap V. 3.00 ( www.insecure.org/nmap/ )
Interesting ports on localhost.localdomain (127.0.0.1):
(The 1463 ports scanned but not shown below are in state: closed)
Port State Service
53/udp open domain
111/udp open sunrpc
137/udp open netbios-ns
138/udp open netbios-dgm
1024/udp open unknown
Nmap run completed -- 1 IP address (1 host up) scanned in 6 seconds
en tcp , qu'est-ce que le service sunrpc sur le port 111
le service rndc sur le port 953 ( a noter qu'un scan a partir d'une machine local ne le detecte pas )
en udp , le port 1024 ???
A savoir que sur ma passerelle , ben il y a un serveur DNS , SAMBA ,VNC , SWAT et WEBMIN , et p-e un ou plusieurs serveurs dont j'ignore leur existance
De plus , j'ai installer un serveur DHCP sur ma mandrake9.0 lors du partage de connection ,mais apparement il ne fonctionne pas , je ne vois pas de port 67:68 (si c'est bien ces ports la pour le DHCP ) , et si j'essaye de connecter un portable sur le LAN en client DHCP , il n'arrive pas a recevoir d'ip
merci d'avance