Re: TCP Projects for 8.0 - first cut wiki page

2007-12-20 Thread dima
> Per earlier e-mail, I've created a page to track the various on-going > projects: > >http://wiki.freebsd.org/TCPProjects8 > > Rui has already kindly added the TCP ECN work to the page. As I know, we have a single swi:net thread in the kernel yet. Are there any plans to make several such

Re: Bridging vlans w/firewall and selective HTTP redirect?

2004-09-29 Thread dima
Would you bother reading cisco tech documentation regarding 802.1x? http://cisco.com/en/US/products/hw/switches/ps628/products_configuration_guide_chapter09186a008022995b.html It states you can configure guest vlan for non-authentified users; you can also temporarily disable infected users' account

Re: IPFW and 5.2.1

2004-09-29 Thread dima
> guass# ipfw -a list > 10 0 deny ip from any to 203.222.55.37 via rl0 > 65535 1287 499525 allow ip from any to any > > guass# ping 203.222.55.37 > PING 203.222.55.37 (203.222.55.37): 56 data bytes > 64 bytes from 203.222.55.37: icmp_seq=0 ttl=255 time=0.281 ms > 64 bytes from 203.22

Re: Possible Problem With Apache

2005-02-10 Thread dima
> I have created a GUI with the help of Perl scripts and > Apache as my web server and this is running off a > FreeBSD 4.x platform. The GUI has several menus plus > components but the problem is whenever I click on a > menu say, 'Submit' after I have made some > modifications, a web page comes up

Re: Polling objectives (was Re: Giant-free polling [PATCH])

2005-03-04 Thread dima
-Original Message- From: Luigi Rizzo <[EMAIL PROTECTED]> To: Pawel Jakub Dawidek <[EMAIL PROTECTED]> Date: Fri, 4 Mar 2005 02:59:42 -0800 Subject: Polling objectives (was Re: Giant-free polling [PATCH]) > > On Fri, Mar 04, 2005 at 12:24:58AM +0100, Pawel Jakub Dawidek wrote: > > (lu

Re: Traffic statistics

2005-03-10 Thread dima
-Original Message- From: John Angelmo <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Thu, 10 Mar 2005 11:33:56 +0100 Subject: Traffic statistics > > I'm looking for some kind of software that can show me how much diffrent > ports in my firewall are used and where the traffic is origina

Re[2]: Giant-free polling [PATCH]

2005-03-11 Thread dima
> Collegues, > > On Tue, Mar 01, 2005 at 04:29:49PM -0800, Luigi Rizzo wrote: > L> [cc-ing [EMAIL PROTECTED] to get more opinions] > > this good, that you have CC'ed net@, otherwise we would continue > working in parallel without collaboration. It's a pity you didn't read the complete thread,

Re[2]: Giant-free polling [PATCH]

2005-03-11 Thread dima
> On Fri, Mar 11, 2005 at 04:55:25PM +0300, dima wrote: > +> I thought about using list also, but considered it to bring > +> too much overhead to the code. The original idea of handling arrays > +> seems to be very elegant. > > Overhead? Did you run any benchmarks

Re: High ping latency using two ethernet under FreeBSD 4.11 ...

2005-03-15 Thread dima
> Testing my network, I just noticed the following: > > --- 200.46.204.1 ping statistics --- > 4 packets transmitted, 4 packets received, 0% packet loss > round-trip min/avg/max/stddev = 399.664/407.119/420.315/8.267 ms > > --- 200.46.208.1 ping statistics --- > 3 packets transmitted, 3 packets r

Re[2]: High ping latency using two ethernet under FreeBSD 4.11 ...

2005-03-15 Thread dima
> On Tue, 15 Mar 2005, dima wrote: > >>> I'm plugging everything into a Cisco 2924 ... is there some way, either on >>> the FreeBSD side, or Cisco, of 'cleaning this up'? >> >> Try ng_fec. It works ok with 2950, not sure about 2924 though. >

Re: use of ng_fec ...

2005-03-16 Thread dima
> After reading up on the Cisco stuff that ng_fec is meant for, I'm curious > as to whether there is a way of determining if its needed ... in my case, > I have one server, two ethernets but all attaching to the same switch ... > is there some way of determining if the interface(s) (on either ht

Re: Upgrading to 4.10-STABLE

2005-03-16 Thread dima
> Hi all, > > I am trying to upgrade from 4.10-RELEASE to 4.10-STABLE and I have gone > through the following steps; > > 1. make buildworld > 2. make buildkernel KERNCONF=MYKERN > 3. make installkernel KERNCONF=MYKERN > 4. booted into single user mode and did, mount -u /, mount -a 4a. mergemaste

Re[2]: (panic) Lots of network memory needed

2005-06-16 Thread dima
> > I'm fairly sure that you are out of kernel virtual memory. > Look at kern/kern_malloc.c kmeminit (); you can play w/ VM_KMEM_SIZE_MAX > or TUNABLE_INT_FETCH("kern.vm.kmem.size", &vm_kmem_size); > > /* > * Try to auto-tune the kernel memory size, so that it is > * mo

Re[2]: (panic) Lots of network memory needed

2005-06-17 Thread dima
define KVA_PAGES 256 #endif #endif Well, be very carefull if you're going to change that. Check also the kernel base address in /sys/i386/include/vmparam.h > > > dima wrote: > > >>I'm fairly sure that you are out of kernel virtual memory. > >>Look a

Re: polling in 4.11 vs 5.4

2005-08-23 Thread dima
> I hope this is the right place that I post to! > > > > When I enabled polling in 5.4 and 4.11, I found that CPU load > in 5.4 is much higher than 4.11. For example, suppose HZ is 5000, in 5.4 > the idle CPU is about 87%, but in 4.11, the idle CPU is about 99.9%. Is > this ri

Re: Network performance in a dual CPU system

2006-02-10 Thread dima
> Hello all, > > thanks for the replies. Most of you have suggested that I turn on > polling and give it a try. The machine is in production, hence I need > to schedule downtime for that. > > The system is mainly being used as a dedicated router. It runs OSPF, > BGP and IPFW (around 150 rules)

Re[2]: packet drop with intel gigabit / marwell gigabit

2006-03-19 Thread dima
> i increased hz from 2000 to 5000, now the packet loss is decreased > from 5-6% to 0.6-0,8% !!! > huge improve! > should i increase hz more? You can. But remember that higher HZ values spend more CPU time for task switching. So if the hardware is used for something more than only network worklo

Re[2]: New version of iwi(4) - Call for testers

2006-03-19 Thread dima
> All, > > the new version at: > http://people.freebsd.org/~mlaier/new_iwi/20060315.both.tgz > > should build for RELENG_6 and HEAD. Make sure to have the latest RELENG_6 > checkout with the taskqueue changes. > > This version supports version 3.0 and version 2.4 firmware. From iwi_fw you >

Re[2]: New version of iwi(4) - Call for testers [regression!]

2006-03-20 Thread dima
> the new version at: > http://people.freebsd.org/~mlaier/new_iwi/20060315.both.tgz > > should build for RELENG_6 and HEAD. Make sure to have the latest RELENG_6 > checkout with the taskqueue changes. > > This version supports version 3.0 and version 2.4 firmware. From iwi_fw you > can build

is NFS production-ready ?

2006-04-10 Thread dima
First, searching through the archives I'm about to say "No". My goal is to provide NFS service to many FreeBSD clients sharing the exports. The usage pattern appears to be "many reads and not as much writes". The deployment might look like the following: a SAN and 2 NFS servers sharing its LUNs.

Re[2]: is NFS production-ready ?

2006-04-11 Thread dima
> On Mon, Apr 10, 2006 at 11:26:40PM +0400, dima wrote: > > 3. Is at least implementation of NFS client (either kernel-side or > > user-space) stable enough for production use? Client OS replacement is > > impossible (hardly suitable, really) in my project. > > I bui

Re[2]: inter pro wireless problems

2006-04-11 Thread dima
I can report even more regression with the most recent version (0409) :( My 2915 seems to work with RELENG_6_0 only. Not always though. Sometimes I had to reboot to make it associated. Plus the outgoing traffic problem. I could only associate several times with older versions of RELENG_6. Well,

Re[2]: New version of iwi(4) - Call for testers [regression!]

2006-05-03 Thread dima
Well, the recent commit to CURRENT is much better than the previous patches against STABLE. It associates in almost 100% of my attempts. I can't run "cvsup test" to admit the original problem is really resolved. I can associate, but AP just doesn't pass my traffic since some point in RELENG_6. I

Re[2]: Cluster solution

2006-05-17 Thread dima
> You'd need to be more specific particularly with how much money you want to > spend. HA Clusters are expensive to build. The question was about FreeBSD. Do you know any HA solutions working with it? My company would be glad to spend quite a lot if there were one. Don't top-post, please. >

CARP broken in 6.1

2006-05-25 Thread dima
Assigning an IP address to a CARP interface leads to the new route table entry: UH 0 0 carp0 and such error in /var/log/messages: arp_rtrequest: bad gateway (!AF_LINK) Removing the entry manually seems to fix the issue. But I can't ping the CARP address from inside. _

Re[2]: CARP broken in 6.1

2006-05-25 Thread dima
> On 5/25/06, Marko Lerota <[EMAIL PROTECTED]> wrote: > > > and such error in /var/log/messages: > > > arp_rtrequest: bad gateway (!AF_LINK) > > This behavior has been the case for as long as CARP has been in the > kernel. I have seen it ever since starting the pfSense project. > > It appears t

Re[2]: CARP broken in 6.1

2006-05-26 Thread dima
> On Thursday 25 of May 2006 17:17, dima wrote: >> Assigning an IP address to a CARP interface leads to the new route table >> entry: UH 0 0 carp0 >> >> and such error in /var/log/messages: >> arp_rtrequest: bad gateway (!AF_LINK) >> >> Removing the

is CARP still impossible on SMP in 6.2?

2007-02-28 Thread dima
Hello, all. I'm trying to make CARP working on a 2-Xeon hardware. It worked OK on 5.5, but not on 6.2. The result of compiling both options SMP device carp into the kernel makes it crash in 'swi1: net' kernel thread on a random (usually first) use of the CARP facility. Regards, Dmitriy.

Re[2]: is CARP still impossible on SMP in 6.2?

2007-02-28 Thread dima
> On Wed, Feb 28, 2007 at 02:28:13PM +0300, dima wrote: > d> I'm trying to make CARP working on a 2-Xeon hardware. It worked OK on 5.5, > but not on 6.2. > d> The result of compiling both > d> options SMP > d> device carp > d> into the kernel makes i

Re[2]: is CARP still impossible on SMP in 6.2?

2007-03-01 Thread dima
> On Wed, Feb 28, 2007 at 06:08:21PM +0300, dima wrote: > d> > On Wed, Feb 28, 2007 at 02:28:13PM +0300, dima wrote: > d> > d> I'm trying to make CARP working on a 2-Xeon hardware. It worked OK on > 5.5, but not on 6.2. > d> > d> The result of co

Re: please (re) test if_ath in -HEAD

2011-03-07 Thread Dima Panov
: >>  $FreeBSD: src/sys/dev/ath/if_ath.c,v 1.302 2011/03/02 17:19:54 adrian Exp $ > > Ok, so between r219318 (today) and r218779 (2011-02-18). > > Would you please first test r218779 and verify that performance is (back to) > fine? -- Dima Pa

Network configuration for KVM

2008-10-17 Thread Antipov Dima
*English* Hi all sorry for my english i have little problem whis a network configuration for my freebsd used whis KVM so my probleme is simple ip of my host 91.121.156.206 ip oh my guest 91.121.234.115 from Gust i can ping any ip's but no domaines i can not ping my Guest from anywhere

Re: ifconfig won't allow me to change ether address and inet address in the same command

2008-10-21 Thread Antipov Dima
and sysinstall not work for you? 2008/10/21 Christopher Cowart <[EMAIL PROTECTED]> > Eduardo Meyer wrote: > > # ifconfig rl0 inet 192.168.2.12 netmask 255.255.255.0 > > # ifconfig rl0 ether 00:02:4f:0a:ce:f3 > > > > I ask you some help, how can I accomplish both tasks with rc_ng? In > > /etc/rc.c

Découvrez mon profil Facebook

2009-01-16 Thread Dima Antipov
pre profil. Merci, Dima Pour vous inscrire à Facebook, suivez le lien ci-dessous : http://www.facebook.com/p.php?i=1186987124&k=6YF4Q4WYPYVM5CEIXFY6X3&r ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Re: Interface address sourced packets go thru default gateway on another interface

2007-11-15 Thread Dima Dorfman
of the primary connection will not prevent full connectivity through the secondary. -- Dima ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: uma_zcreate() call from kern_mbuf.c - bug?

2004-09-10 Thread Dima Dorfman
Brian Somers <[EMAIL PROTECTED]> wrote: > Of course m_get() et. al. seem to manage to get MSIZE aligned pointers back > from uma_zalloc_arg(zone_mbuf...) anyway, but surely that's an implementation > side effect and the align argument should be corrected. This change looks right to me, but I'm har

Re: manual page review: connect(2) EAGAIN error

2001-01-19 Thread Dima Dorfman
ow that EAGAIN was being returned on blocking sockets when all ports were in use (just wanted to clear that up; the patch seems to just use non-blocking sockets as an example, anyway). Dima Dorfman

Re: manual page review: connect(2) EAGAIN error

2001-01-20 Thread Dima Dorfman
find the e-mail here: http://docs.FreeBSD.org/cgi/getmsg.cgi?fetch=220467+0+current/freebsd-net Dima Dorfman [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net"

Re: icmp-response bandwidth limit?

2001-01-20 Thread Dima Dorfman
AQ entry about this describing it in a little more detail: http://www.freebsd.org/FAQ/networking.html#ICMP-RESPONSE-BW-LIMIT Dima Dorfman [EMAIL PROTECTED] P.S. -net is for technical discussions of network code,

Re: Randomized IP ID patch

2001-05-25 Thread Dima Dorfman
just wanted to be able to switch it on without recompiling a kernel (e.g., while running GENERIC), this obviously doesn't help. Just food for thought, I guess. I like it either way :-). Thanks! Dima Dorfman [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: tcp_usr_connect

2001-09-13 Thread Dima Dorfman
mark tinguely <[EMAIL PROTECTED]> wrote: > > in tcp_usr_connect() and tcp6_usr_connect() in sys/netinet/tcp_usrreq.c > in both FreeBSD 4.3 and -current is there a missing > tp = intotcpcb(inp); > call? It seems from my eyes that "tp" is not initialized. It's initialized in COMMON_START().

Fix icmp_reflect if no addresses are configured

2001-11-23 Thread Dima Dorfman
Please review the following change, from NetBSD: In icmp_reflect(): If the packet was not addressed to us and was received on an interface without an IP address, try to find a non-loopback AF_INET address to use. If that fails, drop it. Previously, we used the add

Latency spike over VPN using SSH (delayed ack problem)

2002-09-21 Thread Dima Dorfman
remained. Now, if I turned off delayed acks on C xor R, the latency spike drops to ~95 ms. If I turn it off on C *and* R, the latency spike disappears--hence the "delayed ack problem" part of the subject. Just for reference, here's what the symptom looks like *with* delayed acks: d

Re: OT - Quagga/CARP

2006-03-25 Thread Dima Dorfman
Michael DeMan <[EMAIL PROTECTED]> wrote: > Anyway, thanks very much for the information. I'm going to have to > figure out some kind of workaround on my architecture. In the worst > case, I can shut off OSPF on the edge routers and use static routes > upstream and OSPF from there, but that

Re: OT - Quagga/CARP

2006-03-30 Thread Dima Dorfman
ra part that interacts with the kernel has had various problems over time--routes not being installed correctly, or going away, or having incorrect flags. I wouldn't trust it to configure the entire network subsystem. Dima. > On Mar 25, 2006, at 1:21 AM, Dima Dorfman wrote: > > >

Gigabit ethernet questions?

2006-08-09 Thread Dima Roshin
Greeting colleagues. I've got two DL-360(pciX bus) servers, with BCM5704 NetXtreme Dual Gigabit Adapters(bge). The Uname is 6.1-RELEASE-p3. The bge interfaces of the both servers are connected with each other with a cat6 patchcord. Here are my settings: kernel config: options DEVICE_POLLING

Re[2]: Gigabit ethernet questions?

2006-08-09 Thread Dima Roshin
nected with 192.168.0.2 port 5001 [ 3] 0.0-10.0 sec762 MBytes639 Mbits/sec But there is still some bottleneck, and I can't understand where. -Original Message- From: Jon Otterholm <[EMAIL PROTECTED]> To: Dima Roshin <[EMAIL PROTECTED]> Date: Wed, 09 Aug 2006 13:

Re: Active-mode FTP routing question

2003-10-04 Thread Dima Dorfman
ect (but I can't confirm this because ipnat(5) doesn't document the proxy modifier). E.g., this line loads just fine: map fxp0 63.198.170.138/32 -> 0.0.0.0/32 proxy port 12345 ftp/tcp but I can't test it because I don't know any FTP servers on non-standard ports. I