Re: kernel ignores default route?

2012-07-11 Thread Daniel Hartmeier
On Wed, Jul 11, 2012 at 12:31:11AM -0400, Michael R. Wayne wrote: > I have two routers, on the same ethernet at: > 148.59.4.1 (default) > 148.59.4.3 & 139.171.192.26 > 148.59.4.2 (FreeBSD box) > 148.59.4.0/27 link#2 UC 00 fxp0 > 148.59.4.1 00:a0:c8:2c:5

Re: TIME_WAIT Assassination in FreeBSD???

2011-09-05 Thread Daniel Hartmeier
In FreeBSD, the ftp client allocates the port for an active-mode data connection by calling bind(2) with so_port set to 0, which means it lets the kernel pick a port, see http://www.freebsd.org/cgi/cvsweb.cgi/src/contrib/lukemftp/src/Attic/ftp.c?rev=1.1.1.8;content-type=text%2Fplain;hideattic=0

Re: DEBUG - analysing core dumps

2011-05-25 Thread Daniel Hartmeier
On Wed, May 25, 2011 at 06:36:49PM +0200, Damien Fleuriot wrote: > I am not sure what steps I should follow to get more information ? Rebuild the port with debug information, as in # cd /usr/ports/sysutils/rsyslog4 # WITH_DEBUG=1 make package And install that on the target host. Then repeat