You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: