Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2001 14:33:36 -0800 (PST)
From:      abtm <abtm@yahoo.com>
To:        avalon@coombs.anu.edu.au, hackers@FreeBSD.org
Subject:   Tircproxy 0.4.x and ipf after version 3.3.8
Message-ID:  <20010115223336.14962.qmail@web114.yahoomail.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010115223336.14962.qmail>