mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-23 22:58:52 +01:00
Convert Sample masq files to equivalent snat files
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
43fdddb438
commit
e1de1f0527
@ -1,19 +0,0 @@
|
|||||||
#
|
|
||||||
# Shorewall - Sample Masq file for three-interface configuration.
|
|
||||||
# Copyright (C) 2006-2015 by the Shorewall Team
|
|
||||||
#
|
|
||||||
# This library is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
|
||||||
# License as published by the Free Software Foundation; either
|
|
||||||
# version 2.1 of the License, or (at your option) any later version.
|
|
||||||
#
|
|
||||||
# See the file README.txt for further details.
|
|
||||||
#------------------------------------------------------------------------------
|
|
||||||
# For information about entries in this file, type "man shorewall-masq"
|
|
||||||
################################################################################################################
|
|
||||||
#INTERFACE:DEST SOURCE ADDRESS PROTO PORT(S) IPSEC MARK USER/ SWITCH ORIGINAL
|
|
||||||
# GROUP DEST
|
|
||||||
eth0 10.0.0.0/8,\
|
|
||||||
169.254.0.0/16,\
|
|
||||||
172.16.0.0/12,\
|
|
||||||
192.168.0.0/16
|
|
21
Shorewall/Samples/three-interfaces/snat
Normal file
21
Shorewall/Samples/three-interfaces/snat
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
#
|
||||||
|
# Shorewall - Sample SNAT/Masqueradee File for three-interface configuration.
|
||||||
|
# Copyright (C) 2006-2016 by the Shorewall Team
|
||||||
|
#
|
||||||
|
# This library is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# See the file README.txt for further details.
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
# For information about entries in this file, type "man shorewall-snat"
|
||||||
|
###################################################################################################################
|
||||||
|
#ACTION SOURCE DEST PROTO PORT IPSEC MARK USER SWITCH ORIGDEST PROBABILITY
|
||||||
|
#
|
||||||
|
# Rules generated from masq file /home/teastep/shorewall/trunk/Shorewall/Samples/three-interfaces/masq by Shorewall 5.0.13-RC1 - Sat Oct 15 11:43:47 PDT 2016
|
||||||
|
#
|
||||||
|
MASQUERADE 10.0.0.0/8,\
|
||||||
|
169.254.0.0/16,\
|
||||||
|
172.16.0.0/12,\
|
||||||
|
192.168.0.0/16 eth0
|
@ -1,19 +0,0 @@
|
|||||||
#
|
|
||||||
# Shorewall - Sample Masq file for two-interface configuration.
|
|
||||||
# Copyright (C) 2006-2015 by the Shorewall Team
|
|
||||||
#
|
|
||||||
# This library is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
|
||||||
# License as published by the Free Software Foundation; either
|
|
||||||
# version 2.1 of the License, or (at your option) any later version.
|
|
||||||
#
|
|
||||||
# See the file README.txt for further details.
|
|
||||||
#------------------------------------------------------------------------------
|
|
||||||
# For information about entries in this file, type "man shorewall-masq"
|
|
||||||
################################################################################################################
|
|
||||||
#INTERFACE:DEST SOURCE ADDRESS PROTO PORT(S) IPSEC MARK USER/ SWITCH ORIGINAL
|
|
||||||
# GROUP DEST
|
|
||||||
eth0 10.0.0.0/8,\
|
|
||||||
169.254.0.0/16,\
|
|
||||||
172.16.0.0/12,\
|
|
||||||
192.168.0.0/16
|
|
21
Shorewall/Samples/two-interfaces/snat
Normal file
21
Shorewall/Samples/two-interfaces/snat
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
#
|
||||||
|
# Shorewall - Sample SNAT/Masqueradee File for two-interface configuration.
|
||||||
|
# Copyright (C) 2006-2016 by the Shorewall Team
|
||||||
|
#
|
||||||
|
# This library is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# See the file README.txt for further details.
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
# For information about entries in this file, type "man shorewall-snat"
|
||||||
|
###################################################################################################################
|
||||||
|
#ACTION SOURCE DEST PROTO PORT IPSEC MARK USER SWITCH ORIGDEST PROBABILITY
|
||||||
|
#
|
||||||
|
# Rules generated from masq file /home/teastep/shorewall/trunk/Shorewall/Samples/two-interfaces/masq by Shorewall 5.0.13-RC1 - Sat Oct 15 11:41:40 PDT 2016
|
||||||
|
#
|
||||||
|
MASQUERADE 10.0.0.0/8,\
|
||||||
|
169.254.0.0/16,\
|
||||||
|
172.16.0.0/12,\
|
||||||
|
192.168.0.0/16 eth0
|
Loading…
Reference in New Issue
Block a user