par vax » 07 Sep 2001 12:26
<!-- BBCode Quote Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font size=1>Quote:</font><HR></TD></TR><TR><TD><FONT SIZE=1><BLOCKQUOTE>
... quand on scanne ma machine avec NMAP, on peut voir que j'ai 1 port ftp, http ...2 question me viennent:
1) Est ce possible de cacher cela ?
[/quote]
Et un telnet aussi? C'est ton modem qui répond... Il contient un serveur ftp, un http et un telnet.
Si tu scannes depuis ta machine c'est normal : tu dois pouvoir accéder au modem pour l'administrer.
Si tu scannes depuis internet (via un site qui check la sécurité) c'est plus inquiétant... As-tu vérifier que le firewalling est activé sur ton modem?
Essaie ça (ça vient de chez Alcatel, c'est valable pour un modem pro) :
<!-- BBCode Quote Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font size=1>Quote:</font><HR></TD></TR><TR><TD><FONT SIZE=1><BLOCKQUOTE>
Configuring the security of your Alcatel Speed Touch Pro modem:
Setup a telnet connection to your modem.
Telnet address is 10.0.0.138
Consult your Operation System manual on how to setup a telnet connection.
Type "Enter" at the User Name prompt
Wait for the next prompt and then type the following:
=> ip config
The information on you firmware protection feature is given in the second line of the response
If it is "ON", your modem has the security features activated and you have nothing to worry about.
If it is "OFF", you are vulnerable to the attacks.
You can adjust the security settings as follows:
=> ip config firewalling on
=> config save
[/quote]
<!-- BBCode Quote Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font size=1>Quote:</font><HR></TD></TR><TR><TD><FONT SIZE=1><BLOCKQUOTE>
2) Comment pourrais je faire pour que tout les packets(http) arrivant sur l'ip de mon modem soient redirigés vers mon PC(10.0.0.1) de mon réseau sur le port 2409 ?
D'avance, merci de votre aide.
-pol-
[/quote]
Dans une session telnet :
nat
create
Pour les paramètres :
protocol : tcp
inside address : 10.0.0.1
inside port : 2409
outside address : 0
outside port : faut choisir... 80?
Puis save...