0% found this document useful (0 votes)
19 views3 pages

Script Videoanalytics

documento de script basico

Uploaded by

Smith 47
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views3 pages

Script Videoanalytics

documento de script basico

Uploaded by

Smith 47
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

config system interface

edit "vsw.lan31"
set vdom "root"
set ip 192.168.31.1 255.255.255.0
set allowaccess ping
set alias "RedeVideoAnalytics"
set device-identification enable
set role lan
set interface "fortilink"
set vlanid 31
next
end

config system dhcp server


edit 0
set dns-service local
set wifi-ac-service local
set ntp-service local
set default-gateway 192.168.31.1
set netmask 255.255.255.0
set interface "vsw.lan31"
config ip-range
edit 1
set start-ip 192.168.31.50
set end-ip 192.168.31.200
next
end
next
end

config firewall address


edit "broker.lotus-ict.inventvision.com.br"
set type fqdn
set fqdn "broker.lotus-ict.inventvision.com.br"
next
edit "smtp.larksuite.com"
set type fqdn
set fqdn "smtp.larksuite.com"
next
edit "DNS GOOGLE"
set subnet 8.8.8.8 255.255.255.255
next
edit "DNS GOOGLE 2"
set subnet 8.8.4.4 255.255.255.255
next
edit "RedeVideoAnalytics"
set associated-interface "vsw.lan31"
set subnet 192.168.31.0 255.255.255.0
next
edit "addr-169.45.246.178"
set subnet 169.45.246.178 255.255.255.255
next
edit "addr-169.55.85.201"
set subnet 169.55.85.201 255.255.255.255
next
edit "addr-169.55.85.206"
set subnet 169.55.85.206 255.255.255.255
next
edit "addr-169.45.246.171"
set subnet 169.45.246.171 255.255.255.255
next
edit "addr-169.55.78.24"
set subnet 169.55.78.24 255.255.255.255
next
edit "addr-169.55.78.29"
set subnet 169.55.78.29 255.255.255.255
next
edit "addr-169.55.78.20"
set subnet 169.55.78.20 255.255.255.255
next
edit "addr-169.55.78.28"
set subnet 169.55.78.28 255.255.255.255
next
edit "addr-169.55.78.25"
set subnet 169.55.78.25 255.255.255.255
next
edit "addr-169.55.78.22"
set subnet 169.55.78.22 255.255.255.255
next
edit "addr-169.55.78.23"
set subnet 169.55.78.23 255.255.255.255
next
edit "addr-169.55.78.27"
set subnet 169.55.78.27 255.255.255.255
next
edit "addr-169.55.78.26"
set subnet 169.55.78.26 255.255.255.255
next
edit "addr-169.45.246.190"
set subnet 169.45.246.190 255.255.255.255
next
edit "addr-169.45.246.176"
set subnet 169.45.246.176 255.255.255.255
next
edit "addr-lbprd.neurallens"
set type fqdn
set fqdn "lbprd.neurallens-2599772-wdc04.clb.appdomain.cloud"
next
edit "addr-201.92.26.46"
set subnet 201.92.26.46 255.255.255.255
next
end

config firewall addrgrp


edit "G_VideoAnalytics"
set member "broker.lotus-ict.inventvision.com.br" "DNS GOOGLE" "DNS GOOGLE
2" "smtp.larksuite.com" "addr-169.45.246.178" "addr-169.55.85.201" "addr-
169.55.85.206" "addr-169.45.246.171" "addr-169.55.78.24" "addr-169.55.78.29" "addr-
169.55.78.20" "addr-169.55.78.28" "addr-169.55.78.25" "addr-169.55.78.22" "addr-
169.55.78.23" "addr-169.55.78.27" "addr-169.55.78.26" "addr-169.45.246.190" "addr-
169.45.246.176" "addr-lbprd.neurallens" "addr-201.92.26.46"
next
end
config firewall service category
edit "IoT"
set comment "Internet over things"
next
edit "Tunneling"
set comment "Tunneling - VPN"
next
end

config firewall service custom


edit "WireguardVPN"
set category "Tunneling"
set udp-portrange 51820
next
edit "SSH"
set category "Remote Access"
set tcp-portrange 22
next
end

config firewall service group


edit "G_VideoAnalytics"
set member "DNS" "HTTPS" "SSH" "SMTPS" "WireguardVPN"
next
end

config firewall policy


edit 0
set name "VideoAnalytics > WAN"
set srcintf "vsw.lan31"
set dstintf "virtual-wan-link"
set action accept
set srcaddr "RedeVideoAnalytics"
set dstaddr "G_VideoAnalytics"
set schedule "always"
set service "G_VideoAnalytics"
set utm-status enable
set ssl-ssh-profile "certificate-inspection"
set av-profile "default"
set logtraffic all
set nat enable
next
end

You might also like