OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • English Forums »
  • General Discussion »
  • WISH LIST for OPNsense
« previous next »
  • Print
Pages: 1 2 [3] 4

Author Topic: WISH LIST for OPNsense  (Read 36777 times)

guest7876

  • Guest
Re: WISH LIST for OPNsense
« Reply #30 on: July 20, 2015, 04:49:07 am »
Quote from: franco on July 19, 2015, 10:23:54 am
Not all packages from the repository are installed by default. You can query the remote by:

# pkg rquery "%n: %c"

You'll notice sixxs-aiccu is already there waiting to be installed. :)

And, yes, you can configure /etc/rc.conf, but you'll have to run "service xxx start" manually for now. We have an automatic hook, but it needs to be replaced as it is not working very well, e.g. with open-vm-tools(-nox11).

Franco,
thank you for taking the time to respond.

nice to see that your listening to what packages/plugins us customers want/need.

does opnsense require the .sh script being created like pfsense does?
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17707
  • Karma: 1618
    • View Profile
Re: WISH LIST for OPNsense
« Reply #31 on: July 20, 2015, 06:26:12 am »
/etc/rc.conf modification or a drop-in file for /etc/rc.conf.d ought to be enough like you would configure it on FreeBSD, but was I said it sometimes does not work and does not take care of restart after upgrade and other assorted scenarios. Still trying to figure this out.
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17707
  • Karma: 1618
    • View Profile
Re: WISH LIST for OPNsense
« Reply #32 on: July 20, 2015, 08:15:54 am »
Added tor and polipo, which will be available with 15.7.4 (this week maybe depending on the state of software security) for manual installation. Have fun.

https://github.com/opnsense/tools/commit/d4628b332ebe6266d9505f4b6087d87fd68eaa38
Logged

chol

  • Jr. Member
  • **
  • Posts: 99
  • Karma: 17
    • View Profile
Re: WISH LIST for OPNsense
« Reply #33 on: July 20, 2015, 12:35:34 pm »
In regard to polipo, I always have the small easy pdnsd for small dns caches etc. on the Linux based laptops of my family.

I am not sure if it makes any sense to try to disable/cut out bind from a smaller (so called SOHO) OPNsense install (like in the method lucifercipher posted elsewhere)?

Franco, could you give some light, why big BIND and why Unbound is in?

I really look enthusiastically towards our plugins ready with 16.1 release.
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17707
  • Karma: 1618
    • View Profile
Re: WISH LIST for OPNsense
« Reply #34 on: July 20, 2015, 02:22:03 pm »
Christian, unbound is in FreeBSD base nowadays. There was a move from dnsmasq to unbound in pfSense most likely due to that reason, but that transition hasn't been completed, at least not in our code base.

Bind is in there for a single purpose: Dynamic DNS via RFC 2136. As far as I know there is no replacement. We tried to use bind-tools as a lightweight package but the way the port is designed it conflicts with bind910 installations which some people have asked for as well.

We can add more dns into the packages, but I believe the pressing work is cleaning up the intermittent state of resolver and forwarder and maybe tackling the bind-tools vs full bind packages in FreeBSD.
Logged

chol

  • Jr. Member
  • **
  • Posts: 99
  • Karma: 17
    • View Profile
Re: WISH LIST for OPNsense
« Reply #35 on: July 20, 2015, 08:40:35 pm »
Quote from: franco on July 20, 2015, 02:22:03 pm
Christian, unbound is in FreeBSD base nowadays. There was a move from dnsmasq to unbound in pfSense most likely due to that reason, but that transition hasn't been completed, at least not in our code base.
Ah good to know that.

Quote from: franco on July 20, 2015, 02:22:03 pm
Bind is in there for a single purpose: Dynamic DNS via RFC 2136. As far as I know there is no replacement. We tried to use bind-tools as a lightweight package but the way the port is designed it conflicts with bind910 installations which some people have asked for as well.
You mentioned RFC2136, but now it's clear.

Quote from: franco on July 20, 2015, 02:22:03 pm
We can add more dns into the packages, but I believe the pressing work is cleaning up the intermittent state of resolver and forwarder and maybe tackling the bind-tools vs full bind packages in FreeBSD.
My full ACK!
Logged

loden_richard

  • Newbie
  • *
  • Posts: 27
  • Karma: 2
    • View Profile
Re: WISH LIST for OPNsense
« Reply #36 on: August 26, 2015, 10:50:51 pm »
It would be great if if_iwm could be used with opnsense but it was only ported to Freebsd 11. Maybe it is possible somehow ?!
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17707
  • Karma: 1618
    • View Profile
Re: WISH LIST for OPNsense
« Reply #37 on: August 27, 2015, 10:25:10 am »
FreeBSD is doing a substantial rework of the network driver APIs, which makes it very hard for us to backport new drivers on our own. Once we've reached FreeBSD 10.2, maybe we can look into an experimental build of FreeBSD 11.

(As far as 10.3 is concerned it doesn't look like iwm will ever be backported.)
Logged

loden_richard

  • Newbie
  • *
  • Posts: 27
  • Karma: 2
    • View Profile
Re: WISH LIST for OPNsense
« Reply #38 on: August 27, 2015, 12:35:42 pm »
I was afraid so. I looked into the mailing lists and at least it is available in Freebsd 11. But I will find another way around. Thanks any way
Logged

loden_richard

  • Newbie
  • *
  • Posts: 27
  • Karma: 2
    • View Profile
Re: WISH LIST for OPNsense
« Reply #39 on: August 31, 2015, 08:45:54 am »
I would suggest to display only supported WLAN methods provided by the driver. I had a hard time to figure out, that iwn doesn't like hostap
Code: [Select]
ifconfig iwn0_wlan1 list caps
would give a hint about supported setups.

Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17707
  • Karma: 1618
    • View Profile
Re: WISH LIST for OPNsense
« Reply #40 on: September 10, 2015, 04:54:05 pm »
Right, we've had multiple reports that seem to originate from this problem. I've added a ticket: https://github.com/opnsense/core/issues/377
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17707
  • Karma: 1618
    • View Profile
Re: WISH LIST for OPNsense
« Reply #41 on: September 18, 2015, 02:08:48 pm »
#377 will be fixed in 15.7.14.
Logged

Andreas

  • Sr. Member
  • ****
  • Posts: 272
  • Karma: 9
    • View Profile
Re: WISH LIST for OPNsense
« Reply #42 on: September 19, 2015, 12:45:17 pm »
OTP - one time password as higher security for administration
For example when config can be reachable from WAN/www

And otp as password for vpn
Logged

va176thunderbolt

  • Jr. Member
  • **
  • Posts: 51
  • Karma: 4
  • Nothing is more permanent than a temp solution
    • View Profile
Re: WISH LIST for OPNsense
« Reply #43 on: September 20, 2015, 02:02:11 pm »
Vnstat2 would be useful for those who are on capped connections and need to keep a close eye on their data consumption.
Logged
AMD Ryzen 3 1200
GA-A320M-S2H
8GB DDR4
Intel X550-T2 10GB
32GB Industrial SSD

Shuttle SZ270R8
Intel i5-6500
8gb ram
120gb ssd
Intel x540-t2 10gb nic

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17707
  • Karma: 1618
    • View Profile
Re: WISH LIST for OPNsense
« Reply #44 on: September 20, 2015, 02:40:08 pm »
A vnstat (the FreeBSD command line package can already be installed BTW) plugin is on the horizon, although I'm not sure if it will be "vnstat2" code exactly. See:

https://github.com/opnsense/plugins/issues/3
Logged

  • Print
Pages: 1 2 [3] 4
« previous next »
  • OPNsense Forum »
  • English Forums »
  • General Discussion »
  • WISH LIST for OPNsense
 

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