Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple IPs/CIDRs and MACs per client #809

Closed
4 tasks
Bluscream opened this issue Jun 6, 2019 · 7 comments
Closed
4 tasks

Allow multiple IPs/CIDRs and MACs per client #809

Bluscream opened this issue Jun 6, 2019 · 7 comments

Comments

@Bluscream
Copy link

Bluscream commented Jun 6, 2019

Something like

clients:
- name: My PC
  ips:
  - 192.168.2.55 # LAN IPv4
  - 2003:e3:9f10:7100:8145:9eff:d6d4:12b9 # LAN IPv6
  - 192.168.2.56 # WiFi IPv4
  - 2003:e3:9f10:7100:8145:9eff:d6d4:12b9 # WiFi IPv6
  macs:
  - 1C-1B-0D-76-8B-F1 # LAN
  - 1C-1B-0D-76-8B-F2 # WiFi
  use_global_settings: true
  filtering_enabled: false
  parental_enabled: false
  safebrowsing_enabled: false
  safesearch_enabled: false

So they can share the same settings and name in the statistics

@Bluscream
Copy link
Author

That would allow for the stats to stay intact while something fails and the DHCP config gets messed up somehow and vice versa if some client changes/spoofs their mac the requests still count as his

@Bluscream
Copy link
Author

Updated issue to reflect #727 (comment)

@ghost ghost mentioned this issue Aug 29, 2019
@ameshkov ameshkov added this to the v0.100 milestone Aug 29, 2019
@ameshkov ameshkov changed the title Allow multiple IPs and MACs per client Allow multiple IPs/CIDRs and MACs per client Aug 29, 2019
@alexsannikov
Copy link

Hello AdGuard team!
Are you guys have an intention or any plans to make some kind of "Client's Profile" with client's specific settings, which may include not only "Global" settings, but also fine-tuned settings like specific DNS settings, filtering lists, logging etc.
Profiles may be created under "Group" and inherit group settings or be individual.
This was mentioned already in #435
Don't want to open another one FR as it was explained and requested many times already.
Thanks,

@ameshkov
Copy link
Member

ameshkov commented Sep 6, 2019

@alexsannikov eventually, yes, we would like clients settings to evolve and cover all this, and that's why we're keeping #435 open

@nexeck
Copy link

nexeck commented Nov 23, 2019

Is part of this issue: configure Client Groups with CIDR's?
Like:
IoT Group > CIDR: 172.16.10/24
Kids Group > CIDR: 172.16.20/24

@ghost
Copy link

ghost commented Nov 24, 2019

@nexeck Yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants
@nexeck @IldarKamalov @Bluscream @ameshkov @szolin @alexsannikov and others