#!/usr/bin/sh #---------------------------------------------------------------------------- #/var/install/bin/setup-services-routing-show-rules # # Creation: 2024-12-15 hb # Last Update: $Id$ # # Copyright (c) 2024-@@YEAR@@ Holger Bruenjes, holgerbruenjes(at)gmx(dot)net # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #---------------------------------------------------------------------------- package_name='routing' . /var/install/include/eislib mecho --info 'Show iptables rules ...' echo mecho --warn -n ' command: ' mecho --info 'iptables -L' echo iptables -L echo mecho --warn -n ' command: ' mecho --info 'iptables -L -t nat' echo iptables -L -t nat echo anykey