Displaying 20 results from an estimated 86 matches for "neigh".
2003 Feb 03
4
[Bug 40] system hangs, Availability problems, maybe conntrack bug, possible reason here.
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=40
laforge@netfilter.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From laforge@netfilter.org 2003-02-03 16:49 -------
We haven't seen this
2008 Nov 28
5
Neighbour table overflow
Just started getting this. I tried the following by adding it to my
etc/sysctl.conf:
net.ipv4.neigh.default.gc_thresh1 = 4096
net.ipv4.neigh.default.gc_thresh2 = 8192
net.ipv4.neigh.default.gc_thresh3 = 8192
net.ipv4.neigh.default.base_reachable_time = 86400
net.ipv4.neigh.default.gc_stale_time = 86400
That pretty much locked things up.
Then I tried another googled solution:
echo 256 > /p...
2013 Jun 28
0
Re: kernel panic in skb_copy_bits
OK please try the following patch
[PATCH] neighbour: fix a race in neigh_destroy()
There is a race in neighbour code, because neigh_destroy() uses
skb_queue_purge(&neigh->arp_queue) without holding neighbour lock,
while other parts of the code assume neighbour rwlock is what
protects arp_queue
Convert all skb_queue_purge() calls to the...
2005 Aug 03
1
help for cell2nb and queencell in spdep package
Dear Dr. Bivand and R-users,
I have a 5 by 5 grid, say, location[1:5,1:5], and I want to know the
indices of 8 neighbours of each cell. For example, for location[2,2], its
neighbour coordinates are [1,1:3], [2,1], [2,3] and [3,1:3]. Sometimes I
also need to remove edge effects (torus = TRUE).
I have tried "cell2nb" function in your spdep package. Here's my example:
> neigh <- cell2nb(5,5,t...
2007 Dec 31
0
ip neigh show and NUD_NOARP state - is it possible ?
Hello,
I know that there are devices which are not working with arp. For example,
the loopback device.
I was wondering whether it is possible to create neighbours in a
NUD_NOARP state; so that "ip neigh show"
will show such neighbours where their state is NUD_ARP.
I made some tests with the loopback device , but could not find such a
way to cause it
to appear as NUD_NOARP.
Also if I ping a (nonexisting) multicast address (like 224.0.0.0) I
don...
2008 Mar 12
1
Neighbour table overflow.
Hi,
I am getting below error on mailgw. it has 2 ethernets.
eth0 is connected to internet, while eth1 is connected to LAN where
there are about 300 PCs.
Mar 12 09:14:00 gateway kernel: NET: 697 messages suppressed.
Mar 12 09:14:00 gateway kernel: Neighbour table overflow.
Mar 12 09:14:05 gateway kernel: NET: 660 messages suppressed.
Mar 12 09:14:05 gateway kernel: Neighbour table overflow.
Mar 12 09:14:10 gateway kernel: NET: 682 messages suppressed.
Mar 12 09:14:10 gateway kernel: Neighbour table overflow.
Mar 12 09:14:15 gateway kernel: NET: 70...
2005 Feb 04
2
Multiple gateways setup and timeout connections
...E
iptables -t nat -A POSTROUTING -o eth2 -j MASQUERADE
iptables -t nat -A POSTROUTING -o eth3 -j MASQUERADE
#iptables -t nat -A POSTROUTING -s 192.168.8.0/24 -j MASQUERADE
#iptables -t nat -A POSTROUTING -s 192.168.3.0/24 -j MASQUERADE
Here goes the route garbage collector configuration:
net.ipv4.neigh.eth3.gc_stale_time = 60
net.ipv4.neigh.eth2.gc_stale_time = 60
net.ipv4.neigh.eth1.gc_stale_time = 60
net.ipv4.neigh.eth0.gc_stale_time = 60
net.ipv4.neigh.lo.gc_stale_time = 60
net.ipv4.neigh.default.gc_thresh3 = 1024
net.ipv4.neigh.default.gc_thresh2 = 512
net.ipv4.neigh.default.gc_thresh1 = 128...
2009 Jul 15
0
Fwd: DLLs
...const num=75;
type
array1= array[1..2,1..num] of Double;
array2=array[1..num,1..num] of longint;
array3=array[1..num,1..num] of Double;
array4=array[1..num] of longint;
pA1=^array1;
pA2=^array2;
pA3=^array3;
pA4=^array4;
pD=^Double;
procedure learning(loc1:pA1;adj1:pA2;alpha:pD); cdecl;
var
i1,i2,neighs:longint;
sum1,sum2:double;
newloc: array [1..2,1..num] of double;
begin
for i1:=1 to 2 do
for i2:=1 to num do
newloc[i1,i2]:=0;
for i1:= 1 to num do
begin
neighs:=0; sum1:=0; sum2:=0;
for i2:= 1 to num do
begin
if (adj1^[i1,i2]=1) then
begin
neighs:=neighs+1;
sum1:=sum1+loc1[1,i2...
2006 Apr 28
2
/sbin/ip -4 neigh flush dev eth0
hi,
i want to use my firewall that i build with firewall-builder, but it
doesn''t work with the new Xen 3.0.2 xen-2.6.16 kernel. The script hangs
on that line:
/sbin/ip -4 neigh flush dev eth0
i really don''t know, what can be the problem.
are there any hints?
cu denny
--
Sicherheit verständlich http://www.sides.de
GnuPG Key
http://pgpkeys.pca.dfn.de:11371/pks/lookup?op=get&search=0x2A5CE192AB7D3FE0
_______________________________________________
Xen-use...
2007 Mar 05
4
Router dropping packets?
...s usually time out and then they
just start responding. Sometimes they start
responding on the 4th ping, sometimes the 12th, etc.,
it''s pretty random.
I searched the web and tried increasing my gc_cache
settings, but it didn''t make a difference.
echo 512 > /proc/sys/net/ipv4/neigh/default/gc_thresh1
echo 2048 >
/proc/sys/net/ipv4/neigh/default/gc_thresh2
echo 4096 >
/proc/sys/net/ipv4/neigh/default/gc_thresh3
The other notable difference is that the conntrack
tables are much larger than normal.
`wc -l /proc/net/ip_conntrack` returns >19000 on the
routers experienc...
2019 Jan 08
0
debugging, dns resolving not stable with tinc to linux bridge and increasing clients
...his behaviour, the clients are connected and they have access
to the Windows domain and file server, but DNS resolving stops working.
# brctl showmacs br0 | wc -l
116
Their are no overflow messages from the kernel.
The only errors I can find are "Metadata socket read errors"
net.ipv4.neigh.default.gc_thresh1 = 128
net.ipv4.neigh.default.gc_thresh2 = 512
net.ipv4.neigh.default.gc_thresh3 = 1024
net.ipv4.neigh.default.gc_interval = 30
net.ipv4.neigh.default.gc_stale_time = 60
This is a ipv4 only TINC server.
Any ideas?
Kind regards and best wishes,
Jelle de Jong (GNU/Linux Consulta...
2005 Oct 19
6
arp flood (offtopic?)
Hi guys,
Sorry if this is a little offtopic, but I was wandering what can one do to
prevent/stop arp flooding ?
Thanks,
Alex
--
This message has been scanned for viruses and
dangerous content by LG-Network(http://www.lgnet.ro), and is
believed to be clean.
2002 Dec 07
3
Neighbour table overflow
hi all,
i am getting a lot of neighbour table overflow in my syslog file...
we use slavkware8.1 with kernel2.4.19 squid2.5s1 iptables1.2.7a &
iproite-ss020116.. there are two providers & this box has 5 ethernet and
i havent seen it handle going less that 2.5mb traffic even at off peak
hours !.. the kernel was _NOT_ configu...
2005 Jun 09
1
Help with SOM membership
...es have 4 controls and 4
experimentals.
I transposed the matrix so that its dim are 8 x 22283, and called that
"allt." Using the normalize() function from som library, I scaled the data
to have mean zero and variance 1.
allt.som <- som(allt, xdim=5, ydim=5, topol="hexa", neigh="bubble", alpha=1)
plot(allt.som)
What I cannot figure out how to do is how to determine where each sample has
clustered, since the plot that i'm using does not include labels...I also
tried str(allt.som) but cannot determine which attribute calls where each
sample has gone...all...
2015 Jan 08
1
Question about Neighbour Table Overflow.
Hi, all
When use Centos 6.5,kernel version 2.6.431, I have continuous messages of
"Neighbour table overflow" in messages.
I have modified the gc_thresh1(512) , gc_thresh2 (2048) gc_thresh3 (4096)
in /proc/sys/net.. path, But the messages occurs occasionally.
some forum saied:
They are probably realted to a kernel bug where the thresholds are in fact
only half of the value that i...
2003 Aug 07
0
spdep error message
Hello,
I have been using the package "spdep" to run spatial regressions on a data set
with about 2500 observations. It has performed well up until now, but the
following code resulted in an error:
> load("Panel.90s.ok.R")
> attach(Panel.90s.ok)
> neighs<-dnearneigh(cbind(x,y),0,50000)
> help(nbdists)
> dists<-nbdists(neighs,cbind(x,y))
> Weights<-nb2listw(neighs,zero.policy=T,glist=dists)
>
error.model.rprice<-errorsarlm(log(wells+1)~log(year)+log(area)+log(lag.rprice
)+log(marketable+1)+log(prov.rds+1)+log(ind.rds+1)+log...
2011 Aug 11
0
How To for IPV6
Hi,
I try to set up
- A centos 6 firewall
- With proxy-arp (I know: arp is not supported in ipv6)
with ipv6.
Arp does not exist for ipv6. So I have added:
sysctl -w net.ipv6.conf.default.proxy_ndp=1
To use the neighbor proxy facility.
How to activate ipv6 forwarding? As far as I have found, this changed in RHEL6 from 6.1 (/etc/sysconfig/network) to 6.2 (/etc/sysctl.conf). CentOS 6?
So I have used
sysctl -w net.ipv6.conf.all.forwarding=1 as in RHEL 6.2
As in ipv4 I would prefer to proxy the...
2006 Apr 18
1
Route cache
Hi,
I have a P4 @ 3Ghz router running Debian. It shapes traffic ( about
500-600 classes ), about 1000 iptables rules, and it does BGP too, so i get
about
1300+ routes in the routing table. The problem is the load is too high on
this system. I found a solution to my problem, turning off the route cache,
but i dont know how to implement it,
I was wondering if anyone found a way to disable the
2006 Nov 04
1
My first Asterisk - Not recognizing X100P clone
...6337 1 zaptel
# dmesg
...
Zapata Telephony Interface Registered on major 196
Zaptel Version: 1.2.9.1 Echo Canceller: KB1
Registered Tormenta2 PCI
usbcore: registered new driver wcusb
Wildcard USB FXS Interface driver registered
process `sysctl' is using deprecated sysctl (syscall)
net.ipv6.neigh.lo.base_rea
chable_time; Use net.ipv6.neigh.lo.base_reachable_time_ms instead.
...
# lspci -v
...
07:06.0 Communication controller: Motorola SM56 PCI Modem
Subsystem: Unknown device 0300:1057
Flags: bus master, medium devsel, latency 64, IRQ 11
Memory at fafffc00 (32-bit, p...
2011 Jul 12
1
Subsetting NaN values in localG()
...ation, which I already know to
contain 25064 values):
/counter = 1
diffD = array(0,25064)
id = array(0,25064)
for(i in 1:53235){
if(diffc[i]!=-999){
diffD[counter] = diffc[i]
id[counter] = i
counter = counter+1
}
} ##Isolates values I want to use in localG calculation
neigh = cell2nb(169,315,type=='queen')
neigh2 = subset.nb(neigh,(1:length(neigh) %in% id)
mylist = nb2listw(neigh2,style="B")
stats = localG(diffD,mylist)/
Unfortunately, when I get to the last line of the code, I receive the
following error:
/"Error in matrix(0, nrow = nrow(x),...