Fortinet Community

The community is a place to collaborate, share insights and experiences, and get answers to questions.

davey2k2's Posts

Hi would like to know how to nest groups of services through GUI: Here is an example of what I want to do via CLI:   config firewall service custom edit "TCP_2222" set tcp-portrange 2222 next ... See more...
Hi would like to know how to nest groups of services through GUI: Here is an example of what I want to do via CLI:   config firewall service custom edit "TCP_2222" set tcp-portrange 2222 next edit "TCP_7653" set tcp-portrange 7653 next edit "TCP_8086" set tcp-portrange 8086 next edit "TCP_9047" set tcp-portrange 9047 next edit "IKE" set udp-portrange 500 4500 next end config firewall service group edit "HTTP_ALTO" set member "TCP_2222" "TCP_7653" "TCP_8086" "TCP_9047" "HTTP_TOTAL" set explicit-proxy disable set comment '' set color 0 next edit "HTTP_TOTAL" set member "IKE" set explicit-proxy disable set comment '' set color 0 next end   Regards.
Hi Toshi,   It worked fine!!!, Thanks a lot.   Regards
Hi,   I have a little question, I'm replacing a Cisco router with a Fortigate 300 D, I need to configure some DHCP servers, but a couple of networks are voice networks. That is why I need to activa... See more...
Hi,   I have a little question, I'm replacing a Cisco router with a Fortigate 300 D, I need to configure some DHCP servers, but a couple of networks are voice networks. That is why I need to activate option 150, I've done it before with FortiOS 5.0 and FortiOS 5.2 like this example:   onfig system dhcp server     edit 3         set forticlient-on-net-status disable         set default-gateway 10.15.x.x         set netmask 255.255.255.0         set interface "port36"             config ip-range                 edit 1                     set start-ip 10.15.x.x                     set end-ip 10.15.x.x                 next             end         set timezone-option default         set option1 150 'IP HEX OF MY '          set dns-server1 X.X.X.X         set dns-server2 X.X.X.X set netmask X.X.X.X     next end Now the option 150 doesn't appear, does anybody know how to do it in 5.4? Thanks a lot.   Regards