@sokolum said in many Interfaces assinged to an FIB:
I have found a post about how to assign a interface to a FIB, in my that would be a VLAN interface on PFsense.
The example is using net.conf, what is not used on the PFsense, what is the proper way to assign interface to a FIB on PFsense?
https://forums.freebsd.org/threads/using-same-ip-address-on-different-fibs.52565/
Use case:
I want (need) to create 5 VLAN interfaces, al has the same /24 subnet configured (mandatory) and every interface has configured the same IP address on their interface.
I believe this is possible with FIB.
Example:
vmx1 - vlan 10 : fib 1 - all traffic is handled on fib 1 - VM 10.0.0.1/24
vmx1 - vlan 20 : fib 1 - connected to LAN
vmx1 - vlan 30 : fib 2 - all traffic is handled on fib 2 - VM 10.0.0.1/24
vmx1 - vlan 40 : fib 2 - connected to LAN
vmx1 - vlan 50 : fib 3 - all traffic is handled on fib 3 - VM 10.0.0.1/24
vmx1 - vlan 60 : fib 3 - connected to LAN
etc, etc
NOTE: on Cisco I would create a new VRF and associate that interface to an VRF. Want to achieve similar on PFsense.
Any help very much appreciated!
Wasn't able to edit my post.
What I actually try to achieve>
I have 3 networks, all same LAN Subnets and each uses for NAT a different WAN address:
Example for what i want to build:
LAN-1: vmx1 - vlan 10 : fib 1 - all traffic is handled on fib 1 - VM 10.0.0.1/24
WAN-1: vmx1 - vlan 20 : fib 1 - WAN: 192.168.0**.11**
LAN-2:vmx1 - vlan 30 : fib 2 - all traffic is handled on fib 2 - VM 10.0.0.1/24
WAN-1vmx1 - vlan 40 : fib 2 - WAN: 192.168.0**.12**
LAN-3:vmx1 - vlan 50 : fib 3 - all traffic is handled on fib 3 - VM 10.0.0.1/24
WAN-1vmx1 - vlan 60 : fib 3 - WAN: 192.168.0**.13**