Re: promisc

Top Page

Reply to this message
Author: Jérôme UZEL
Date:  
To: Guilde
Subject: Re: promisc
Hervé de Dianous wrote:
> Bjour !
>
> Comment savoir si une interface est en mode promiscuous ?
> Après un tcpdump l'interface reste en mode promisc même après:
>
> ifconfig ppp0 -promisc
> le '-' devrait la remettre en mode normal !


Chez moi ca marche (c) !

[root@saturne ~]
# ifconfig ppp0
ppp0      Lien encap:Protocole Point-à-Point
           inet adr:xx.xx.xx.xx  P-t-P:xx.xx.xx.xx Masque:255.255.255.255
           UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
           RX packets:9644 errors:0 dropped:0 overruns:0 frame:0
           TX packets:6910 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 lg file transmission:3
           RX bytes:9995643 (9.5 Mb)  TX bytes:406766 (397.2 Kb)


[root@saturne ~]
# ifconfig ppp0 promisc
[root@saturne ~]
# ifconfig ppp0
ppp0      Lien encap:Protocole Point-à-Point
           inet adr:xx.xx.xx.xx  P-t-P:xx.xx.xx.xx Masque:255.255.255.255
           UP POINTOPOINT RUNNING NOARP PROMISC MULTICAST MTU:1492 
Metric:1
                                        ^^^^^^^^
           RX packets:9644 errors:0 dropped:0 overruns:0 frame:0
           TX packets:6910 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 lg file transmission:3
           RX bytes:9995643 (9.5 Mb)  TX bytes:406766 (397.2 Kb)


[root@saturne ~]
# ifconfig ppp0 -promisc
[root@saturne ~]
# ifconfig ppp0
ppp0      Lien encap:Protocole Point-à-Point
           inet adr:xx.xx.xx.xx  P-t-P:xx.xx.xx.xx 
Masque:255.255.255.255
           UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
           RX packets:9644 errors:0 dropped:0 overruns:0 frame:0
           TX packets:6910 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 lg file transmission:3
           RX bytes:9995643 (9.5 Mb)  TX bytes:406766 (397.2 Kb)



J'ai # ifconfig --version
net-tools 1.60
ifconfig 1.42 (2001-04-13)
avec un kernel 2.4.20