ned99 0 Posted February 26, 2005 Hey people I've got a strange problem with Unix commands. Yesterday I configured my firewall using iptables. Today I wanted to modify it a bit so I log in as root and type iptables -L to check the rules but I get this error: bash: iptables: command not found No other iptables commands work either. Any ideas why this has happend? Thanks, Share this post Link to post
Dapper Dan 0 Posted February 26, 2005 Did you try: /usr/sbin/iptables Or: /sbin/iptables ? Share this post Link to post
ned99 0 Posted February 27, 2005 When I try that I get a No such file or directory error. Any ideas? Share this post Link to post
martouf 0 Posted February 28, 2005 when you're getting the error, what is the output of: 1. "id -a" and 2. "echo $PATH" ?? Share this post Link to post