Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > 45723c51178a73df679c2a8284d8eeff > files > 157

shorewall-doc-4.0.15-0.2mdvmes5.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>shorewall-params</title><link rel="stylesheet" href="html.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /></head><body><div class="refentry" lang="en" xml:lang="en"><a id="id257169"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>params — Shorewall parameters file</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">/etc/shorewall/params</code> </p></div></div><div class="refsect1" lang="en" xml:lang="en"><a id="id257200"></a><h2>Description</h2><p>Assign any shell variables that you need in this file.</p><p>It is suggested that variable names begin with an upper case letter
    to distinguish them from variables used internally within the Shorewall
    programs</p><p>Example params file:</p><pre class="programlisting">NET_IF=eth0
NET_BCAST=130.252.100.255
NET_OPTIONS=routefilter,norfc1918</pre><p>Example <a class="ulink" href="shorewall-interfaces.html" target="_self">shorewall-interfaces</a>(5)
    file.</p><pre class="programlisting">ZONE    INTERFACE       BROADCAST       OPTIONS
net     $NET_IF         $NET_BCAST      $NET_OPTIONS</pre><p>This is the same as if the interfaces file had contained:</p><pre class="programlisting">ZONE    INTERFACE       BROADCAST       OPTIONS
net     eth0            130.252.100.255 routefilter,norfc1918</pre></div><div class="refsect1" lang="en" xml:lang="en"><a id="id257245"></a><h2>FILES</h2><p>/etc/shorewall/params</p></div><div class="refsect1" lang="en" xml:lang="en"><a id="id257255"></a><h2>See ALSO</h2><p><a class="ulink" href="http://www.shorewall.net/configuration_file_basics.htm#Variables?" target="_self">http://www.shorewall.net/configuration_file_basics.htm#Variables</a></p><p>shorewall(8), shorewall-accounting(5), shorewall-actions(5),
    shorewall-blacklist(5), shorewall-hosts(5), shorewall-interfaces(5),
    shorewall-ipsec(5), shorewall-maclist(5), shorewall-masq(5),
    shorewall-nat(5), shorewall-netmap(5), shorewall-policy(5),
    shorewall-providers(5), shorewall-proxyarp(5), shorewall-route_routes(5),
    shorewall-routestopped(5), shorewall-rules(5), shorewall.conf(5),
    shorewall-tcclasses(5), shorewall-tcdevices(5), shorewall-tcrules(5),
    shorewall-tos(5), shorewall-tunnels(5), shorewall-zones(5)</p></div></div></body></html>