Fortinet Monitoring lan to zabbix server
Good evening
I want to monitor a lan to a zabbix server with ip address 192.168.1.87 connected in bridge adapter but a tracer to a zabbix server and i see the ip 10.50.3.21
FortiGate-HomeLab # show system interface port1
config system interface
edit "port1"
set vdom "root"
set ip 192.168.55.10 255.255.255.0
set allowaccess ping https ssh snmp http fabric
set type physical
set lldp-reception enable
set role wan
set snmp-index 1
next
end
FortiGate-HomeLab #
FortiGate-HomeLab # show system interface vlan20
config system interface
edit "vlan20"
set vdom "root"
set ip 10.10.20.3 255.255.255.0
set allowaccess ping https ssh snmp fabric
set device-identification enable
set role lan
set snmp-index 29
set secondary-IP enable
set interface "port2"
set vlanid 20
next
end
FortiGate-HomeLab #
FortiGate-HomeLab # show firewall policy
config firewall policy
edit 1
set name "vlan20-port1"
set uuid a58b44a4-3d9d-51f0-e235-a09bba7147a0
set srcintf "vlan20"
set dstintf "port1"
set action accept
set srcaddr "vlan20"
set dstaddr "zbx"
set schedule "always"
set service "DHCP" "DNS" "PING" "SNMP" "TRACEROUTE"
set logtraffic all
set logtraffic-start enable
set nat enable
next
edit 2
set name "port1-vlan20"
set uuid ae0cc802-3e3b-51f0-8fec-eb0ba905a1ca
set srcintf "port1"
set dstintf "vlan20"
set action accept
set srcaddr "zbx"
set dstaddr "vlan20"
set schedule "always"
set service "ALL"
set logtraffic all
set logtraffic-start enable
set nat enable
set ippool enable
set poolname "zabbiz"
next
end
FortiGate-HomeLab #

Grettings