This is a discussion on IPFilter 4.1 in OpenBSD 3.4 within the IPFilter forums, part of the System Security and Security Related category; Hi : I've build IPF 4.1 in OpenBSD 3.4 (i386) using the 3.3 diffs files. All (the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi :
I've build IPF 4.1 in OpenBSD 3.4 (i386) using the 3.3 diffs files. All (the patched kernel and ipf) compiled great without any errors but when running ipf I got the following error : # ipf -V ipf: IP Filter: v4.1 (388) SIOCGETFF: Input/output error Kernel: IP Filter: v4.1 Running: no Log Flags: 0 = none set Default: pass all, Logging: available Active list: 0 Feature mask: 0x10a The workaround for this problem whas disabling and enabling IPF manually : # ipf -D # ipf -E It had to be fisrt disabled because it had been enabled at boot time : # ipf -E IP FIlter: already initialized Re-enabling the IPF, I could have the IPF working : bash-2.05b# ipf -V ipf: IP Filter: v4.1 (388) Kernel: IP Filter: v4.1 Running: yes Log Flags: 0 = none set Default: pass all, Logging: available Active list: 0 Feature mask: 0x10a Did I miss something or it could be a bug ? I followed the instructions given at OpenBSD-3/README.3_3 . Richard Cotrina |