Displaying 20 results from an estimated 2000 matches similar to: "RE: Promisc routing"
2004 Aug 27
3
imq patch question
hello list,
i have a small question regarding the imq patch from www.linuximq.net
by default it makes only 2 devices. how can i add interfaces (imqX)?
applying the patch to a linux kernel doesn''t let me build it as a module.
thanks in advance,
adrian
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc
2009 Jan 15
5
why vlan tag is retained in promisc mode
In current Crossbow''s implementation, vlan tag seems to be
unconditionally retained for promisc mode listener even when
MAC_OPEN_FLAGS_TAG_DISABLE is not specified.
I saw comments in mac_rx_deliver() saying that this is deliberately
designed like this.
I''m wondering why we design it like this (choose not to respect
MAC_OPEN_FLAGS_TAG_DISABLE flag for promisc mode listener)?
Or
2006 Oct 18
1
Eth0 in Promisc mode
Hello,
Is it normal that eth0 in domain0 is in promisc mode ?
[root@vmaster ~]# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:0B:CD:4D:C4:8A
inet addr:XXX.XXX.XXX.XXX Bcast:XXX.XXX.XXX.XXX Mask:
255.255.255.248
inet6 addr: fe80::20b:cdff:fe4d:c48a/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:3602633 errors:0
2002 Jul 06
1
PROMISC mode
Hello All,
While implementing CBQ for my network card ,
i found it has PROMISC mode enabled by default while installing RedHat-7.3 .
What is it ? Is any way related to security.
Regards
Vanitha
2008 Feb 12
2
[Bridge] Bridge and iptables
Hi,
I am using linux kernle-2.6.15, iptables-1.4 and bridge-utils-1.4.
Everything intslled without any issue and i am able to enable the
bridge and traffic is also flowing without any issue.
But i did not see any traffic on the iptables forward chain due to
which i am not able to control the traffic.
Do i requie enable anything more to make the traffic pass through
iptables forward chain.
2013 Jun 28
3
Bandwidth limited when shorewall is enabled
Hi,
I''ve been having a really strange thing happen. I can''t remember when it
happened, or if it coincided with a shorewall update, but if I have shorewall
"running", my 100mbps connection is limited to about 1-6mbps per connection.
This is with TC/Shaping/QoS disabled or enabled.
I have no idea if its shorewall doing something funky or ipables or what, but
if I
2003 Nov 20
0
newer iproute2: no support for "ip link set dev $DEV promisc on"
Greetings all,
I have tried to find a discussion of the removal of support for the
PROMISC interface flag with the iproute2 tools.
- it used to work (iproute2-2.2.4-$ANCIENT)
- there''s a comment about it in the iproute docs [0]
- (un-)setting the flag with ifconfig still works
Can anybody point me to the discussion (linux-net, maybe?) where support
for setting the PROMISC flag
2012 Dec 13
7
Thin server giving Stack level too deep error
Hi,
I am using thin web server in my rails project. But it gives stack level
too deep error. Couldn''t find any appropriate solution to this.
I have tried updating the ruby but didn''t help.
Regards,
Sumit
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2008 Jun 10
4
Hello
Hello,
I am facing a problem in drawing heat map using R.
I have a 70X3 matrix and I want to draw a heat map with 1 coloumn on X axis
another on Y axis and want to show the value of 3rd coloumn using heat
colours.
Could you please help me with this .
Thank you .
Regards,
Sumit
[[alternative HTML version deleted]]
2006 Jul 28
0
no PROMISC mode in ip link show
Hi
When I start arpwatch or tcpdump the Ethernet card eth0 goes into
promiscuous mode but I cannot see it with ifconfig eth0 or ip link show.
The only way I can see it is when I looked at dmesg.
Ifconfig uses the old style IOFLAG way to determine this but looking
into ip code this is supposed to work even with newer kernels (I''m on
2.6.17 now with the latest iproute package)
I found
2006 Aug 02
0
no PROMISC mode ..
Hi,
I''m not convinced I''m facing a bug, I was reading some code and
also reading some threads and finally reached this conclusion, please
let me know if it''s not clear enough and also if you don''t agree :
- The case it shows the flag with iproute is
because it''s using a single flag set.
That was working on kernels linux <2.1.x. (2.0 etc.)
2008 Jun 18
5
Problem in Binning of a data set
Hello,
I am having problem with binning the data. I have a 50X3 matrix and I binned
the data for all the 3 columns. Using table command I got the total no. of
elements in a particular bin.
Could you please tell me how to see that what all elements are there in a
particular bin and then create a different matrix for each bin?
Thanks.
Regards,
Sumit
[[alternative HTML version deleted]]
2012 Aug 13
9
Using Jquery plugin "tokenInput" with rails
Hi,
I made a contact manager app using rails. I added TokenInput plugin to
introduce an instant contact search functionality in it. Tried following a
railscast http://railscasts.com/episodes/258-token-fields but have been
struggling with it for a while. Following is the code I use in my view
<%= form_tag({:action => ''show'', :id => @contact_tokens}, :remote =>
2005 Aug 02
4
How to set a host with public IP within a private network?
Hello! I have the following setup:
1) a connection to my ISP with a public IP (1.2.3.4)
with the gateway 1.2.3.1
2) an allocated IP class with 64 addresses
(5.6.7.192/26)
3) two LANs connected through two NICs:
a) 192.168.0.0/24 on eth1 (192.168.0.1)
b) 10.0.0.0/24 on eth2 (10.0.0.1)
The IPs from the allocated class are all assigned to
eth0.
The networks are SNATed to the external IP and
2009 Apr 10
3
wifi card shows in device manager , but cant configure wifi
hi ,
i just finished installing Cent OS 5.2 x64 on my thankpad
my hardware list shows the following
Atheros Communications Inc.
AR5212 802.11abg NIC
but when im trying to set up wireless network i cannot find the appropriate
wifi card.. when adding wifi connection
pls help
many thanks,
Sumit.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Apr 18
1
[Bridge] Information needed about bridge c code
Hello,
i need to write a little personal patch in the bridge code.
For this patch, i need to know the original src and dst mac addresses
of the packet incoming to the bridge. As i work on a brouter (some
packets are bridged, some are routed based on ebtable rules), packets
that are routed have their mac addresses modified by the IP stack).
I put a software probe in br_input.c::br_handle_frame( ),
2006 Jan 22
4
What is Wine?
Hello everybody,
I am confused that what is wine.Is it an windows emulator
or not.Because at different places on net their are different
opinion regarding that.
Again what wine stands for .Is it windows emulator or
something else.
Plz Help me.
regards,
Sumit kumar
--
" life of man is an arrow's flight,
out of darkness into light,
and
2007 Sep 24
3
Separate colour for comments in scripts
Hi,
Is it possible to assign a separate colour for comments written with #,
eg:-
#this is a comment
. I am looking to colour them differently from the program text in
R-Editor (not console). Is it possible to do so?
Eg. In Visual basic, the colour for remarks gets green automatically
Regards
Sumit
[[alternative HTML version deleted]]
2007 Sep 12
3
R: to view the memory
Hello,
I am wondering if it is possible to view what variables and vairable
values are stored in the R memory. This to enable debugging of R-scripts
I write.
Sumit
[[alternative HTML version deleted]]
2006 Jul 29
2
Folder not visible - after migration ( Squirrel Mail )
Hello,
We did migration from old version postfix to new version postfix (2.3).
>From old dovcot 0.99 to dovcot 1.0 rc2 and we rsynched /Home of old box to new /Home 1:1
After migration we are not able to see customise the folders in squirrel mail interface.
What could be the reason.
Regards,
Sumit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: