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

Support for multiple interfaces #151

Open
kwschnei opened this issue Mar 29, 2022 · 5 comments
Open

Support for multiple interfaces #151

kwschnei opened this issue Mar 29, 2022 · 5 comments

Comments

@kwschnei
Copy link

arp-scan appears to support specifying only 1 interface. For users with multiple interfaces connected to different networks, the user has to pick which network to monitor. Please add support for specifying multiple interfaces and their networks.

@jaseuk73
Copy link

jaseuk73 commented Jul 3, 2022

Did you gef8nd a solution for this. I had the same issue, as use Pi hole and have multiple interfaces with different subnets. I made a modification to the code and for me it works great picking up devices on 4 different network subnets. If you're happy modifying code I will happily show and explain the mod I did. Obviously if you ever update the main application it will get over written. Once I've tested properly I'll request it as feature/pull request (not sure of terminology) to Pucherot

@jokob-sk
Copy link

Did you gef8nd a solution for this. I had the same issue, as use Pi hole and have multiple interfaces with different subnets. I made a modification to the code and for me it works great picking up devices on 4 different network subnets. If you're happy modifying code I will happily show and explain the mod I did. Obviously if you ever update the main application it will get over written. Once I've tested properly I'll request it as feature/pull request (not sure of terminology) to Pucherot

Would be a great addition. If you are happy to contribute, you can add it to this fork which I hope has most of the latest development included.

@kwschnei
Copy link
Author

kwschnei commented Aug 4, 2022

@jaseuk73 I put it on my to-do list for the coming winter - it wasn't important enough to me to miss out on any summer sunshine. If you're willing to contribute to jokob-sk's fork, that would be wonderful - his seems to be one of the most active forks and is the one I use.

@jokob-sk
Copy link

Hi,

Added simple support for multiple interface, on my fork: jokob-sk/Pi.Alert@929ea98

Please let me know if there are issues by open an issue on my fork. Check the sample pialert.conf for details on how to specify the interfaces:

https://github.com/jokob-sk/Pi.Alert/blob/4cd2f7cf322848e3607ba97ec365e4ac8ac5e6f3/config/pialert.conf#L85

@larakevin67
Copy link

Hi,

Added simple support for multiple interface, on my fork: jokob-sk/Pi.Alert@929ea98

Please let me know if there are issues by open an issue on my fork. Check the sample pialert.conf for details on how to specify the interfaces:

https://github.com/jokob-sk/Pi.Alert/blob/4cd2f7cf322848e3607ba97ec365e4ac8ac5e6f3/config/pialert.conf#L85

this worked. Thanks!

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

4 participants