From 22d824f039b978f0467c68d9845eba04d24125d4 Mon Sep 17 00:00:00 2001 From: bbruns Date: Sun, 6 Apr 2014 18:47:46 +0000 Subject: [PATCH] --- etc/ipv4/portfw.conf | 4 ++-- etc/ipv6/portfw.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/ipv4/portfw.conf b/etc/ipv4/portfw.conf index 828b50b..0432089 100644 --- a/etc/ipv4/portfw.conf +++ b/etc/ipv4/portfw.conf @@ -5,7 +5,7 @@ # #
# -# Service: Required ( single name or port ) +# Service: Required ( single port ) # Protocol: Required ( tcp or udp ) # Internal IP: Required ( address of internal machine to receive port traffic ) # Internal Port: Required ( port of internal machine to receive port traffic ) @@ -15,6 +15,6 @@ # You can use '-' for optional fields. The last three fields can be omitted entirely. #============================================================ #
-#http tcp 192.168.1.2 http +#80 tcp 192.168.1.2 80 #5022 tcp 192.168.1.10 22 eth0 172.16.1.10 172.16.1.0/24 diff --git a/etc/ipv6/portfw.conf b/etc/ipv6/portfw.conf index 1a5bb46..f69db00 100644 --- a/etc/ipv6/portfw.conf +++ b/etc/ipv6/portfw.conf @@ -5,7 +5,7 @@ # #
# -# Service: Required ( single name or port ) +# Service: Required ( single port ) # Protocol: Required ( tcp or udp ) # Internal IP: Required ( address of internal machine to receive port traffic ) # Internal Port: Required ( port of internal machine to receive port traffic ) @@ -15,6 +15,6 @@ # You can use '-' for optional fields. The last three fields can be omitted entirely. #============================================================ #
-#http tcp fc01::500 http +#80 tcp fc01::500 80 #5022 tcp fc01::501 22 eth0 fc00::1 fc00::/64