master
parent
917ac91ccf
commit
22d824f039
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
# <service> <protocol> <intip> <intport> <interface> <address> <srcaddress>
|
||||
#
|
||||
# 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.
|
||||
#============================================================
|
||||
#<service> <protocol> <intip> <intport> <interface> <address> <srcaddress>
|
||||
#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
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
# <service> <protocol> <intip> <intport> <interface> <address> <srcaddress>
|
||||
#
|
||||
# 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.
|
||||
#============================================================
|
||||
#<service> <protocol> <intip> <intport> <interface> <address> <srcaddress>
|
||||
#http tcp fc01::500 http
|
||||
#80 tcp fc01::500 80
|
||||
#5022 tcp fc01::501 22 eth0 fc00::1 fc00::/64
|
||||
|
||||
|
|
Loading…
Reference in New Issue