Strong Steps with Emerging Technologies since 1998

Information Technologies

Contact

Mecidiyeköy, Mecidiyekuyu Sok. Kuyu Apt, No:26 Kat:2, D:3, 34387 Şişli/İstanbul

+90 212 213 27 87

Articleler

Binding MAC-IP on Fortigate

You can follow our latest technical articles at firewallpazari.com/blog.

In this article we describe the steps to prevent the gaps that occur when users on the network change their IP addresses.

To prevent the use of a higher-privileged user’s IP, run the following Fortinet firewall commands:

Config system interface
edit internal
set ipmac enable
end

config firewall ipmacbinding setting
set bindthroughfw enable (do not allow undefined MAC addresses on the network)
set bindtofw enable (do not allow network access; allow firewall access)
set undefinedhost allow (do not even allow firewall access)
end

config firewall ipmacbinding table
edit 1
set ip 10.0.1.44
set mac 00:21:63:28:C6:8C
set status enable
To configure ipmacbinding: config system dhcp reserved-address
edit pc_name
set ip 10.0.1.44 set mac 00:22:34:28:C6:8C
set type {regular | ipsec} regular end

Author

kayhanbelek