Just more ramblings of another IT Guy

Change auth-ports on Fortigate

When using a a transparent vdom and an identity based policy to authenticate users on non standard ports (i.e. when users are using the explicit proxy on port 8080) it is neccessary to change the ports the Fortigate expects http https and ftp traffic.

These commands are for each vdom.

config user setting
config auth-ports
edit 1
set port 8080set type http
next
edit 2
set port 8080
set type https
next
edit 3
set type ftp
set port 8080
next
end
end

 

This entry was posted in Fortigate, Tips+Tricks. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *