Hi! > But now have another Q when I tried to insert rule as per the IP Filter > HOWTO Manual i.e.: > pass out quick proto udp from any to any port 33434><33690 keep state > I get this error > > nebula:root % ipf -Fa -f /etc/ipf.rules > 33: unknown port "33434><33690"
Probably IPFilter just wants spaces around '><' Here's a working rule from my IPFilter 3.4.29/FreeBSD 4.7 box: (sorry for wrapping) pass out quick on fxp0 proto udp from 194.126.106.98 to any port 33434 >< 33525 keep state -- Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/ * I'd rather have a bottle in front of me than a frontal lobotomy
