Hi all.
I made this file to view "nat"
rules, but nothing was there. How can I see the results via
web?
(SSI setting was done in
httpd.conf. Other environmental variables were shown)
-----------------------------------------------------------------------------------------------------------------
<html>
<head><title> cgi test</title></head>
<head><title> cgi test</title></head>
<body>
<h1> Server Side
Includes TEST </h1>
<hr>
<p>
iptables' rule ("nat" table)<p>
<!--#exec cmd="/sbin/iptables -t nat -L"-->
<p>
iptables' rule ("nat" table)<p>
<!--#exec cmd="/sbin/iptables -t nat -L"-->
</body>
</html>