El día Friday, April 07, 2006 a las 12:43:09PM +0300, Nikos Vassiliadis 
escribió:

> > There is one of the oldest firewall toolkits, the TIS' FWTK,
> >
> > http://www.fwtk.org/main.html
> >
> > it has some so called 'plug-gw', writte in C, which does exactly what
> > you want, excepting TCP on one address:port and directing it
> > transparently to some other address:port (like the woman in the old
> > POTS did with the cable); you can (and I did it for testing purposes
> > as well) easy expand it to collect the data to some file, for example.
> 
> It doesn't build on >=5.x :(

The fwtk2.1 stops building in 'auth' on 6.0-REL with:

$ make
        ...
cc -g -o authsrv authsrv.o proto.o db.o pass.o srvio.o      ../libauth.a 
../libfwall.a     
pass.o(.text+0x64): In function `passverify':
/usr/home/guru/sysSrc/fwtk/fwtk/auth/pass.c:39: undefined reference to `crypt'
pass.o(.text+0x129): In function `passset':
/usr/home/guru/sysSrc/fwtk/fwtk/auth/pass.c:70: undefined reference to `crypt'
*** Error code 1

but you don't need the 'authsrv'; just go over to

$ cd plug-gw
$ make
cc -I.. -g  -c plug-gw.c
cc -g -o plug-gw plug-gw.o ../libfwall.a 
chmod 755 plug-gw
$

or fix the problem with 'crypt' :-)

        matthias

-- 
Matthias Apitz / Sisis Informationssysteme GmbH
ein Tochterunternehmen der OCLC PICA B.V. Leiden (NL)
D-82041 Oberhaching, Gruenwalder Weg 28g
Fon: +49 89 / 61308-351, Fax: -399, Mobile +49 170 4527211
http://www.sisis.de/~guru/
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to