- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
create dual wan without load balancing
hi everyone i'm trying to create dual wan to work with two of them together in format that lan1 always use wan 1 and lan 2 alleys use wan 2 for different department and different secure internet so i connect the wan's to the internet and created two ipv4 policies: lan 1 > wan 1 lan 2 > wan 2 and disabled the wan balancing feature but there still a problem with connection it's seem like the computers chose the wan to use randomly and when they try to use the different wan like lan 1 to wan 2 they cannot use internet because of the policy so what can i do to resolve the problem thanks for help
Solved! Go to Solution.
- Labels:
-
5.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Create policy route like.
incoming interface lan1 source address 192.168.1.0/24 destination address 0.0.0.0/0.0.0.0
outgoing interface wan1
incoming interface lan2 source address 192.168.2.0/24 destination address 0.0.0.0/0.0.0.0 outgoing interface wan2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Create policy route like.
incoming interface lan1 source address 192.168.1.0/24 destination address 0.0.0.0/0.0.0.0
outgoing interface wan1
incoming interface lan2 source address 192.168.2.0/24 destination address 0.0.0.0/0.0.0.0 outgoing interface wan2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
of course i did it but still lan 1 trying to get out thru wan 2 in some computers and they're cannot connect to internet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Assign priority in static route of wan2 greater that wan1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i found my problem i created firewall policy and static route but not rote policy so i had to use cli because of my fortigate model does not have this feature it seem like this:
config router policy
edit 8 set input-device "internal1" set output-device "wan1" next edit 5 set input-device "internal2" set output-device "wan2" next end
