so hab das mit fem routing jetzt hinbekommen, das schaut jetzt so aus:
#!bin/sh
modprobe iptable_nat
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
jetzt wollte ich das ganze in einem script ausführen lassen , aber er lässt mich nicht weiß zufällig wer warum ?
thanx