Re: iSCSI Target For Freebsd

2012-03-09 Thread Dan Nelson
istgt's entries in /var/log/messages and see if it logs something useful about why it refused the login. -- Dan Nelson dnel...@allantgroup.com ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fr

Re: Patch to enable our tcpdump to handle CARP

2011-10-20 Thread Dan Nelson
codes a 7 in the AuthLen field, so it'll get the packet type right unless you happen to use VRRP with 7 IP addresses. -- Dan Nelson dnel...@allantgroup.com Index: print-vrrp.c === --- print-vrrp.c (revision 22652

Re: kern/129719: [tcp] [panic] Panic during shutdown, tcp_ctloutput: inp == NULL

2009-01-31 Thread Dan Nelson
In the last episode (Feb 01), lini...@freebsd.org said: > Is this easily reproducible? And, if so, do you have a corefile > available that can be posted on the web somewhere? I've only had it happen once, but I still have the corefile if it might help. -- Dan Nelson

Re: Panic in arpresolve->rt_check?

2007-10-16 Thread Dan Nelson
In the last episode (Oct 12), Kris Kennaway said: > Dan Nelson wrote: >> In the last episode (Oct 10), John Baldwin said: >>> On Wednesday 12 September 2007 02:50:37 pm Ivan Voras wrote: >>>> Dan Nelson wrote: >>>>> The same panic was also repor

Re: Panic in arpresolve->rt_check?

2007-10-16 Thread Dan Nelson
In the last episode (Oct 16), Dan Nelson said: > In the last episode (Oct 12), Kris Kennaway said: > > Dan Nelson wrote: > >> In the last episode (Oct 10), John Baldwin said: > >>> On Wednesday 12 September 2007 02:50:37 pm Ivan Voras wrote: > >>>> Dan

Re: kern/56461: FreeBSD client rpc.lockd incompatible with Linux server rpc.lockd

2004-06-18 Thread Dan Nelson
ed in those situations where it's needed. Linux kernels 2.4.26 and above have fixed this particular bug, so the need for a compatibility hack on our end is not as great anymore. http://www.kernel.org/pub/linux/kernel/v2.4/ChangeLog-2.4.26 , search for "cookie". --

Re: using netgraph to connect 2 physical interfaces into one virtual interface

2004-06-24 Thread Dan Nelson
des, etc), how ng_fec needs just as much hardware support as one2many: the system at the other end must be able to handle port aggregation, and must be able to be manually configured. Both nodes do the same thing, in slightly different ways. -- Dan Nelson [EMAIL PROTECTED] ___

Re: tcp troughput weirdness

2005-07-12 Thread Dan Nelson
of those > situations ;-) You might want to apply the patch at the bottom of http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/75122 ; without it, new connections get a random initial bandwidth. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-

Re: call for testers: port aggregation netgraph module

2001-02-09 Thread Dan Nelson
long as you configure the appropriate ports on the switch on the other end as "SA-Trunk", or "Trunk", you should be okay. -- Dan Nelson [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: TCP intercept?

2001-04-23 Thread Dan Nelson
tware/ios120/12cgcr/secur_c/scprt3/scdenial.htm I don't trust a border router to proxy every TCP session going through it, though. Since the router doesn't know the capabilities of the 2nd host at the time it proxies the connection from the 1st, you can't negotiate any enhanced TCP

Re: SMUX (RFC 1227) implementation for BSNMPd

2006-08-07 Thread Dan Nelson
; > a libsmux library and API to be used in building smux peers (the > > "client side"). > > Cool! As soon as libsmux is done, I must chase myself to > write SNMP support for mpd. I thought SMUX was obsoleted many years ago by AgentX (RFC 2257) ? -- Dan Nelson

Re: odd TCP rtt/retransmit timeout issue...

2006-09-25 Thread Dan Nelson
gdb) print ((struct tcpcb *)0xc3a9e000)->t_rxtcur > $19 = 284155863 Do you have net.inet.tcp.inflight.enable=1 ? You might be hitting something related to kern/75122. You'll want to pull the raw gnats repository file to read it; the query-

Re: Max NFSD processes

2004-05-19 Thread Dan Nelson
leneck (locking for example), more nfsds won't do any good. -- Dan Nelson [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"