I have 2 internetlines (2x 16MBit) on my fortigate FGT80C with v4.0,build0279,100519 (MR2 Patch 1)
 
 There are 270 internal users, they should benefit from having 2 lines available. load-balancing should solve this.
 
 Here the routing table:
 
 FGTKolping (static) # show
  config router static
      edit 1
         set device " wan1" 
          set gateway 188.20.116.xx
          set weight 50
      next
     edit 2
          set device " wan2" 
          set gateway 178.188.17.xx
          set weight 50
      next
  end
  
 so far so good. Now the problem:
 
 
 FGTKolping # get router info routing-table all
 S*      0.0.0.0/0 [10/0] via 188.20.116.xx, wan1, [0/50]
 C       10.2.0.0/16 is directly connected, internal1
 C       172.16.0.0/24 is directly connected, internal2
 C       178.188.18.xx/30 is directly connected, wan2
 C       188.20.116.xx/30 is directly connected, wan1
  
  
 To my understanding there should be the WAN2 next to the S*-entry for static.
 like in the fortigate document:
 FGT1 # get router info routing-table all
 
 S*      0.0.0.0/0 [10/0] via 192.168.2.2, port1
                           [10/0] via 192.168.3.2, port2
                           [10/0] via 192.168.4.2, port3
 C       192.168.1.0/24 is directly connected, internal
 C       192.168.2.0/24 is directly connected, port1
 C       192.168.3.0/24 is directly connected, port2
 C       192.168.4.0/24 is directly connected, port3 
 
 So, what I' m I missing? How to fix?
 
 thx
 
 Gerhard