Hinzugefügt:

* Zaptel Kernelmodule werden gleich komprimiert.
Geändert:
  * Konfigurationspfade sämtlicher Programme von /etc nach /var/ipfire verschoben.
  * Einige Schönheitsfehler IPCop --> IPFire korrigiert.
Gelöscht:
  * wireless herausgenommen. (Bleibt abzuwarten, wann es in IPCop 1.4.11 ist.)


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@130 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-05-22 10:43:28 +00:00
parent 10a04d70a4
commit 5fcb6d5a39
16 changed files with 69 additions and 52 deletions

View File

@@ -165,9 +165,9 @@ case "$1" in
/sbin/iptables -A INPUT -i $GREEN_DEV -m state --state NEW -j ACCEPT -p ! icmp
/sbin/iptables -A FORWARD -i $GREEN_DEV -m state --state NEW -j ACCEPT
# If a host on orange tries to initiate a connection to IPCop's red IP and
# If a host on orange tries to initiate a connection to IPFire's red IP and
# the connection gets DNATed back through a port forward to a server on orange
# we end up with orange -> orange traffic passing through IPCop
# we end up with orange -> orange traffic passing through IPFire
[ "$ORANGE_DEV" != "" ] && /sbin/iptables -A FORWARD -i $ORANGE_DEV -o $ORANGE_DEV -m state --state NEW -j ACCEPT
# accept all traffic from ipsec interfaces

View File

@@ -65,12 +65,12 @@ if [ -d /proc/bus/pccard ]; then
modprobe serial_cb
fi
echo "Setting up IPCOP firewall rules"
echo "Setting up IPFire firewall rules"
/etc/rc.d/rc.firewall start
echo "Setting up IP Accounting"
/etc/rc.d/helper/writeipac.pl
/usr/sbin/fetchipac -S
echo "Setting IPCOP DMZ pinholes"
echo "Setting IPFire DMZ pinholes"
/usr/local/bin/setdmzholes
if [ "$BLUE_DEV" != "" ]; then

View File

@@ -258,7 +258,7 @@ fi
echo "Running rc.local"
. /etc/rc.d/rc.local
logger -t ipcop "IPCop started."
logger -t ipfire "IPFire started."
# Send nice startup beep now
/usr/bin/beep -l 75 -f 500