OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • English Forums »
  • Development and Code Review (Moderator: fabian) »
  • mdns-repeater
« previous next »
  • Print
Pages: [1] 2

Author Topic: mdns-repeater  (Read 13038 times)

fabian

  • Moderator
  • Hero Member
  • *****
  • Posts: 2768
  • Karma: 199
  • OPNsense Contributor (Language, VPN, Proxy, etc.)
    • View Profile
    • Personal Homepage
mdns-repeater
« on: September 02, 2017, 12:50:24 pm »
because this is very often requested:
a plugin may become available.

For some early adopters, a mostly working plugin is attached.

Not yet implemented: status indicator (the thing on the top right on the screen)
« Last Edit: September 03, 2017, 10:32:47 am by fabian »
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13633
  • Karma: 1174
    • View Profile
Re: mdns-repeater
« Reply #1 on: September 02, 2017, 04:00:52 pm »
Hi Fabian,

If you want to help testing let users know how to install it and tell them what architecture it is for. ;)

Also don't forget to mention that it requires to install "mdns-responder" too.


Cheers,
Franco
Logged

fabian

  • Moderator
  • Hero Member
  • *****
  • Posts: 2768
  • Karma: 199
  • OPNsense Contributor (Language, VPN, Proxy, etc.)
    • View Profile
    • Personal Homepage
Re: mdns-repeater
« Reply #2 on: September 03, 2017, 10:40:12 am »
sure: to install the package, type
Code: [Select]
pkg add https://forum.opnsense.org/index.php?action=dlattach;topic=5879.0;attach=2425
on the shell. After a reload it should be available. mdns-repeater should be installed automatically, as it is a dependency.
If not, it can be installed using:
Code: [Select]
pkg install mdns-repeater

When 17.7.2 is released, it will be available for testing using the os-mdns-repeater-devel package.
I added the package here to avoid the package to be delayed for those who need it.
Logged

mic

  • Newbie
  • *
  • Posts: 16
  • Karma: 0
    • View Profile
Re: mdns-repeater
« Reply #3 on: September 05, 2017, 02:26:45 pm »
Hi Fabian,

I have tried to install this plugin but the commad
Code: [Select]
pkg add https://forum.opnsense.org/index.php?action=dlattach;topic=5879.0;attach=2425 returns error.
Could you help me, please?

Thank you
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13633
  • Karma: 1174
    • View Profile
Re: mdns-repeater
« Reply #4 on: September 05, 2017, 02:39:26 pm »
You could also build from the source:

# opnsense-code plugins
# cd /usr/plugins/net/mdsn-repeater
# make package
# pkg install work/pkg/*.txz


Cheers,
Franco
Logged

fabian

  • Moderator
  • Hero Member
  • *****
  • Posts: 2768
  • Karma: 199
  • OPNsense Contributor (Language, VPN, Proxy, etc.)
    • View Profile
    • Personal Homepage
Re: mdns-repeater
« Reply #5 on: September 05, 2017, 02:57:51 pm »
@fichtner: may be a "problem" with the forum software which does not allow the download without being logged in.

@mic In this case you have to download the file and install manually.
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13633
  • Karma: 1174
    • View Profile
Re: mdns-repeater
« Reply #6 on: September 05, 2017, 03:18:07 pm »
@fabian, yeah that is probably a standard setting
Logged

mic

  • Newbie
  • *
  • Posts: 16
  • Karma: 0
    • View Profile
Re: mdns-repeater
« Reply #7 on: September 06, 2017, 11:01:15 am »
Fabian,
I tried to download the file but I had this error:

404 - Attachment Not Found
Logged

fabian

  • Moderator
  • Hero Member
  • *****
  • Posts: 2768
  • Karma: 199
  • OPNsense Contributor (Language, VPN, Proxy, etc.)
    • View Profile
    • Personal Homepage
Re: mdns-repeater
« Reply #8 on: September 06, 2017, 12:37:15 pm »
then try this
Code: [Select]
pkg add https://files.fabian-franz.eu/os-mdns-repeater-devel-1.0.txz
Logged

SiD67

  • Newbie
  • *
  • Posts: 12
  • Karma: 2
    • View Profile
Re: mdns-repeater
« Reply #9 on: September 06, 2017, 10:00:56 pm »
Hi,

thank you very much, I try it right now, works great so far.

I killed my manually started mdns-repeater process and just installed the pkg from fabian, logged out and in again and then enabled my 2 interfaces under services and it works!

Thank you for fast and great developing guys, you´re awesome! ;)


Logged

bitman

  • Newbie
  • *
  • Posts: 21
  • Karma: 2
    • View Profile
    • bit4net (IPv6 only)
Re: mdns-repeater
« Reply #10 on: February 18, 2018, 09:45:24 pm »
hmmm; have to wait for an i386 package  :-[

Quote
Fetching os-mdns-repeater-devel-1.0.txz: 100%    5 KiB   4.7kB/s    00:01   
Installing os-mdns-repeater-devel-1.0...
pkg: wrong architecture: FreeBSD:11:amd64 instead of FreeBSD:11:i386

Failed to install the following 1 package(s): https://files.fabian-franz.eu/os-mdns-repeater-devel-1.0.txz


cheers,

UPDATE; please ignore my post have now installed it  ;)
« Last Edit: February 18, 2018, 10:00:02 pm by bitman »
Logged

fabian

  • Moderator
  • Hero Member
  • *****
  • Posts: 2768
  • Karma: 199
  • OPNsense Contributor (Language, VPN, Proxy, etc.)
    • View Profile
    • Personal Homepage
Re: mdns-repeater
« Reply #11 on: February 18, 2018, 10:13:34 pm »
yes, it is published in the OPNsense repository since - no need to download a prerelease ;)
Logged

iam

  • Jr. Member
  • **
  • Posts: 89
  • Karma: 1
    • View Profile
Re: mdns-repeater
« Reply #12 on: July 30, 2018, 08:15:27 pm »
Is this working with OpenVPN devices?
Logged

fabian

  • Moderator
  • Hero Member
  • *****
  • Posts: 2768
  • Karma: 199
  • OPNsense Contributor (Language, VPN, Proxy, etc.)
    • View Profile
    • Personal Homepage
Re: mdns-repeater
« Reply #13 on: July 30, 2018, 08:37:45 pm »
as any other plugin: currently no because the OPNsense does not give a real interface name to the plugin.
Logged

forca

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
    • View Profile
Re: mdns-repeater
« Reply #14 on: September 04, 2019, 11:22:23 am »
any news about working mdns-repeater with OpenVPN devices (tun)?

would be very nice..
Logged

  • Print
Pages: [1] 2
« previous next »
  • OPNsense Forum »
  • English Forums »
  • Development and Code Review (Moderator: fabian) »
  • mdns-repeater
 

OPNsense is an OSS project © Deciso B.V. 2015 - 2023 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2