Cluster I/O Protocols (CIP) Configuration and Management Manual (H06.16+, J06.05+)
ERROR MESSAGES
climconfig ip6tables requires options/commands.
Try 'climconfig ip6tables -h' for more information.
climconfig ip6tables Error: File /etc/clim/climiptables/state does not exist.
climconfig ip6tables Error: Cannot open the file /etc/clim/climiptables/state: error-code.
Error: invalid version string 'version', file ‘/etc/clim/climiptables/state’.
Error: version string major, minor is not compatible, file ‘/etc/clim/climiptables/state’.
climconfig ip6tables Error: Invalid climiptables state file.
climconfig ip6tables Error: max prefix length for '--log-prefix' is 25.
climconfig ip6tables Error: Deleting/Appending/Renaming/Flushing a rule from/to the Linux built-in
chain 'xxx’ is not allowed.
climconfig ip6tables Error: Deleting/Appending/Renaming/Flushing a rule from/to the CIP policy
chain is not allowed.
CONSIDERATIONS
None.
EXAMPLES
> climcmd n1002583 climconfig ip6tables -S
-N ftp
-N telnet
-A CIP_INPUT -p tcp -m tcp --dport 20:21 -j ftp
-A CIP_INPUT -p tcp -m tcp --dport 23 -j telnet
-A ftp -i eth2 -j REJECT --reject-with icmp-port-unreachable
-A telnet ! -i eth2 -j REJECT --reject-with icmp-port-unreachable
Termination Info: 0
> climcmd n1002583 climconfig ip6tables -vL
Chain INPUT (policy ACCEPT 11 packets, 889 bytes)
pkts bytes target prot opt in out source
destination
7636 1970K ACCEPT all -- any any N1002583 anywhere
657K 229M ACCEPT all -- eth0 any anywhere anywhere
204 13045 CIP_INPUT all -- any any anywhere anywhere
146 9781 CIP_INPUT_p all -- any any anywhere anywhere
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source
destination
Chain OUTPUT (policy ACCEPT 1313 packets, 246K bytes)
pkts bytes target prot opt in out source
destination
Chain CIP_INPUT (1 references)
pkts bytes target prot opt in out source
destination
18 972 ftp tcp -- any any anywhere anywhere
tcp dpts:ftp-data:ftp
4 224 telnet tcp -- any any anywhere anywhere
tcp dpt:telnet
Chain CIP_INPUT_p (1 references)
pkts bytes target prot opt in out source
destination
Chain ftp (1 references)
pkts bytes target prot opt in out source
334










