LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   rc.firewall and rc.netfilter interchangeable? (https://www.linuxquestions.org/questions/slackware-14/rc-firewall-and-rc-netfilter-interchangeable-548524/)

ic_torres 04-24-2007 03:15 AM

rc.firewall and rc.netfilter interchangeable?
 
hello guys, can i use Zenwalk's rc.netfilter in my slack 10.2? il just rename it to rc.firewall..

and can i also use the rc.firewall of VL 5.1 SOHO in my slack 10.2? i've scanned my rc.firewall in VL and i saw somethings like "VASM generated etc.." will this be ok if i'll use it as my rc.firewall in slack?

b0uncer 04-24-2007 04:50 AM

Read iptables.org documents, they tell everything you need to know. Probably the important factor is which iptables/netfilter versions you are using; if they're more or less the same (i.e. you're using iptables on each machine and not the old ipchains somewhere). Basically I think the commands haven't changed much, except from ipchains -> iptables. So yes, you should be all right. Also read
Code:

man iptables
The filename isn't important. The important thing is that iptables can read the file's contents and understand the commands. After you've read the file (and therefore applied the rules), check
Code:

iptables -L
and see if everything looks good.


All times are GMT -5. The time now is 06:19 AM.