Question
' Interface Mode' not working
Hi, On a Fortigate 200A you have several interfaces. 2 WAN, 2 DMZ and 1 4-port switch. According to FortiGate_Administration_Guide_01-30004-0203-20070102.pdf on page 71, It should be possible to put the switch into interface mode to be able to configure the interfaces of the 4-Port switch individually. This isn’t working. Below I’m posting what I did to troubleshoot the issue. Please give feedback. Fortigate-200A 3.00,build0413,070503 -- DEFAULT CONFIG (switch mode) -- FG200A3906503468 # sh system interface config system interface edit " internal" set vdom " root" set ip 192.168.1.99 255.255.255.0 set allowaccess ping https set type physical next edit " dmz1" set vdom " root" set ip 10.10.10.1 255.255.255.0 set allowaccess ping https set type physical next edit " dmz2" set vdom " root" set allowaccess ping set type physical next edit " wan1" set vdom " root" set ip 192.168.100.99 255.255.255.0 set allowaccess ping https telnet set type physical next edit " wan2" set vdom " root" set allowaccess ping set type physical next end -- PING FROM 192.168.1.5 to internal (192.168.1.99) -- C:\>ping 192.168.1.99 Pinging 192.168.1.99 with 32 bytes of data: Reply from 192.168.1.99: bytes=32 time<1ms TTL=255 Reply from 192.168.1.99: bytes=32 time<1ms TTL=255 Reply from 192.168.1.99: bytes=32 time<1ms TTL=255 Reply from 192.168.1.99: bytes=32 time<1ms TTL=255 Ping statistics for 192.168.1.99: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms -- MONITORING ‘INTERNAL (192.168.1.99) -- FG200A3906503468 # diag snif pa internal icmp interfaces=[internal] filters=[icmp] 1.034718 192.168.1.5 -> 192.168.1.99: icmp: echo request 1.034776 192.168.1.99 -> 192.168.1.5: icmp: echo reply 2.037005 192.168.1.5 -> 192.168.1.99: icmp: echo request 2.037064 192.168.1.99 -> 192.168.1.5: icmp: echo reply 3.039301 192.168.1.5 -> 192.168.1.99: icmp: echo request 3.039364 192.168.1.99 -> 192.168.1.5: icmp: echo reply 4.041571 192.168.1.5 -> 192.168.1.99: icmp: echo request 4.041632 192.168.1.99 -> 192.168.1.5: icmp: echo reply -- CHANGIING TO INTERFACE MODE -- !!! DELETE DEFAULT FIREWALL POLICY BECAUSE SETTING IS IN USE !!! ‘System’ -> ‘Network’ -> ‘Switch Mode’ Change ‘Switch Mode’ into ‘Interface Mode’ -- RESULTING INTO A NEW INTERFACE CONFIGURATION: -- FG200A3906503468 # sh system interface config system interface edit " dmz1" set vdom " root" set ip 10.10.10.1 255.255.255.0 set allowaccess ping https set type physical next edit " dmz2" set vdom " root" set allowaccess ping set type physical next edit " wan1" set vdom " root" set ip 192.168.100.99 255.255.255.0 set allowaccess ping https telnet set type physical next edit " wan2" set vdom " root" set allowaccess ping set type physical next edit " internal1" set vdom " root" set type physical next edit " internal2" set vdom " root" set type physical next edit " internal3" set vdom " root" set type physical next edit " internal4" set vdom " root" set type physical next end -- GIVING INTERNAL 1 A VALID IP ADRESS -- FG200A3906503468 # sh system interface internal1 config system interface edit " internal1" set vdom " root" set ip 192.168.1.99 255.255.255.0 set allowaccess ping https telnet set type physical next end -- pinging from 192.168.1.5 to INTERNAL1 (192.168.1.99) -- Request timed out Request timed out Request timed out Request timed out -- MONITORING INTERNAL1 (192.168.1.99) -- FG200A3906503468 # dia snif pa internal1 icmp interfaces=[internal1] filters=[icmp] pcap_open_live: ioctl: No such device for internal1 ????????????????????
