From owner-freebsd-hackers Mon Jan 15 14:33:53 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from web114.yahoomail.com (web114.mail.yahoo.com [205.180.60.86]) by hub.freebsd.org (Postfix) with SMTP id E849037B69B for ; Mon, 15 Jan 2001 14:33:36 -0800 (PST) Received: (qmail 14963 invoked by uid 60001); 15 Jan 2001 22:33:36 -0000 Message-ID: <20010115223336.14962.qmail@web114.yahoomail.com> Received: from [216.93.101.13] by web114.yahoomail.com; Mon, 15 Jan 2001 14:33:36 PST Date: Mon, 15 Jan 2001 14:33:36 -0800 (PST) From: abtm Subject: Tircproxy 0.4.x and ipf after version 3.3.8 To: avalon@coombs.anu.edu.au, hackers@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am having problems getting tircproxy to work on FreeBSD 4.2 using IPF version 3.4.8. tircproxy compiles and starts up, but when a client tries to connect, I get "ioctl: Invalid argument" or "Invalid address" and the client ges an imediate connection reset by peer. I have searched through the mailing lists and have found only one reference to this problem: http://false.net/ipfilter/2000_01/0393.html. I contacted the poster and asked him if he was ever able to make it work and he said no. I have looked through the source files for tircproxy and found one section of code in tircproxy.c that deals with ioctl which is: fd = open(IPL_NAT, O_RDONLY); if (ioctl(fd, SIOCGNATL, &natlook) == -1) { perror("ioctl"); exit(-1); } close(fd); Any ideas or suggestions would be greatly appreciated. Thanks. __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message