Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
web-based manager vs CLI
Hi all
I have 2 fortigates
- FGT80C_v4.0 (MR1 Patch 7)
- FGT80C_v4.0 (MR3 Patch 15)
On the first one I can set the load balance via the web-based manager, but on the second I have a different menu called " Firewall Objects" where I don' t see the section " Load Balance"
How could I activate it ?
I tried via CLI command, so I added this VIP but I don' t see it on the web-based manager!
config firewall vip
edit " SITDTV_83_84_443"
set type server-load-balance
set extip x.x.x.x
set extintf " wan1"
set server-type tcp
set ldb-method first-alive
set extport 443
config realservers
edit 1
set ip x.x.x.x
set port 443
next
edit 2
set ip x.x.x.x
set port 443
next
end
next
end
Any idea! how can I set the load balance via the web-based manager.
Thanks for your help
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Wess,
Have the same issue in FGT110C_V5.0.7. Like you, I made it via CLI.
Maybe someone can explain us what' s happening.
Greetings.
Jav.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In v4, MR3 and above you have to enable some settings. See the attached picture.
Bob
Bob - self proclaimed posting junkie!
See my Fortigate related scripts at: http://fortigate.camerabob.com
Bob - self proclaimed posting junkie!See my Fortigate related scripts
at: http://fortigate.camerabob.com
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In CLI:
config system global set gui-load-balance enableWas introduced in 4.3 (v4 MR3) and is still available in v5.
Ede Kernel panic: Aiee, killing interrupt handler!
Ede Kernel panic: Aiee, killing interrupt handler!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you all for your help