Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
21.1 Legacy Series
»
Run FRR without the WEB UI?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Run FRR without the WEB UI? (Read 2528 times)
Gnomesenpai
Newbie
Posts: 6
Karma: 1
I'm just a Gnome, What do I know?
Run FRR without the WEB UI?
«
on:
May 09, 2021, 08:15:20 pm »
Hey guys and gals,
Sorry if I have posted this in the wrong section! I've recently been setting up a small OSPF area over my Zerotier VPN and at first I was using the web interface to configure OSPF but found that it doesn't have the options for manual addresses so I started to configure via vtysh however on rebooting my router (even after a copy run start) the Web UI seems to be overwriting my configuration, so how can I install FRR without it installing the webui components?
Thanks!
Logged
mimugmail
Hero Member
Posts: 6766
Karma: 494
Re: Run FRR without the WEB UI?
«
Reply #1 on:
May 09, 2021, 10:29:59 pm »
Remove the plugin, Install frr7 via CLI and enable in rc.conf.
Now you can use it like with Linux
Logged
WWW:
www.routerperformance.net
Support plans:
https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German):
https://opnsense.max-it.de/
Gnomesenpai
Newbie
Posts: 6
Karma: 1
I'm just a Gnome, What do I know?
Re: Run FRR without the WEB UI?
«
Reply #2 on:
May 09, 2021, 10:37:29 pm »
By chance would you know of a guide for it? My googlefu isn't giving me much information for installing frr on the cli, rather using just the webui
Logged
mimugmail
Hero Member
Posts: 6766
Karma: 494
Re: Run FRR without the WEB UI?
«
Reply #3 on:
May 10, 2021, 09:38:03 am »
via CLI:
pkg remove os-frr
pkg install frr7
create a file /etc/rc.conf.d/frr and content:
frr_enable="YES"
frr_daemons="zebra XXX"
Where XXX are the daemons you want to run like bgp, ospf etc.
Then you can edit the config files in /usr/local/etc/frr and start via service frr start
Logged
WWW:
www.routerperformance.net
Support plans:
https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German):
https://opnsense.max-it.de/
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
21.1 Legacy Series
»
Run FRR without the WEB UI?