Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

DNSMasq DHCP error #475

Closed
H4rl3q1n opened this issue Mar 9, 2019 · 1 comment
Closed

DNSMasq DHCP error #475

H4rl3q1n opened this issue Mar 9, 2019 · 1 comment

Comments

@H4rl3q1n
Copy link

H4rl3q1n commented Mar 9, 2019

When I select DNSMasq DHCP Server and start, I get an error message
Traceback (most recent call last):
File "/usr/share/WiFi-Pumpkin/core/main.py", line 816, in start_access_point
self.dhcpcontrol.Start()
File "/usr/share/WiFi-Pumpkin/core/controllers/dhcpcontroller.py", line 14, in Start
self.Active.Start()
File "/usr/share/WiFi-Pumpkin/core/servers/dhcp/dhcp.py", line 45, in Start
self.Initialize()
File "/usr/share/WiFi-Pumpkin/core/servers/dhcp/DNSMasq.py", line 21, in Initialize
with open(leases, 'wb') as leaconf:
TypeError: an integer is required

I do not know how to fix that. I would use the Python DHCP which works perfectly, but I need the DHCP to be a specific range and I cannot change these settings for the Python DHCP. It is always the network 10.0.0.0

Help would be appreciated

@mh4x0f
Copy link
Member

mh4x0f commented Mar 9, 2019

nice report, @H4rl3q1n I 'll check this coming soon ;)

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

No branches or pull requests

2 participants