DiffServ SNMP agent

2011-12-01 Thread alan yang
Hello, I wonder people would know if there is diffserv SNMP agent implementation for FreeBSD that is available? Googled a bit, but was not too successful in finding. Thanks in advance! Alan ___ freebsd-questions@freebsd.org mailing list

ipsec tunnel with racoon / phase1 failure with invalid length of payload

2008-11-26 Thread alan yang
hello, wonder people could shed some light how to debug more when configuring ipsec tunnel with racoon that it seems to fail on the phase1 negotiation with racoon log info listed in the following. i tried aes as encryption algorithm, but it failed the same way. not sure the invalid length of

tracing pf code

2008-10-14 Thread alan yang
hello, for pf port on freebsd, i would like to trace the packet flow, looking at from ether_input - etiher_demux - ip_input - tcp_input where / how pf handles / process the packet. can people shed some lights where to start. really appreciate. ___

Re: tracing pf code

2008-10-14 Thread alan yang
yes, exact. thanks a lot! On Tue, Oct 14, 2008 at 6:02 PM, Max Laier [EMAIL PROTECTED] wrote: On Wednesday 15 October 2008 02:47:46 alan yang wrote: hello, for pf port on freebsd, i would like to trace the packet flow, looking at from ether_input - etiher_demux - ip_input - tcp_input where

Re: setkey panic freebsd7

2008-10-10 Thread alan yang
sorry, /usr/local/sbin/setkey failed on parsing that specific add, not panic. no specific info, just say parse failed. maybe something is not supported ...? On Thu, Oct 9, 2008 at 8:46 AM, alan yang [EMAIL PROTECTED] wrote: i wonder people ran into similar issue on setkey with freebsd7

setkey panic freebsd7

2008-10-09 Thread alan yang
i wonder people ran into similar issue on setkey with freebsd7 that panic at ~/crypto/sha1.c:263 within sha1_result() digest[0] = ctxt-h.b8[3]; digest[1] = ctxt-h.b8[2]; on the following sadb add with setkey: add 192.168.0.101 192.168.0.110 esp-old 0x10001 -m any -E des-cbc 12345678 -A

Re: setkey panic freebsd7

2008-10-09 Thread alan yang
, VANHULLEBUS Yvan [EMAIL PROTECTED] wrote: Hi. On Thu, Oct 09, 2008 at 08:46:32AM -0700, alan yang wrote: i wonder people ran into similar issue on setkey with freebsd7 that panic at ~/crypto/sha1.c:263 within sha1_result() digest[0] = ctxt-h.b8[3]; digest[1] = ctxt-h.b8[2]; on the following sadb

Re: kgdb debugging

2008-10-08 Thread alan yang
thank you all, device.hints solved it! On Tue, Oct 7, 2008 at 11:14 AM, Julian Elischer [EMAIL PROTECTED] wrote: alan yang wrote: Could people shed some light how to get remote debugging going, must be something that i overlooked, really appreciate. Two FreeBSD7 systems, target

Re: kgdb debugging

2008-10-07 Thread alan yang
3) - from targetsystem: 1. Ctrl + Alt + Esc to go into db 2. from db type gdb 3. it displays: The remote GDB backend could not be selected On Mon, Oct 6, 2008 at 5:12 PM, alan yang [EMAIL PROTECTED] wrote: the problem is, when

kgdb debugging

2008-10-06 Thread alan yang
hi, there, wonder people can shed some lights on remote debugging. i have freebsd7 configured with option DDB / KDB / GDB but after entering the db on the target system the command gdb gives the remote GDB backend could not be selected. i browsed through the mailing list, and do find 1 similar