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
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
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
3 matches
Mail list logo