You have to use ipchains with a 2.2.x kernel. ipautofw doesn't work under 2.2 kernels.
I think what you want is something along the lines of ipchains -A input -j REDIRECT -p <protocol> -s 0/0 and so on. I would read the ipchains howto. There's lots of stuff you can do with it... it replaces ipautofw, portfw, etc. Do Svidonia, Martin Held Electrical Engineering, Oregon State University [EMAIL PROTECTED] http://heldm.rcn.orst.edu/ ------------------- I can picture in my mind a world without war, a world without hate. And I can picture us attacking that world, just because they'd never expect it. On Wed, 30 Jun 1999, Franz Skale wrote: > Installed kernel: 2.2.10 > host is configured as a firewall with masquerading etc. enabled. > ip_forward is configured, too. (echo "1" /proc/sys/net/ipv4/ip_forward). > Kernel Compiled with the options "/proc filesystem support" and "sysctl > support" enabled. > But if i want to configure autofw to handle quicktime 4 requests always the > following error occurs: > > firewall:~# ipautofw -A -r udp 6970 6999 -c tcp 554 > setsockopt: Protocol not available > firewall:~# > > Can anyone tell me how to solve the problem. > I nearly searched the "whole Internet" but didn`t find any working solutions > for this problem.

