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

pywakeonlan falla con interfaces no configuradas #28

Open
rroobbeerr opened this issue Oct 24, 2017 · 0 comments
Open

pywakeonlan falla con interfaces no configuradas #28

rroobbeerr opened this issue Oct 24, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@rroobbeerr
Copy link

Cuando existe alguna interfaz red adicional que no está configurada pywakeonlan falla y no consigue enviar el paquete wakeonlan por las interfaces que sí están configuradas.

De momento he conseguido que funcione forzando la función getBroadcastIP() para que devuelva la IP de broadcast sólo de la interfaz que me interesa dejándola así:

def getBroadcastIP():
    broadcasts=['172.20.15.255']
    return broadcast

Sería ideal poder configurar en algún sitio la interfaz o interfaces a utilizar para evitar enviar tráfico por las interfaces que no interesan.

@rroobbeerr rroobbeerr added the bug label Oct 24, 2017
@rroobbeerr rroobbeerr added this to the 2017 milestone Oct 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants