Development
This commit is contained in:
parent
6d8be4845e
commit
bc623b14fc
5 changed files with 64 additions and 49 deletions
|
|
@ -75,7 +75,8 @@
|
|||
"protocol": "tcp",
|
||||
"src_ip_or_subnet": "192.168.10.3",
|
||||
"dst_ip_or_subnet": "192.168.1.20",
|
||||
"dst_port": 32400
|
||||
"dest_port_start": 32400,
|
||||
"dest_port_end": 32400
|
||||
},
|
||||
{
|
||||
"description": "IoT Streaming Box -> Plex",
|
||||
|
|
@ -83,7 +84,8 @@
|
|||
"protocol": "tcp",
|
||||
"src_ip_or_subnet": "192.168.10.4",
|
||||
"dst_ip_or_subnet": "192.168.1.20",
|
||||
"dst_port": 32400
|
||||
"dest_port_start": 32400,
|
||||
"dest_port_end": 32400
|
||||
},
|
||||
{
|
||||
"description": "Kids -> Plex",
|
||||
|
|
@ -91,7 +93,8 @@
|
|||
"protocol": "both",
|
||||
"src_ip_or_subnet": "192.168.30.0/24",
|
||||
"dst_ip_or_subnet": "192.168.1.20",
|
||||
"dst_port": 32400
|
||||
"dest_port_start": 32400,
|
||||
"dest_port_end": 32400
|
||||
},
|
||||
{
|
||||
"description": "Kids -> SMB",
|
||||
|
|
@ -99,7 +102,8 @@
|
|||
"protocol": "tcp",
|
||||
"src_ip_or_subnet": "192.168.30.0/24",
|
||||
"dst_ip_or_subnet": "192.168.1.20",
|
||||
"dst_port": 445
|
||||
"dest_port_start": 445,
|
||||
"dest_port_end": 445
|
||||
},
|
||||
{
|
||||
"description": "Kids -> Game Server",
|
||||
|
|
@ -107,7 +111,8 @@
|
|||
"protocol": "tcp",
|
||||
"src_ip_or_subnet": "192.168.30.0/24",
|
||||
"dst_ip_or_subnet": "192.168.1.20",
|
||||
"dst_port": 25565
|
||||
"dest_port_start": 25565,
|
||||
"dest_port_end": 25565
|
||||
},
|
||||
{
|
||||
"description": "Kids -> Web Server HTTP",
|
||||
|
|
@ -115,7 +120,8 @@
|
|||
"protocol": "tcp",
|
||||
"src_ip_or_subnet": "192.168.30.0/24",
|
||||
"dst_ip_or_subnet": "192.168.1.20",
|
||||
"dst_port": 80
|
||||
"dest_port_start": 80,
|
||||
"dest_port_end": 80
|
||||
},
|
||||
{
|
||||
"description": "Kids -> Web Server HTTPS",
|
||||
|
|
@ -123,7 +129,8 @@
|
|||
"protocol": "tcp",
|
||||
"src_ip_or_subnet": "192.168.30.0/24",
|
||||
"dst_ip_or_subnet": "192.168.1.20",
|
||||
"dst_port": 443
|
||||
"dest_port_start": 443,
|
||||
"dest_port_end": 443
|
||||
},
|
||||
{
|
||||
"description": "Trusted -> Printer (RAW)",
|
||||
|
|
@ -131,7 +138,8 @@
|
|||
"protocol": "tcp",
|
||||
"src_ip_or_subnet": "192.168.1.0/24",
|
||||
"dst_ip_or_subnet": "192.168.10.2",
|
||||
"dst_port": 9100
|
||||
"dest_port_start": 9100,
|
||||
"dest_port_end": 9100
|
||||
},
|
||||
{
|
||||
"description": "Trusted -> Printer (IPP)",
|
||||
|
|
@ -139,7 +147,8 @@
|
|||
"protocol": "tcp",
|
||||
"src_ip_or_subnet": "192.168.1.0/24",
|
||||
"dst_ip_or_subnet": "192.168.10.2",
|
||||
"dst_port": 631
|
||||
"dest_port_start": 631,
|
||||
"dest_port_end": 631
|
||||
},
|
||||
{
|
||||
"description": "Kids -> Printer (RAW)",
|
||||
|
|
@ -147,7 +156,8 @@
|
|||
"protocol": "tcp",
|
||||
"src_ip_or_subnet": "192.168.30.0/24",
|
||||
"dst_ip_or_subnet": "192.168.10.2",
|
||||
"dst_port": 9100
|
||||
"dest_port_start": 9100,
|
||||
"dest_port_end": 9100
|
||||
},
|
||||
{
|
||||
"description": "Kids -> Printer (IPP)",
|
||||
|
|
@ -155,7 +165,8 @@
|
|||
"protocol": "tcp",
|
||||
"src_ip_or_subnet": "192.168.30.0/24",
|
||||
"dst_ip_or_subnet": "192.168.10.2",
|
||||
"dst_port": 631
|
||||
"dest_port_start": 631,
|
||||
"dest_port_end": 631
|
||||
},
|
||||
{
|
||||
"description": "Guest -> Printer (RAW)",
|
||||
|
|
@ -163,7 +174,8 @@
|
|||
"protocol": "tcp",
|
||||
"src_ip_or_subnet": "192.168.20.0/24",
|
||||
"dst_ip_or_subnet": "192.168.10.2",
|
||||
"dst_port": 9100
|
||||
"dest_port_start": 9100,
|
||||
"dest_port_end": 9100
|
||||
},
|
||||
{
|
||||
"description": "Guest -> Printer (IPP)",
|
||||
|
|
@ -171,7 +183,8 @@
|
|||
"protocol": "tcp",
|
||||
"src_ip_or_subnet": "192.168.20.0/24",
|
||||
"dst_ip_or_subnet": "192.168.10.2",
|
||||
"dst_port": 631
|
||||
"dest_port_start": 631,
|
||||
"dest_port_end": 631
|
||||
},
|
||||
{
|
||||
"description": "VPN -> SSH + Rsync",
|
||||
|
|
@ -179,7 +192,8 @@
|
|||
"protocol": "tcp",
|
||||
"src_ip_or_subnet": "192.168.40.0/24",
|
||||
"dst_ip_or_subnet": "192.168.1.20",
|
||||
"dst_port": 22
|
||||
"dest_port_start": 22,
|
||||
"dest_port_end": 22
|
||||
},
|
||||
{
|
||||
"description": "VPN -> SMB",
|
||||
|
|
@ -187,7 +201,8 @@
|
|||
"protocol": "tcp",
|
||||
"src_ip_or_subnet": "192.168.40.0/24",
|
||||
"dst_ip_or_subnet": "192.168.1.20",
|
||||
"dst_port": 445
|
||||
"dest_port_start": 445,
|
||||
"dest_port_end": 445
|
||||
},
|
||||
{
|
||||
"description": "Trusted -> Kids (LAN Gaming)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue