Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
19.7 Legacy Series
»
mDNS repeater service fails to start troubleshooting.
« previous
next »
Print
Pages: [
1
]
Author
Topic: mDNS repeater service fails to start troubleshooting. (Read 4630 times)
589media
Newbie
Posts: 6
Karma: 0
mDNS repeater service fails to start troubleshooting.
«
on:
December 26, 2019, 04:58:42 pm »
Hi all! New here to OPNsense and getting one of my routers up and running. I’m running 19.7.8 and have two ports in a LAN bridge while routing through a zerotier interface for remote sites and management access. For some reason the service won’t start and regardless of which interfaces I select this is what I get in the general log:
Dec 26 10:44:58 mdns-repeater[96625]: exit.
Dec 26 10:44:58 mdns-repeater[96625]: unable to create socket for interface zt3tuismu5fivh4
Dec 26 10:44:58 mdns-repeater[96625]: recv setsockopt(IP_ADD_MEMBERSHIP): Address already in use
Dec 26 10:44:58 mdns-repeater[96625]: send bind(): Address already in use
Dec 26 10:44:58 mdns-repeater[96625]: dev bridge0 addr 192.168.202.1 mask 255.255.255.0 net 192.168.202.0
Zt3xxxxx.... is the zerotier interface and bridge0 is the LAN bridge. For some reason this doesn’t change even if I change what interfaces are used in mDNS repeater. Any ideas of where to look next to figure this out? Thanks,
Andy
Logged
siga75
Full Member
Posts: 185
Karma: 11
Re: mDNS repeater service fails to start troubleshooting.
«
Reply #1 on:
December 26, 2019, 05:22:46 pm »
looks like socket is already in listen
netstat -an|grep 192.168.202.1
Logged
https://www.signorini.ch
Protectli Pfsense Mi7500L6 Intel 7Th Gen Core I7 7500U 16Gb Ddr4 Ram
512Gb Msata Ssd
6 X Intel Gigabit Ethernet
589media
Newbie
Posts: 6
Karma: 0
Re: mDNS repeater service fails to start troubleshooting.
«
Reply #2 on:
December 26, 2019, 07:57:40 pm »
Quote from: siga75 on December 26, 2019, 05:22:46 pm
looks like socket is already in listen
netstat -an|grep 192.168.202.1
The ZT interface (assigned from ZT central) had the same IP as LAN, I changed the IP in ZT, rebooted, and mDNS repeater it fired right up. Thank you!
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
19.7 Legacy Series
»
mDNS repeater service fails to start troubleshooting.