Package: firehol
Version: 1.231-5
Severity: minor
The following message is displayed:
/tmp/.firehol-tmp-13381-27844-14191/firehol-tmp.sh: line 51: unexpected EOF
while looking for matching `"'
/tmp/.firehol-tmp-13381-27844-14191/firehol-tmp.sh: line 54: syntax error:
unexpected end of file
Unfortunately the file does not exist, because the /sbin/firehol removes
it. The fireall is started but left in inconsistent state where some
rules have been applied and some haven't
SUGGESTION
Please improve error reporting. Leave the file there in case of error
and suggest action what to check.
If possible, run some verify check for paired quotes before processing
the config file and warn about missing ones.
CAUSE
I commented out one by one lines from /etc/firehol/firehol.conf until
the cause of the error was poinpointed. However, it is not clear
what is the error here. The definitions above are similar and work ok.
=> The missing quote was finally eyeballed.
#
# $Id: client-all.conf,v 1.2 2002/12/31 15:44:34 ktsaou Exp $
#
# This configuration file will allow all requests originating from the
# local machine to be send through all network interfaces.
#
# No requests are allowed to come from the network. The host will be
# completely stealthed! It will not respond to anything, and it will
# not be pingable, although it will be able to originate anything
# (even pings to other hosts).
version 5
server_http_ports="tcp/80"
client_http_ports="default"
server_https_ports="tcp/443"
client_https_ports="default"
server_ssh="tcp/22"
client_ssh_ports="default"
server_smtp10025_ports="tcp/10025"
client_smtp10025_ports="default"
server_dns_ports="tcp/43"
client_dns_ports="default"
srv_smtp="smtp smtp10025"
srv_http="http https"
# mxout1.mailhop.org (dyndns)
hostlist_mx_in="192.168.1.1/24"
hostlist_home="192.168.1.3 192.168.1.4 192.168.1.5"
hostlist_home2="192.168.1.6 192.168.1.7"
hostlist_ssh_in="example.com ${hostlist_home}"
# Accept all client traffic on any interface
interface any world
policy reject
protection strong 10/sec 10
# server "${srv_smtp}" accept src "${hostlist_mx_in}"
server "${srv_smtp}" accept
#-!- server "${srv_http} accept
server ssh accept src "${hostlist_ssh_in}"
server dns accept src "${hostlist_home}"
server all accept src "${hostlist_home}"
server all accept src "${hostlist_home2}"
client all accept
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)
Versions of packages firehol depends on:
ii bash 3.1-5 The GNU Bourne Again SHell
ii iproute 20060323-1 Professional tools to control the
ii iptables 1.3.5.0debian1-1 Linux kernel 2.4+ iptables adminis
ii net-tools 1.60-17 The NET-3 networking toolkit
Versions of packages firehol recommends:
ii curl 7.15.5-1 Get a file from an HTTP, HTTPS, FT
ii module-init-tools 3.2.2-3 tools for managing Linux kernel mo
ii modutils 2.4.27.0-6 Linux module utilities
ii wget 1.10.2-2 retrieves files from the web
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]