shorewall-lite 8 shorewall-lite Administration tool for Shoreline Firewall Lite (Shorewall-lite) shorewall-lite -options allow address shorewall-lite -options clear shorewall-lite -options drop address shorewall-lite -options dump shorewall-lite -options forget filename shorewall-lite -options help command shorewall-lite -options hits shorewall-lite -options ipcalc address mask address/vlsm shorewall-lite -options iprange address1-address2 shorewall-lite -options logdrop address shorewall-lite -options logwatch refresh-interval shorewall-lite -options logreject address shorewall-lite -options reject address shorewall-lite -options restart directory shorewall-lite -options restore filename shorewall-lite -options save filename shorewall-lite -options show chain shorewall-lite -options show capabilities shorewall-lite -options show shorewall-lite -options show shorewall-lite -options show shorewall-lite -options show log shorewall-lite -options start directory shorewall-lite -options stop shorewall-lite -options status shorewall-lite -options version Description The shorewall utility is used to control the Shoreline Firewall (Shorewall). Options The options control the amount of output that the command produces. They consist of a sequence of the letters v and q. If the options are omitted, the amount of output is determined by the setting of the VERBOSITY parameter in shorewall.conf(5). Each v adds one to the effective verbosity and each q subtracts one from the effective VERBOSITY. Commands The available commands are listed below. add Adds a list of hosts or subnets to a dynamic zone usually used with VPN's. The interface argument names an interface defined in the shorewall-interfaces(5) file. A host-list is comma-separated list whose elements are: A host or network address The name of a bridge port The name of a bridge port followed by a colon (:) and a host or network address allow Re-enables receipt of packets from hosts previously blacklisted by a drop, logdrop, reject, or logreject command. clear Clear will remove all rules and chains installed by Shorewall. The firewall is then wide open and unprotected. Existing connections are untouched. Clear is often used to see if the firewall is causing connection problems. delete The delete command reverses the effect of an earlier add command. The interface argument names an interface defined in the shorewall-interfaces(5) file. A host-list is comma-separated list whose elements are: A host or network address The name of a bridge port The name of a bridge port followed by a colon (:) and a host or network address drop Causes traffic from the listed addresses to be silently dropped. dump Produces a verbose report about the firewall configuration for the purpose of problem analysis. The -x option causes actual packet and byte counts to be displayed. Without that option, these counts are abbreviated. The -m option causes any MAC addresses included in Shorewall log messages to be displayed. forget Deletes /var/lib/shorewall/filename and /var/lib/shorewall/save. If no filename is given then the file specified by RESTOREFILE in shorewall.conf(5) is assumed. help Displays information about a particular command. If no command is given, a syntax summary is displayed. hits Generates several reports from Shorewall log messages in the current log file. ipcalc Ipcalc displays the network address, broadcast address, network in CIDR notation and netmask corresponding to the input[s]. iprange Iprange decomposes the specified range of IP addresses into the equivalent list of network/host addresses. logdrop Causes traffic from the listed addresses to be logged then discarded. logwatch Monitors the log file specified by theLOGFILE option in shorewall.conf(5) and produces an audible alarm when new Shorewall messages are logged. The -m option causes the MAC address of each packet source to be displayed if that information is available. logreject Causes traffic from the listed addresses to be logged then rejected. reset All the packet and byte counters in the firewall are reset. restart Restart is similar to shorewall-lite stop followed by shorewall-lite start. Existing connections are maintained. If a directory is included in the command, Shorewall will look in that directory first for configuration files. restore Restore Shorewall to a state saved using the shorewall-lite save command. Existing connections are maintained. The filename names a restore file in /var/lib/shorewall-lite created using shorewall-lite save; if no filename is given then Shorewall will be restored from the file specified by the RESTOREFILE option in shorewall.conf(5). save The dynamic blacklist is stored in /var/lib/shorewall-lite/save. The state of the firewall is stored in /var/lib/shorewall-lite/filename for use by the shorewall-lite restore and shorewall-lite -f start commands. If filename is not given then the state is saved in the file specified by the RESTOREFILE option in shorewall.conf(5). show The show command can have a number of different arguments: [ chain ] ... The rules in each chain are displayed ssing the iptables -L chain -n -v command. If no chain is given, all of the chains in the filter table are displayed. The -x option is passed directly through to iptables and causes actual packet and byte counts to be displayed. Without this option, those counts are abbreviated. actions Produces a report about the available actions (built-in, standard and user-defined). capabilities Displays your kernel/iptables capabilities. The -f option causes the display to be formatted as a capabilities file for use with compile -e. classifiers Displays information about the packet classifiers defined on the system as a result of traffic shaping configuration. config Dispays distribution-specific defaults. connections Displays the IP connections currently being tracked by the firewall. macros Displays information about each macro defined on the firewall system. mangle Displays the Netfilter mangle table using the command iptables -t mangle -L -n -v.The -x option is passed directly through to iptables and causes actual packet and byte counts to be displayed. Without this option, those counts are abbreviated. nat Displays the Netfilter nat table using the command iptables -t nat -L -n -v.The -x option is passed directly through to iptables and causes actual packet and byte counts to be displayed. Without this option, those counts are abbreviated. tc Displays information about queuing disciplines, classes and filters. zones Displays the current composition of the Shorewall zones on the system. start Start shorewall. Existing connections through shorewall managed interfaces are untouched. New connections will be allowed only if they are allowed by the firewall rules or policies. If a directory is included in the command, Shorewall will look in that directory first for configuration files.If -f is specified, the saved configuration specified by the RESTOREFILE option in shorewall.conf(5) will be restored if that saved configuration exists and has been modified more recently than the files in /etc/shorewall. stop Stops the firewall. All existing connections, except those listed in shorewall-routestopped(5) or permitted by the ADMINISABSENTMINDED option in shorewall.conf(5), are taken down. The only new traffic permitted through the firewall is from systems listed in shorewall-routestopped(5) or by ADMINISABSENTMINDED. status Produces a short report about the state of the Shorewall-configured firewall. version Displays Shorewall-lite's version. FILES /etc/shorewall-lite/ See ALSO shorewall.conf(5)