similar to: wifi network performance is degrading with iproute2

Displaying 20 results from an estimated 200 matches similar to: "wifi network performance is degrading with iproute2"

2012 Nov 16
1
Code works, but not as function.
Hi, I have some values in a list format generated by the following: Path_Number <- 0010 ID.Path <- formatC(0001:Path_Number, width=4, flag=0) # Make vector of ID's. No_of_Effectors <- sample(1:550, length(ID.Path), replace=TRUE) # Define Number of Effectors each individual gets. Effectors <- split(sample(1:10000, sum(No_of_Effectors), replace=TRUE), rep(ID.Path, No_of_Effectors))
2010 Feb 20
2
Tinc on Linux and tap device problem
Hello, I successfully set up a tunnel with tinc using the tun interface. however I need a tap device, because I need to run the OLSR routing protocol on the tunnel and if I use the tun mode OLSR will just skip the interface. (It is a well known thing, I had this issue before also when using OpenVPN in the past). The problem is that I cannot make tinc use a tap device. I created the tap0
2007 Nov 26
1
prio qdisc broken?
Hello all, I might make a fool out of me, but I think the prio qdisc doesn''t work as advertised in any document I could lay my hands on. The following tests and observations were made with Linux kernel 2.6.20.21. This makes it up-to-date in the 2.6.20.x kernel family. My problem was that the link quality reported by the olsr.org olsrd degraded depending on the amount of payload
2005 Oct 30
0
FWMARK ROUTING OVER MULTIPLE ROUTERS/LANS
I would like to route ssh in my network via DSL2 and all other trafic via DSL1. So far I menaged to do it for LAN2 but there are still WLAN1,LAN3 and LAN1 to go. On all routers I added table "pilicka" with rule for fwmark and I fwmarked ssh. # ip rule show 0: from all lookup local 32765: from all fwmark 0x3 lookup pilicka 32766: from all lookup main 32767: from all lookup
2007 Oct 05
3
DNAT rule for vsftp --(PASSIVE FTP)
Hi all, I want to run vsftp behind a firewall.(i.e DMZ zone) . It is runnig as passive ftp. the theroy behind passive ftp is , - FTP server's port 21 from anywhere ( Client initiates connection) - FTP server's port 21 to ports > 1024 (Server responds to client's control port) - FTP server's ports > 1024 from anywhere (Client initiates data connection to
2019 Jul 16
2
[ext] 2.3.7 slower than 2.3.6?
On 15 Jul 2019, at 23.17, Ralf Hildebrandt via dovecot <dovecot at dovecot.org> wrote: > > * Ralf Hildebrandt via dovecot <dovecot at dovecot.org>: >> We're using dovecot (via LMTP) as a backup for all incoming mail. >> >> I upgraded from 2.3.6 to 2.3.7 on the 12th: >> 2019-07-12 14:35:44 upgrade dovecot-imapd:amd64 2:2.3.6-2~bionic 2:2.3.7-8~bionic
2008 Feb 21
2
triangle.plot - change the axes orientation
Hello, I need to chenge axes orirentation in triangle plot. (function triangle.plot in ade4 package) I want to plot elasticities of some species in demographic triangle, where axes values commnly increace "clockwise". If some better imangination is needed, see http://www.open.ac.uk/science/biosci/personalpages/j.silvertown/pdfs/Silvertown%20et%20al.%201993.pdf I am sorry if I just
2011 Jan 05
2
Simulation - Natrual Selection
Hi, I've been modelling some data over the past few days, of my work, repeatedly challenging microbes to a certain concentration of cleaner, until the required concentration to inhibit or kill them increaces, at which point they are challenged to a slightly higher concentration each day. I'm doing ths for two different cleaners and I'm collecting the required concentration to
2007 Jan 29
1
Rewriting output interface
I would like to setup some rules for a wireless bridge to do load balancing. I''d like to dedicate one radio for doing transmit and one for receive. router | | ------------- eth0 ---------------- | | wlan0 upstream device wlan1 | ^ |
2009 Dec 31
0
windows XP cant browse network
I recently migrated from Fedora Core 10 to fedora core 12. smbd -V Version 3.4.2-47.fc12 I had this configurations file [global] # ----------------------- Netwrok Related Options workgroup = CHIPSDOMAIN server string = Samba Server Version %v ; netbios name = MYSERVER interfaces = lo wlan1 hosts allow = 127.0.0.1 10.0.0.0/255.255.255.0 null passwords = yes # ---------------------------
2011 Jan 05
0
Fwd: Re: Simulation - Natrual Selection
-------- Original Message -------- Subject: Re: [R] Simulation - Natrual Selection Date: Wed, 05 Jan 2011 17:24:05 +0000 From: Ben Ward <benjamin.ward@bathspa.org> To: Bert Gunter <gunter.berton@gene.com> CC: Mike Marchywka <marchywka@hotmail.com> On 05/01/2011 17:08, Bert Gunter wrote: > Couple of brief comments inline below. -- Bert > > On Wed, Jan 5, 2011 at
2003 Jun 10
2
user can't member more than 15 group
Hello All ! why freebd user can't member more than 15 group ? my system is FreeBSD 4.8-RC I need that scripts running from user "master" make some changes if files that owned by other users. Shurely i can set UID of master to "0" but this increace vunerability of system. in /etc/group I add user1:*:1001:master ... user15:*:1015:master --- all work Ok user master member
2019 Jul 15
0
[ext] 2.3.7 slower than 2.3.6?
* Ralf Hildebrandt via dovecot <dovecot at dovecot.org>: > We're using dovecot (via LMTP) as a backup for all incoming mail. > > I upgraded from 2.3.6 to 2.3.7 on the 12th: > 2019-07-12 14:35:44 upgrade dovecot-imapd:amd64 2:2.3.6-2~bionic 2:2.3.7-8~bionic > > and it seems that 2.3.7 is slower than 2.3.6 -- mail to the backup > IMAP box is suddenly taking quite
2019 Jul 16
0
[ext] 2.3.7 slower than 2.3.6?
* Timo Sirainen via dovecot <dovecot at dovecot.org>: > > And alas, I had a look at the monitoring and found that disk IO has > > increase A LOT after the update: https://www.arschkrebs.de/images/dovecot-disk-io-increase.png > > > > I zoomed in and found that the sudden increace in IO coincides with > > the update to 2.3.7 (14:35):
2007 Oct 05
3
DNAT rule for vsftp (PASSIVE FTP)
Hi all, I want to run vsftp behind a firewall.(i.e DMZ zone) . It is runnig as passive ftp. the theroy behind passive ftp is , - FTP server''s port 21 from anywhere (Client initiates connection) - FTP server''s port 21 to ports > 1024 (Server responds to client''s control port) - FTP server''s ports > 1024 from anywhere (Client initiates data
2019 Jul 17
1
[ext] 2.3.7 slower than 2.3.6?
On 16 Jul 2019, at 11.15, Ralf Hildebrandt via dovecot <dovecot at dovecot.org> wrote: > > * Timo Sirainen via dovecot <dovecot at dovecot.org>: > >>> And alas, I had a look at the monitoring and found that disk IO has >>> increase A LOT after the update: https://www.arschkrebs.de/images/dovecot-disk-io-increase.png >>> >>> I zoomed in
2007 Oct 05
0
[Fwd: Re: DNAT rule for vsftp (PASSIVE FTP)]
-------- Original Message -------- Subject: Re: [LARTC] DNAT rule for vsftp (PASSIVE FTP) Date: Fri, 05 Oct 2007 12:17:42 +0530 From: Mohan Sundaram <smohan@vsnl.com> Reply-To: smohan@vsnl.com To: Indunil Jayasooriya <indunil75@gmail.com> References: <7ed6b0aa0710042251u6442fb85ma74e46aa9d3f81f9@mail.gmail.com> Indunil Jayasooriya wrote: > Hi all, > > I want to run
2020 Sep 27
3
How to add a new clang-tidy module
Hi, all, I am planning to add clang-tidy checkers for my company. How to add a new module for my company? Please help, thanks in advance. I try to copy files from cert module, and rename cert to Misra, then add a rule named "m-0-1-1" by ./add_new_checker.py. then I run ninja check-clang-tool, but my case is failed due to below error Running ['clang-tidy',
2002 Jun 21
4
configure problem --- Can't find recent OpenSSL libcrypto
Hello Gurus, I tried my best as I can to do RTFM and Googling to find any information to solve the problem myself which I failed. I installed OpenSSL 0.9.6d 9 May 2002 with this option on a Solaris 8 box using Sun Forte6-2 $config solaris64-sparcv9-cc --prefix=/local/santanu/pkg/ssl Now I am trying to install openssh 3.2.3p1 and getting this error. configure:8285: error: *** Can't find
2006 Dec 16
1
ipfw: did i forget anything?
Hello, i hope this is the right list! I tried making a firewall for my laptop..it wasn't as terribly difficult as i thought it would be but i'm not sure if i forgot anything. And things can always be done better :) I'm not sure what i should've put under incoming connections... what i have put there now is pretty useless because the default is to deny, but should i accept any