547
edits
No edit summary |
No edit summary |
||
Line 151: | Line 151: | ||
==== Editing a protocol ==== | |||
The configuration mask for a specific protocol allows to change the parameters described above. | The configuration mask for a specific protocol allows to change the parameters described above. | ||
Line 175: | Line 175: | ||
=== Examples === | |||
# To define a custom protocol for an internal web server at IP 10.2.0.1, use the following settings: | |||
#* Name: int_server_1 | |||
* Name: int_server_1 | #* Layer 4 protocol: TCP | ||
* Layer 4 protocol: TCP | #* IPs: 10.2.0.1 | ||
* IPs: 10.2.0.1 | #* Ports: 80 | ||
* Ports: 80 | # To define a custom protocol for a complete subnet 10.3.0.0 - 10.3.0.255, use the following settings: | ||
#* Name: office_computers | |||
#* Layer 4 protocol: Any layer 4 protocol | |||
#* IPs: 10.3.0.0/24 | |||
#* Ports: none | |||
* Name: office_computers | |||
* Layer 4 protocol: Any layer 4 protocol | |||
* IPs: 10.3.0.0/24 | |||
* Ports: none |
edits