miniupnpd errors
-
Having trouble with miniupnpd errors:
miniupnpd 72624 interface index not matching 2 != 3
I have 3 interfaces: WAN, LAN and a cisco wireless AP. ISP assigned public ip address. LAN and Cisco are on different subnets of 192.x.x.x and 10.x.x.x
I have both LAN and Cisco selected in the settings and WAN for the external.
Any ideas or a way around this? -
@dutch317 I ran into this, looks like pfsense writes the config file incorrectly?
edit /var/etc/miniupnpd.conf file, look for the listening_ip line, on my install there were 2 lines, one line per interface. This is incorrect.
The format is one listening_ip= line and then the interfaces separated by a space. I changed my file to have this,
listening_ip=igb1 igb3
then I went into the gui for miniupnp service and restarted. The interface index not matching errors went away. Hope this helps.