I have compiled and installed the pfil and ipf packages on a couple of
Solaris 9 systems. One of them is working fine, but the other is
throwing the following error when I try to crank it up:
 
protocol unknown error at "from", line 4
 
Here's the ipf config file:
 
pass out quick on lo0
pass in quick on lo0
block in log on bge0 all keep state
pass in quick on bge0 proto icmp from any to any
pass out quick on bge0 proto icmp from any to any
pass in quick on bge0 proto tcp from any to any port = 22 keep state
pass in quick on bge0 proto tcp from any to any port = 21 flags S keep
state
pass out quick on bge0 all keep state  
 
ipf -V output:
 
ipf: IP Filter: v4.1.16 (600)
Kernel: IP Filter: v4.1.16              
Running: yes
Log Flags: 0 = none set
Default: pass all, Logging: available
Active list: 0
Feature mask: 0x187
 
 

Any help would be great. Thanks.

Stephen Jackson

Reply via email to