drake79
01-07-2003, 03:15 PM
I downloaded iptables 1.2.7a and did a
"make KERNEL_DIR=/usr/src/linux"
and a "make install KERNEL_DIR=/usr/src/linux"
it seemed to install just fine, it installed in /usr/local/sbin which is NOT in roots path.
I tried chkconfig --level 235 iptables
and got "no file or directory"
so I tried chkconfig --level 235 /usr/local/sbin/iptables
with the same result.
I tried "service iptables start" and got "no service iptables"
How do I remedy this? I've looked at several tutorials and none of them address this problem. Any help or ideas would be most helpful.
TIA
"make KERNEL_DIR=/usr/src/linux"
and a "make install KERNEL_DIR=/usr/src/linux"
it seemed to install just fine, it installed in /usr/local/sbin which is NOT in roots path.
I tried chkconfig --level 235 iptables
and got "no file or directory"
so I tried chkconfig --level 235 /usr/local/sbin/iptables
with the same result.
I tried "service iptables start" and got "no service iptables"
How do I remedy this? I've looked at several tutorials and none of them address this problem. Any help or ideas would be most helpful.
TIA