pimd Not Working for one VLAN
-
I have installed pimd as I have a DLNA Server on another network from my other computers. After installing pimd I configured it, but had issues getting it to start as it said one of my VLANs I setup was not valid. It has sense stopped telling me that and the service will start, but the VLAN that said was invalid is one of the VLANs I want to use to access the DLNA server. It is listed in the config, but the status page does not show it in the Virtual Interface Table.
Raw Config from SSH:
phyint igb1.10 enable phyint igb1.20 enable phyint igb1.13 enable bsr-candidate priority 5 rp-candidate priority 5 time 30
Interface Info:
igb1.10 192.168.10.254/24 igb1.20 192.168.20.254/24 igb1.13 192.168.13.254/27
Status Page:
Virtual Interface Table ====================================================== Vif Local Address Subnet Thresh Flags Neighbors --- --------------- ------------------ ------ --------- ----------------- 0 <WAN IP> <WAN IP>/24 1 DISABLED 1 192.168.10.254 192.168.10 1 DR NO-NBR 2 192.168.20.254 192.168.20 1 DR NO-NBR 3 192.168.30.254 192.168.30 1 DISABLED 4 192.168.40.1 192.168.40/29 1 DISABLED 5 192.168.15.254 192.168.15.240/28 1 DISABLED 6 192.168.50.254 192.168.50.240/28 1 DISABLED 7 192.168.5.254 192.168.5.240/28 1 DISABLED 8 192.168.10.254 register_vif0 1 Vif SSM Group Sources Multicast Routing Table ====================================================== ----------------------------------- (*,G) ------------------------------------
WAN IP is censored. Item 4 is actually incorrect (should be .254, not .1), but that is how it appears in the Status page of the pfSense GUI.
All of the settings for the Interface is the same a the default LAN (aside from the different IP and Subnets).
Entry from General Log:
Oct 8 23:33:39 pimd 1786 Local static RP: 169.254.0.1, group 232.0.0.0/8 Oct 8 23:33:39 pimd 1786 Local Cand-RP address 192.168.20.254, priority 5, interval 30 sec Oct 8 23:33:39 pimd 1786 Local Cand-BSR address 192.168.20.254, priority 5 Oct 8 23:33:39 pimd 1786 /var/etc/pimd/pimd.conf:8 - Invalid phyint address 'igb1.13' Oct 8 23:33:39 pimd 1786 Getting vifs from /var/etc/pimd/pimd.conf Oct 8 23:33:39 pimd 1786 Disabling all vifs from kernel Oct 8 23:33:39 pimd 1786 Installing igb1.5 (192.168.5.254 on subnet 192.168.5.240/28) as vif #7 - rate 0 Oct 8 23:33:39 pimd 1786 Installing igb1.50 (192.168.50.254 on subnet 192.168.50.240/28) as vif #6 - rate 0 Oct 8 23:33:39 pimd 1786 Installing igb1.15 (192.168.15.254 on subnet 192.168.15.240/28) as vif #5 - rate 0 Oct 8 23:33:39 pimd 1786 Installing igb1.40 (192.168.40.1 on subnet 192.168.40/29) as vif #4 - rate 0 Oct 8 23:33:39 pimd 1786 Installing igb1.30 (192.168.30.254 on subnet 192.168.30) as vif #3 - rate 0 Oct 8 23:33:39 pimd 1786 Installing igb1.20 (192.168.20.254 on subnet 192.168.20) as vif #2 - rate 0 Oct 8 23:33:39 pimd 1786 Installing igb1.10 (192.168.10.254 on subnet 192.168.10) as vif #1 - rate 0 Oct 8 23:33:39 pimd 1786 Installing igb0 (<WAN IP> on subnet <WAN IP>/24) as vif #0 - rate 0 Oct 8 23:33:39 pimd 1786 Getting vifs from kernel Oct 8 23:33:39 pimd 1786 pimd version 2.3.2 starting ...
Any thoughts on why it seems to have issues with this one VLAN?
-
I guess no one has any thoughts on why I am missing a VLAN in PIND? If I could access my DLNA Server without having to do IGMP or an auto discover, then I would. Sadly the software I am trying to use only allows for Auto Discover and no manual enter (same with everything other piece of software I found).
I tried using IGMP Proxy, but I couldn't make that work either (I saw some posts that say it was bugged).