Red Squirrel
No Lifer
This is really weird, so it looks like iptables is running, yet I do not see a startup script in the startup script section, and I do not see it when I do ps aux. But it is running, because if I use the command to flush the rules and allow all, it has an effect.
Basically what I'm trying to do is open up a port. I am having trouble getting my startup script to run after whatever process is initializing iptables because there is no rc.local script in suse for some reason. Normally I put all my startup stuff in there because it executes after everything else.
I tried making a "service" that starts my script but that failed pretty hard. It's not a service I'm trying to run, but just a script.
Any way I can find out what is initializing iptables? I don't want to turn it off completely, I just want to use my script with my own rules instead of the default ones. Come to think of it, where does it store rules anyway? I've never been able to figure this out, hence why I always just make my own script that flushes the rules and puts in my own.
Basically what I'm trying to do is open up a port. I am having trouble getting my startup script to run after whatever process is initializing iptables because there is no rc.local script in suse for some reason. Normally I put all my startup stuff in there because it executes after everything else.
I tried making a "service" that starts my script but that failed pretty hard. It's not a service I'm trying to run, but just a script.
Any way I can find out what is initializing iptables? I don't want to turn it off completely, I just want to use my script with my own rules instead of the default ones. Come to think of it, where does it store rules anyway? I've never been able to figure this out, hence why I always just make my own script that flushes the rules and puts in my own.