I have only this simple question ! Is it possible to compile iptables within images ??? Do iptables require huge space into flash ??? I think it would be usefull to dbox2/dream users ! Thx for your great work
![smile :)](./images/smilies/icon_smile.gif)
Dürfte prinzipiell aber möglich sein, dazu muss aber der Kernel mit einigenpOo hat geschrieben:iptables funktioniert ja leider nicht auf der DBox.
Code: Alles auswählen
#!/bin/sh
# openvpn config file directory
dir=/var/ovpn
# load TUN/TAP kernel module
#modprobe tun
insmod -f tun.o
./openvpn --cd $dir --daemon --config server.ovpn
Code: Alles auswählen
#!/bin/sh
# stop all openvpn processes
killall -TERM openvpn