From 82ccc620ae4a2dd99791d2510f6ed83da64086d0 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 11 Apr 2005 15:22:46 +0000 Subject: [PATCH] Add netmap git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2042 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Lrp2/etc/netmap | 38 ++++++++++++++++++++++++++++++++++++++ Lrp2/etc/shorewall/netmap | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 Lrp2/etc/netmap create mode 100644 Lrp2/etc/shorewall/netmap diff --git a/Lrp2/etc/netmap b/Lrp2/etc/netmap new file mode 100644 index 000000000..8faac6fc1 --- /dev/null +++ b/Lrp2/etc/netmap @@ -0,0 +1,38 @@ +############################################################################## +# +# Shorewall 2.2 -- Network Mapping Table +# +# /etc/shorewall/netmap +# +# This file is used to map addresses in one network to corresponding +# addresses in a second network. +# +# WARNING: To use this file, your kernel and iptables must have +# NETMAP support included. +# +# Columns must be separated by white space and are: +# +# TYPE Must be DNAT or SNAT. +# +# If DNAT, traffic entering INTERFACE and addressed to +# NET1 has it's destination address rewritten to the +# corresponding address in NET2. +# +# If SNAT, traffic leaving INTERFACE with a source +# address in NET1 has it's source address rewritten to +# the corresponding address in NET2. +# +# NET1 Network in CIDR format (e.g., 192.168.1.0/24) +# +# INTERFACE The name of a network interface. The interface must +# be defined in /etc/shorewall/interfaces. +# +# NET2 Network in CIDR format +# +# See http://shorewall.net/netmap.html for an example and usage +# information. +# +############################################################################## +#TYPE NET1 INTERFACE NET2 +# +#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE diff --git a/Lrp2/etc/shorewall/netmap b/Lrp2/etc/shorewall/netmap new file mode 100644 index 000000000..8faac6fc1 --- /dev/null +++ b/Lrp2/etc/shorewall/netmap @@ -0,0 +1,38 @@ +############################################################################## +# +# Shorewall 2.2 -- Network Mapping Table +# +# /etc/shorewall/netmap +# +# This file is used to map addresses in one network to corresponding +# addresses in a second network. +# +# WARNING: To use this file, your kernel and iptables must have +# NETMAP support included. +# +# Columns must be separated by white space and are: +# +# TYPE Must be DNAT or SNAT. +# +# If DNAT, traffic entering INTERFACE and addressed to +# NET1 has it's destination address rewritten to the +# corresponding address in NET2. +# +# If SNAT, traffic leaving INTERFACE with a source +# address in NET1 has it's source address rewritten to +# the corresponding address in NET2. +# +# NET1 Network in CIDR format (e.g., 192.168.1.0/24) +# +# INTERFACE The name of a network interface. The interface must +# be defined in /etc/shorewall/interfaces. +# +# NET2 Network in CIDR format +# +# See http://shorewall.net/netmap.html for an example and usage +# information. +# +############################################################################## +#TYPE NET1 INTERFACE NET2 +# +#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE