OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • English Forums »
  • Development and Code Review (Moderator: fabian) »
  • Routing Protocol Support
« previous next »
  • Print
Pages: 1 [2] 3

Author Topic: Routing Protocol Support  (Read 19682 times)

fabian

  • Moderator
  • Hero Member
  • *****
  • Posts: 2769
  • Karma: 200
  • OPNsense Contributor (Language, VPN, Proxy, etc.)
    • View Profile
    • Personal Homepage
Re: Routing Protocol Support
« Reply #15 on: March 22, 2017, 02:43:54 pm »
The GUI shows the names visible in the interface section (for example lan) but the real interface names like em0 are stored in the backend.
Logged

mimugmail

  • Hero Member
  • *****
  • Posts: 6767
  • Karma: 494
    • View Profile
Re: Routing Protocol Support
« Reply #16 on: March 22, 2017, 06:05:08 pm »
But in the ospf.conf there's a passive interface lan for example, I'm more familiar within linux, so I'm not sure if this is correct?
Logged
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

fabian

  • Moderator
  • Hero Member
  • *****
  • Posts: 2769
  • Karma: 200
  • OPNsense Contributor (Language, VPN, Proxy, etc.)
    • View Profile
    • Personal Homepage
Re: Routing Protocol Support
« Reply #17 on: March 22, 2017, 06:57:16 pm »
you can configure any interface as a passive interface. This is a CSV field which is spit by ",". See: https://github.com/fabianfrz/plugins/blob/master/net/quagga/src/opnsense/service/templates/OPNsense/Quagga/ospfd.conf#L34

BTW: OPNsense is a FreeBSD, not Linux.
Logged

mimugmail

  • Hero Member
  • *****
  • Posts: 6767
  • Karma: 494
    • View Profile
Re: Routing Protocol Support
« Reply #18 on: March 22, 2017, 08:30:28 pm »
I tried to set the IF by hand but the results were not saved.

Surely it's BSD, that's why I'm a bit clumsy  ;D
Logged
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

mimugmail

  • Hero Member
  • *****
  • Posts: 6767
  • Karma: 494
    • View Profile
Re: Routing Protocol Support
« Reply #19 on: March 27, 2017, 01:53:32 pm »
Hi,

do you know if there will be a 0.0.2 release pkg?

Thanks!
Logged
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

fabian

  • Moderator
  • Hero Member
  • *****
  • Posts: 2769
  • Karma: 200
  • OPNsense Contributor (Language, VPN, Proxy, etc.)
    • View Profile
    • Personal Homepage
Re: Routing Protocol Support
« Reply #20 on: March 27, 2017, 02:39:47 pm »
No there will be a 0.0.2-dev with the next release but you can install it via pkg. Note that is will still not pull in quagga as a dependency - this will be in 0.0.3.
Logged

fabian

  • Moderator
  • Hero Member
  • *****
  • Posts: 2769
  • Karma: 200
  • OPNsense Contributor (Language, VPN, Proxy, etc.)
    • View Profile
    • Personal Homepage
Re: Routing Protocol Support
« Reply #21 on: March 27, 2017, 10:35:00 pm »
Little Update: 0.0.3 will support RIPv1 and RIPv2 too.
Logged

mimugmail

  • Hero Member
  • *****
  • Posts: 6767
  • Karma: 494
    • View Profile
Re: Routing Protocol Support
« Reply #22 on: March 28, 2017, 07:12:11 am »
Cool! :)

I always do a pkg update and pkg search quagga, but there's only the 0.0.1 version.

Logged
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17706
  • Karma: 1618
    • View Profile
Re: Routing Protocol Support
« Reply #23 on: March 28, 2017, 07:17:55 am »
Hi Wordo,

We only refresh the mirrors (including the plugins) on a release build. If you upgrade to 17.1.4 the latest version of the plugin will be applied automatically.

I don't recommend pkg upgrade -- it mostly works, but will miss reboots and FreeBSD updates.


Cheers,
Franco
Logged

mimugmail

  • Hero Member
  • *****
  • Posts: 6767
  • Karma: 494
    • View Profile
Re: Routing Protocol Support
« Reply #24 on: March 28, 2017, 10:16:13 am »
Got it, thanks! :)
Logged
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

mimugmail

  • Hero Member
  • *****
  • Posts: 6767
  • Karma: 494
    • View Profile
Re: Routing Protocol Support
« Reply #25 on: April 04, 2017, 04:09:31 pm »
Hi,

I'm currently working on a bgp setup page but when I enable the service and press save there's nothing. Also the values won't get saved.

How can I debug the insights on opnsense? Had a short look on the dev guide but didn't found anything.

If you like I could send a pull request for review if you're interested.
Logged
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

fabian

  • Moderator
  • Hero Member
  • *****
  • Posts: 2769
  • Karma: 200
  • OPNsense Contributor (Language, VPN, Proxy, etc.)
    • View Profile
    • Personal Homepage
Re: Routing Protocol Support
« Reply #26 on: April 04, 2017, 06:14:50 pm »
Did you add the correct JavaScript to the view?

BTW: You can always create a pull request but please prefix it with [WIP] so nobody will merge it.
Logged

fabian

  • Moderator
  • Hero Member
  • *****
  • Posts: 2769
  • Karma: 200
  • OPNsense Contributor (Language, VPN, Proxy, etc.)
    • View Profile
    • Personal Homepage
Re: Routing Protocol Support
« Reply #27 on: April 10, 2017, 02:35:30 pm »
Just some news for you: Will be released soon.
Logged

mimugmail

  • Hero Member
  • *****
  • Posts: 6767
  • Karma: 494
    • View Profile
Re: Routing Protocol Support
« Reply #28 on: April 10, 2017, 10:18:30 pm »
Yep, had a look at #115.

But I'm still not sure if the interface detection really works.

When I connect via vtysh I can see all my physical interfaces like em0, em1 ... but when I set passive interface in OSPF, it's written as "wan" in the config. I haven't tried this out yet, but are you sure this will work correctly?
Logged
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

fabian

  • Moderator
  • Hero Member
  • *****
  • Posts: 2769
  • Karma: 200
  • OPNsense Contributor (Language, VPN, Proxy, etc.)
    • View Profile
    • Personal Homepage
Re: Routing Protocol Support
« Reply #29 on: April 11, 2017, 08:13:21 am »
Looks like there is something wrong. I will ask Franco for the issue.
Logged

  • Print
Pages: 1 [2] 3
« previous next »
  • OPNsense Forum »
  • English Forums »
  • Development and Code Review (Moderator: fabian) »
  • Routing Protocol Support
 

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