Iptables restore - Raspberry Pi Forums
hi, turned raspberry pi open-vpn server
. had add 2 rules in iptables thing.
everytime reboot rasberry pi, need create 2 rules again. wont auto-load when rasperry pi starts. how can that?
, have 512 mb version (4g) , running 2012-10-28-wheezy-raspbian, have automatic 512 mb ram, or must trick 512 mb instead of 256?
everytime reboot rasberry pi, need create 2 rules again. wont auto-load when rasperry pi starts. how can that?
, have 512 mb version (4g) , running 2012-10-28-wheezy-raspbian, have automatic 512 mb ram, or must trick 512 mb instead of 256?
just put 2 iptables commands
/etc/rc.local
, run @ end of boot process.
use ubuntu system firewall extensive iptables rules ( couple hundred or so)
created firewall script gets run init process , reads of setting config files make easier modify.
option, if 2 rules , won't change, put them in rc.local
/etc/rc.local
, run @ end of boot process.
use ubuntu system firewall extensive iptables rules ( couple hundred or so)
created firewall script gets run init process , reads of setting config files make easier modify.
option, if 2 rules , won't change, put them in rc.local
raspberrypi
Comments
Post a Comment