Further to this, I wonder if some kind soul(s) NOT using a ViX image (i.e BH/VTI/PLI) could please tell me whether their image supports the su & iptables commands? e.g. type the following commands at a terminal (SSH/Telnet) prompt and see if they return anything useful (neither of these commands will change anything on your system):
This should return the location in the filesystem of the su command (e.g. /bin/su) if it exists, or nothing if not.
This just lists the content of the 'nat' firewall table. It will return a 'command not found' or 'table does not exist' error if NOT supported.
If either/both work please let me know which image you are using.
TIA
Code:
which su
Code:
iptables -L -t nat
If either/both work please let me know which image you are using.
TIA
Comment