OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • English Forums »
  • General Discussion »
  • Parental control nad AD blocking, will it ever happen ?
« previous next »
  • Print
Pages: [1] 2

Author Topic: Parental control nad AD blocking, will it ever happen ?  (Read 17681 times)

mucflyer

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
    • View Profile
Parental control nad AD blocking, will it ever happen ?
« on: May 31, 2018, 06:27:55 pm »
Hi All
OPNSense looks cool, very promising. Only two things I'm really missing. AD Blocking realized easy way, implementing black list, without playing with proxy, rules etc.
And second, even more important - parental control. I would like to limit Internet usage for example 4 hours per day. And disable network between let's say 8PM and 6AM.

Will it even be possible ?
Logged

fabian

  • Hero Member
  • *****
  • Posts: 2769
  • Karma: 200
  • OPNsense Contributor (Language, VPN, Proxy, etc.)
    • View Profile
    • Personal Homepage
Re: Parental control nad AD blocking, will it ever happen ?
« Reply #1 on: May 31, 2018, 08:35:59 pm »
you can use firewall schedules to make a rule only available at certain time ranges - no problem. But what's the problem with the proxy? It's working pretty well.
Logged

mucflyer

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
    • View Profile
Re: Parental control nad AD blocking, will it ever happen ?
« Reply #2 on: June 01, 2018, 05:22:34 am »
Not sure right now, I think I was struggling with transparent proxy and https. Due to, no option to install replacement certificate on local machines. And mobile phones. But maybe I will come back to opnsense trying this again. pfblockerng is easier and works for both http and https without additional work on local machines.
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17709
  • Karma: 1618
    • View Profile
Re: Parental control nad AD blocking, will it ever happen ?
« Reply #3 on: June 01, 2018, 08:14:20 am »
> Parental control nad AD blocking, will it ever happen ?

It happened.

https://docs.opnsense.org/manual/how-tos/proxywebfilter.html


Cheers,
Franco
Logged

mucflyer

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
    • View Profile
Re: Parental control nad AD blocking, will it ever happen ?
« Reply #4 on: June 01, 2018, 02:08:41 pm »
This looks indeed good.
Any chance, to have Internet budget in the future (to allow, lets say, only 4 hours / PC / day).
Logged

mdcclxv

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
    • View Profile
Re: Parental control nad AD blocking, will it ever happen ?
« Reply #5 on: June 07, 2018, 05:43:36 pm »
Quote from: franco on June 01, 2018, 08:14:20 am
> Parental control nad AD blocking, will it ever happen ?

It happened.

https://docs.opnsense.org/manual/how-tos/proxywebfilter.html


Cheers,
Franco

Correct me if I'm wrong, but this will restrict access for all devices. This is definitely not parental control. Parental control means implementing access restrictions based on MAC address and, ideally, different rules for each MAC. I have two kids, 7 yro and 14 yro. I definitely can't apply the same restrictions to both. And I don't want any restrictions for me and my wife. And that's only part one of parental control is. The second part is internet budget.
« Last Edit: June 07, 2018, 07:56:02 pm by mdcclxv »
Logged

fabian

  • Hero Member
  • *****
  • Posts: 2769
  • Karma: 200
  • OPNsense Contributor (Language, VPN, Proxy, etc.)
    • View Profile
    • Personal Homepage
Re: Parental control nad AD blocking, will it ever happen ?
« Reply #6 on: June 07, 2018, 06:03:11 pm »
you probably want to use a user based acl which the proxy is capable to handle. I am just not sure if that works via the GUI.
Logged

marjohn56

  • Hero Member
  • *****
  • Posts: 1701
  • Karma: 179
    • View Profile
Re: Parental control nad AD blocking, will it ever happen ?
« Reply #7 on: June 07, 2018, 07:02:59 pm »
I'm using a simple add blocker as described here. I edited the list slightly as my wife finds the google add links are sometimes useful, especially when shopping. :)


https://devinstechblog.com/



Logged
OPNsense 24.7 - Qotom Q355G4 - ISP - Squirrel 1Gbps.

Team Rebellion Member - If we've helped you remember to applaud

marjohn56

  • Hero Member
  • *****
  • Posts: 1701
  • Karma: 179
    • View Profile
Re: Parental control nad AD blocking, will it ever happen ?
« Reply #8 on: June 07, 2018, 07:07:23 pm »
Quick note on my message above, if you do edit the list, remember to restart Unbound and you may also need to do a flushdns on your devices.
Logged
OPNsense 24.7 - Qotom Q355G4 - ISP - Squirrel 1Gbps.

Team Rebellion Member - If we've helped you remember to applaud

mdcclxv

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
    • View Profile
Re: Parental control nad AD blocking, will it ever happen ?
« Reply #9 on: June 07, 2018, 08:02:54 pm »
Quote from: marjohn56 on June 07, 2018, 07:02:59 pm
I'm using a simple add blocker as described here. I edited the list slightly as my wife finds the google add links are sometimes useful, especially when shopping. :)


https://devinstechblog.com/

How is this linked to a specific MAC?
Logged

mdcclxv

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
    • View Profile
Re: Parental control nad AD blocking, will it ever happen ?
« Reply #10 on: June 07, 2018, 08:06:08 pm »
Quote from: fabian on June 07, 2018, 06:03:11 pm
you probably want to use a user based acl which the proxy is capable to handle. I am just not sure if that works via the GUI.

Yeah, good luck with that on Android. I can enter a proxy and a port, but that's as far as it goes. No user/pass there. But that would be the wrong approach anyway. The norm is transparent proxy with MAC based restrictions.
Logged

marjohn56

  • Hero Member
  • *****
  • Posts: 1701
  • Karma: 179
    • View Profile
Re: Parental control nad AD blocking, will it ever happen ?
« Reply #11 on: June 07, 2018, 08:17:23 pm »
Quote from: mdcclxv on June 07, 2018, 08:02:54 pm
Quote from: marjohn56 on June 07, 2018, 07:02:59 pm
I'm using a simple add blocker as described here. I edited the list slightly as my wife finds the google add links are sometimes useful, especially when shopping. :)


https://devinstechblog.com/

How is this linked to a specific MAC?


It's not, I missed your bit about the mac address.
Logged
OPNsense 24.7 - Qotom Q355G4 - ISP - Squirrel 1Gbps.

Team Rebellion Member - If we've helped you remember to applaud

mimugmail

  • Hero Member
  • *****
  • Posts: 6767
  • Karma: 494
    • View Profile
Re: Parental control nad AD blocking, will it ever happen ?
« Reply #12 on: June 07, 2018, 10:56:20 pm »
Imho it must be a mix of captive portal with currently Missing limit per user and something like opendns family shield.
Logged
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

marjohn56

  • Hero Member
  • *****
  • Posts: 1701
  • Karma: 179
    • View Profile
Re: Parental control nad AD blocking, will it ever happen ?
« Reply #13 on: June 08, 2018, 02:43:06 pm »
Or MAC filtering on a schedule or a VLAN on a schedule. Fixed IP and no dhcp on the VLAN.


Forgot to add the MAC address filtering is pretty easy to bypass.
« Last Edit: June 08, 2018, 03:02:15 pm by marjohn56 »
Logged
OPNsense 24.7 - Qotom Q355G4 - ISP - Squirrel 1Gbps.

Team Rebellion Member - If we've helped you remember to applaud

Ciprian

  • Sr. Member
  • ****
  • Posts: 284
  • Karma: 50
    • View Profile
Re: Parental control nad AD blocking, will it ever happen ?
« Reply #14 on: June 12, 2018, 01:44:53 pm »
I guess that for your kids an approach based on "hotel" setup, using vouchers, would be a better fit, at least for internet time budgeting.

For the web filtering, I would set a static lease for each PC so that I'd be sure the PCs would always have the same IP, and set appropriate filtering in proxy for each IP, accordingly and respectively. Of course, your kids should not have admin rights on their PC logon users (to not be able to manually change the IP on PCs).
Logged

  • Print
Pages: [1] 2
« previous next »
  • OPNsense Forum »
  • English Forums »
  • General Discussion »
  • Parental control nad AD blocking, will it ever happen ?
 

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