From 31bd10ffdd88a4b5dc03c484c8ffc367b3be8c3f Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 15 Mar 2017 21:18:23 -0700 Subject: [PATCH] Correct two-interface sample snat file - s/92/192/ Signed-off-by: Tom Eastep --- Shorewall/Samples/two-interfaces/snat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Samples/two-interfaces/snat b/Shorewall/Samples/two-interfaces/snat index 905a258ad..3610b3c3a 100644 --- a/Shorewall/Samples/two-interfaces/snat +++ b/Shorewall/Samples/two-interfaces/snat @@ -20,4 +20,4 @@ MASQUERADE 10.0.0.0/8,\ 169.254.0.0/16,\ 172.16.0.0/12,\ - 92.168.0.0/16 eth0 + 192.168.0.0/16 eth0