Results 1 to 7 of 7
iptables wont work. they arent a "valid command" AHH help
i use redhat 9...
- 09-12-2003 #1Just Joined!
- Join Date
- Sep 2003
- Posts
- 17
iptables.. not there
iptables wont work. they arent a "valid command" AHH help
i use redhat 9
- 09-12-2003 #2Just Joined!
- Join Date
- Sep 2003
- Posts
- 83
What specifically are u trying to do - i.e. what command did u issue?
- 09-12-2003 #3Just Joined!
- Join Date
- Sep 2003
- Posts
- 17
lol. i cant use any command.
- 09-22-2003 #4Just Joined!
- Join Date
- Aug 2003
- Posts
- 26
Hmm are you logged-in as root ?
Originally Posted by mohd
- 09-22-2003 #5Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
any command????
things like ls still work right?
do this
this will shwo ur current iptables setupCode:su (enter ur root pw at prompt) iptables -L
if it says invalid command etc try
if iptables is installed it should show up here, if it doesnt u need to download a new copy ( rpm.pbone.net ) or www.netfilter.org i thinkCode:rpm -qa|grep -i iptables
- 09-22-2003 #6Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
Thats not possible....as a normal user you can execute many commands... with the id command you can see which user you are for the moment... ls -l works right??
Regards
Andutt
- 09-22-2003 #7Just Joined!
- Join Date
- May 2003
- Posts
- 27
To view output from iptables -L you need to be logged in as root
in an xtermCode:su "root password"
issue command
Code:/usr/sbin/iptables -L


Reply With Quote