Problem beim installieren der APF-Firewall

Touch_Freak

New Member
[zensiert]# ./install.sh
Installing APF 9.7-1: eth0: error fetching interface information: Device not found
Completed.

Installation Details:
Install path: /etc/apf/
Config path: /etc/apf/conf.apf
Executable path: /usr/local/sbin/apf

Other Details:
eth0: error fetching interface information: Device not found
eth0: error fetching interface information: Device not found
cp: cannot stat `/etc/apf.bk.last/vnet/*.rules': No such file or directory
Imported options from 9.7-1 to 9.7-1.
Note: Please review /etc/apf/conf.apf for consistency, install default backed up to /etc/apf/conf.apf.orig

Was kann ich dagegen tuen?

eth0: error fetching interface information: Device not found


Mfg
 
apf firewall for vps servers:

If you are running apf firewall in vps, there is a possibility that you will get "eth0: Device not found". Instead you have to make settings in the configuration file.

Find the following lines and change the values like below.

Iface_in = "venet0"
iface_out = "venet0"
devel_mode="1"
set_monokern="1"

<port settings as above>

set_monokern="1"
(the above line is important to have "1" if you are in vps server as otherwise you will get unable to load ip tables module")
1234567890
 
Back
Top