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

How to reconfigure? #14

Open
Framstag opened this issue Sep 17, 2024 · 1 comment
Open

How to reconfigure? #14

Framstag opened this issue Sep 17, 2024 · 1 comment

Comments

@Framstag
Copy link

Framstag commented Sep 17, 2024

I initialized the scanner for my network.

A while later I wanted to add configurations for matching macs to custom name and vendor.

However it seems, I cannot get back to the configuraton dialog (only add a new configuration for the same network which doe snot make much sense)?

Can I add mapping manually to the configuration.yaml? How would be the syntax?

@parvez
Copy link
Owner

parvez commented Sep 18, 2024

Yes, you can:

  1. delete the current network scanner device
  2. add to configuration yaml in this format.
  3. add new network scanner
  4. the modal would list all the devices listed in configuration yaml. Also this way you can have unlimited entries

ip range supports multiple ip ranges from different subnets

network_scanner:
  ip_range: "10.100.1.0/24 10.1.1.0/24"
  mac_mapping_1: "bc:14:14:f1:81:1b;Brother Printer;Cloud Network Technology Singapore Pte. Ltd."
  mac_mapping_2: "b1:81:11:31:a1:b1;My iPhone;Apple Inc."

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

No branches or pull requests

2 participants