Hi, On Sun, Feb 28, 2010 at 01:05:17PM -0800, [email protected] wrote: > Tried getting fwknop 1.9.12 server working via .deb install on Ubuntu 8.04, > but > couldn't. It installed, but I couldn't get it to open the port. My current > theory as to why is there is some kind of conflict involving libpcap0.7 (.deb > dependency) and libpcap0.8 (which was already installed).
As a matter of fact, fwknop-server does not require a build dependency against libpcap. It is libnet-pcap-perl which requires it, and libnet-pcap-perl is a dependency of fwknop-server. So, I would say libpcap is not to blame. It looks more like a problem with libc6 if you need to rebuild the package from source. > So I switched to building the server from source. That went fine. All 303 > tests > passed. > > Over on the 1.9.12 client, also running on an Ubuntu 8.04 vm, which I > installed > via .deb, after building the server from source I was now able to access the > desired port if I sent my request to a specific server port. But when I tried > to send the packet to a random server port, but I got the following error > message: > > client command: > fwknop -A tcp/22 -a 192.168.159.131 --rand-port -D 192.168.159.128 > > error message: > Cannot use --Server-port and --rand-port at the same time at /usr/bin/fwknop > line 977. > > So I switched to building the client from source. Retried the client command; > got the same error message. > > Any idea what's wrong? Michael fixed it here: http://trac.cipherdyne.org/trac/fwknop-c/changeset/165 :) That should be easy to fix, then. No need to rebuild anything, just patch fwknop. Regards, -- Franck Joncourt ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Fwknop-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fwknop-discuss
