Hi!
I have a router based on FreeBSD 9.1.
And I want to configure such interfaces on this router:
To say shortly, I need to route VLAN's on em0 via em1 and VLAN's on igb0 via igb1.
Also there is OSPFd(quagga) running on this router to redistributes kernel routes and get default route.
I know that I can solve this problem with setfib. Can anyone describe an algorithm, how to do this?
Thank you in advance.
I have a router based on FreeBSD 9.1.
And I want to configure such interfaces on this router:
Code:
igb0 - a lot of VLAN's with users subnets connected to this interface
em0 - a lot of VLAN's with users subnets connected to this interface
igb1 - external interface, with NAT and default route for igb0
em1 - external interface, with NAT and default route for em0
To say shortly, I need to route VLAN's on em0 via em1 and VLAN's on igb0 via igb1.
Also there is OSPFd(quagga) running on this router to redistributes kernel routes and get default route.
I know that I can solve this problem with setfib. Can anyone describe an algorithm, how to do this?
Thank you in advance.