PIMD cannot see all vifs
-
I have 9 interfaces, I would like to enable PIMD for two of them. If I order them by VLAN number, one is 3rd (vlan 100), other is 9th (vlan 106). When I configure PIMD and look at status, I see only IPs related to first 6 interfaces (wan+first 5 vlans), so the first interface I want to use with PIMD (3rd VLAN, #100) is enabled but I dont even see the 9th (neither 7th and 8th). I changed the log level to debug and this is in the logs:
Getting vifs from kernel Jul 13 07:55:47 pfsense pimd[58136]: Installing bge0 (192.168.1.1 on subnet 192.168.1) as vif #0 - rate 0 Jul 13 07:55:47 pfsense pimd[58136]: Installing bge1 ("wan ip" on subnet "wan subnet") as vif #1 - rate 0 Jul 13 07:55:47 pfsense pimd[58136]: Installing ixl0.100 (192.168.100.1 on subnet 192.168.100) as vif #2 - rate 0 Jul 13 07:55:47 pfsense pimd[58136]: Installing ixl0.101 (192.168.101.1 on subnet 192.168.101) as vif #3 - rate 0 Jul 13 07:55:47 pfsense pimd[58136]: Installing ixl0.102 (192.168.102.1 on subnet 192.168.102) as vif #4 - rate 0 Jul 13 07:55:47 pfsense pimd[58136]: Installing ixl0.103 (192.168.103.1 on subnet 192.168.103) as vif #5 - rate 0 Jul 13 07:55:47 pfsense pimd[58136]: Disabling all vifs from kernel Jul 13 07:55:47 pfsense pimd[58136]: Getting vifs from /var/etc/pimd/pimd.conf Jul 13 07:55:47 pfsense pimd[58136]: /var/etc/pimd/pimd.conf:7 - Invalid phyint address 'ixl0.106'
ixl0.106 is configured exactly same as other interfaces (static IPv4). so why is this happening ?
Edit: I tried to change vlan 106 to 60, so in vlan ordering it becomes my 2nd vlan, so I want 2nd and 3rd in PIMD. But still it lists the same interfaces above (same also after reboot).
Edit2: I had interfaces individually enabled above. I also tried binding to all interfaces but the log is same, it does not see all the interfaces/vlans.
-
@metebalci Strangely enough it seems to be working now, no idea what happened before.
-