[KLUG Members] Samba, SWAT ; Not Working

Bruce Smith members@kalamazoolinux.org
08 Dec 2002 19:42:57 -0500


> Red Hat 8.0, all the updates.
> 
> This is what I get when with the commands you sent.
> 
> [root@Madness Jon]# ipchains -L
> bash: ipchains: command not found
> [root@Madness Jon]# iptables -L
> bash: iptables: command not found

You did a "su" instead of a "su -"  didn't you?   :-(
Your root user doesn't have the system directories in it's path.

Go to root as "su -"  and/or run the commands with the full path names:

 /sbin/iptables -L
 /sbin/ipchains -L


--------------------------------------------
Bruce Smith                bruce@armintl.com
System Administrator / Network Administrator
Armstrong International, Inc.
Three Rivers, Michigan  49093  USA
http://www.armstrong-intl.com/
--------------------------------------------