hallo,

ich würde sehr gerne ipchains! konfigurieren,
habe allerdings ein kleines verständnisproblem.

sehe ich das richrig das $PPP_IFACE die dynamisch zugewiessene ip
bei der isdn einwahl darstellt,
nur wofür steht $PPP_NET ???
wenn $PPP_NET das zweite interface in diesem router darstellt, kann ich auch eth0 schreiben?
wenn $PPP_NET = eth0 ist wo wird dies festgelegt?

>case "$PPP_IFACE" in
> ippp*)
> #route del default
> #route add default netmask 0 $PPP_IFACE # usually necessary
> #route add default netmask 0 gw $PPP_REMOTE dev $PPP_IFACE
> # The next lines are for simple firewalling.
> # See comments in /etc/isdn/device.* about firewalling!
> ipchains -D input -j DENY -i $PPP_IFACE 2>/dev/null
> ipchains -A input -j ACCEPT -i $PPP_IFACE -p TCP -d $PPP_NET 1000:
> ipchains -A input -j ACCEPT -i $PPP_IFACE -p TCP -d $PPP_NET ssh
> ipchains -A input -j ACCEPT -i $PPP_IFACE -p TCP -d $PPP_NET smtp


vielleicht noch eine kleinigkeit *g
in einigen skripten kommt immermal wieder
ANYWHERE="0/0" vor, was hat es damit aufsich?

kann mir das jemand beantworten
schonmal dankeschön alex