Skip to main content
chendewu_520
New Member
March 4, 2025
Question

Fortigate CLI execute ping-option source cant use ip pool

  • March 4, 2025
  • 1 reply
  • 605 views

I cannot use the IP addresses from the IP pool as the source IP for ping commands.

微信截图_20250304112104.jpg

1 reply

Toshi_Esumi
SuperUser
SuperUser
March 4, 2025

Probably that's not the FGT issue, but ISP is not responding what ever the reason.
Have two CLI sessions into the FGT, then at one of them run a sniffing like

    diag sniffer packet any 'icmp' 4 0 l

Then at the other one, run like

   exe ping 1.1.1.1

after setting the source to 1.1.1.2, .3, or .4. In the sniffing, you would see the ping packets are going out through wan interface, but nothing is coming back from the ISP.

Toshi