README_EN.txt 573 B

1234567891011121314151617181920
  1. nftable is native to Slackware 14.2 installation
  2. # mv -v nftables.conf /etc/nftables/
  3.    - copy or move nftables.conf (configuration file) to "/etc/nftables/"
  4. # chmod + x /etc/nftables/nftables.conf
  5.    - changing permissions
  6. # mv -v rc.nftables /etc/rc.d/
  7.    - copy or move rc.nftables (initialization file) to "/etc/rc.d/"
  8. # chmod + x /etc/rc.d/rc.nftables
  9.    - make the script executable at startup
  10. # vim /etc/rc.d/rc.inet2
  11. | if [-x /etc/rc.d/rc.nftables]; then
  12. | /etc/rc.d/rc.nftables start
  13. | fi
  14. - add the lines above in "/etc/rc.d/r.inet2" for boot-up