mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user