DA-KISS firewall on Fedora Core 2 (or 3)

According to the documentation the IP addresses should be separated by spaces:

# CONFIG #1 (of 5): SERVER_IPS
# You need to include at least your main IP address here. If you are hosting
# any IP-BASED sites, you MUST include the additional IP's in this variable.
# Failure to do this will result in your client not being able to log into
# their site via FTP among other things. So make sure you include this here!
# And don't forget to put "modification of this file" on your To-Do list when
# you add a new IP-BASED site.
# NOTE: Additional IP's can be added with a space in the string:
# Ex. SERVER_IPS="192.168.1.33 192.168.1.47"

# P.S. Yes, it is possible to write some code to automatically determine which
# IP's are on the machine already. But keep in mind that this script would
# have to be restarted for it to take effect anyway. Perhaps you could find a
# way around that as well...
 
Back
Top