Hi all,

I have different problem - I'am wondering why all of my vlan interfaces are by
default in promisc mode :-(
Is it configurable or it is needed for 802.1q functionality? This didn't helped:

for i in `ifconfig | grep eth | awk '{print $1}'`; do ifconfig $i -promisc; done

Kernel is 2.4.30-grsec-2.1.5 with 8021q module.

Thanks for any hint.
Andrej

M|6 wrote:
> Niklas Herder wrote:
> 
>> M|6 wrote:
>>  
>>
>>> Hi,
>>> was wondering if anyone could help me set my network card in promisc
>>> mode.
>>>
>>> was doing a chkrootkit check and noticed for sometime that i was flagged
>>> and did nothing for it since i don't see the relevance.
>>>
>>> but now i figure why not.
>>>
>>> thanks  O:-)
>>>
>>>   
>>
>>
>> I think this will do it.
>> ifconfig eth0 promisc
>>
>> -promisc to turn back to normal.
>>  
>>
> you think i can put that in my /etc/conf.d/net to have it activate at
> boot? or would that command set it perm?
> 

-- 
[email protected] mailing list

Reply via email to