~ubuntu-branches/ubuntu/raring/arno-iptables-firewall/raring

« back to all changes in this revision

Viewing changes to etc/arno-iptables-firewall/plugins/outbound-snat.conf

  • Committer: Package Import Robot
  • Author(s): Michael Hanke
  • Date: 2012-12-17 09:07:02 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20121217090702-gtab3snizoa8nsxy
Tags: 2.0.1.d-1
* New upstream release.
  - New plugins: nat-loopback, outbound-snat
  - New 'status-plugins' sub-command.
  - Addressed spurious error messages in conjunction with kmod
    (Closes: #684424)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ------------------------------------------------------------------------------
 
2
#             -= Arno's iptables firewall - Outbound SNAT plugin =-
 
3
# ------------------------------------------------------------------------------
 
4
 
 
5
# To actually enable this plugin make ENABLED=1:
 
6
# ------------------------------------------------------------------------------
 
7
ENABLED=0
 
8
 
 
9
# When a NAT'ed external interface has multiple IPv4 addresses, it may be
 
10
# desirable to specify which internal IP's or CIDR's use which external
 
11
# IPv4 addresses for outbound connections.
 
12
#
 
13
# Format: (space or comma separated)
 
14
#   "SRCIP1>VIAIP1 SRCIP2>VIAIP2 ... SRCIPn>VIAIPn"
 
15
#
 
16
# Note 1: SRCIP (internal) may be a single IP or CIDR address.
 
17
#
 
18
# Note 2: VIAIP (external) must be a single IP address
 
19
 
20
# Example:
 
21
#   OUTBOUND_SNAT_NET_HOST="192.168.1.20>1.2.3.10 192.168.10/24>1.2.3.11"
 
22
# (IPv4 Only)
 
23
# ------------------------------------------------------------------------------
 
24
OUTBOUND_SNAT_NET_HOST=""
 
25