-
The setup seems pretty basic and straight forward, but in testing the client waits and waits to receive an assigned IP from DHCP, and this never happens. Eventually, the client gives up and disconnects. Where did I go wrong? [Class-A-Address]
broadcast=10.0.0.255
leasetimeDef=600
leasetimeMax=7200
netmask=255.0.0.0
range=10.0.0.20/10.0.0.50
router=10.0.0.1
subnet=10.0.0.0
[Class-B-Address]
broadcast=172.16.0.255
leasetimeDef=600
leasetimeMax=7200
netmask=255.240.0.0
range=172.16.0.100/172.16.0.150
router=172.16.0.1
subnet=172.16.0.0
[Class-C-Address]
broadcast=192.168.0.255
leasetimeDef=600
leasetimeMax=7200
netmask=255.255.255.0
range=192.168.0.100/192.168.0.150
router=192.168.0.1
subnet=192.168.0.0
[accesspoint]
ap_max_inactivity=3600
bssid=XX:XX:XX:XX:XX:XX
channel=11
checkConnectionWifi=true
check_support_ap_mode=true
current_session=XXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
dhcpd_server=false
enable_hostapd_config=false
enable_security=false
interface=wlan0
persistNetwokManager=true
pydhcp_server=true
pydns_server=true
pydns_verbose=false
pydns_zone_file=/root/.config/wifipumpkin3/config/app/dns_hosts.ini
ssid=XXXSSIDXXX
status_ap=true
timer_update_info=2000
wpa_algorithms=TKIP
wpa_sharedkey=XXXXXXXXX
wpa_type=2
[ap_mode]
docker=false
karma=false
restapi=false
static=true
[colors_log]
captiveflask=light-cyan, #000000
dhcpd_server=light-magenta, #000000
generic=light-white, #000000
pumpkinproxy=light-red, #000000
pydhcp_server=light-magenta, #000000
pydns_server=light-blue, #000000
responder=light-green, #000000
sniffkin3=light-yellow, #000000
[dhcp]
broadcast=192.168.0.255
classtype=c
leasetimeDef=600
leasetimeMax=7200
netmask=255.255.255.0
range=192.168.0.100/192.168.0.150
router=192.168.0.1
subnet=192.168.0.0
[dhcpdefault]
broadcast=192.168.0.255
leasetimeDef=600
leasetimeMax=7200
netmask=255.255.255.0
range=192.168.0.100/192.168.0.150
router=192.168.0.1
subnet=192.168.0.0
[docker]
docker_hostapd_path=/usr/sbin/hostapd
[hostapd_config]
hw_mode=g
ieee80211n=1 #Whether IEEE 802.11n (HT) is enabled
ignore_broadcast_ssid=0 #AP will broadcast SSID
skip_inactivity_poll=1
[iptables]
iptables_0_masq=-w -P FORWARD ACCEPT
iptables_A_masq=-w -t nat -A POSTROUTING --out-interface $inet -j MASQUERADE
iptables_B_forward="-w -A FORWARD -i $inet --out-interface $wlan -j ACCEPT -m state --state RELATED,ESTABLISHED"
iptables_C_foracept=-w -A FORWARD -i $wlan --out-interface $inet -j ACCEPT
iptables_D_accept=-w -A OUTPUT --out-interface $inet -j ACCEPT
iptables_E_accpet=-w -A INPUT --in-interface $wlan -j ACCEPT
path_binary=/usr/sbin/iptables-legacy
[karma]
karma_hostapd_path=/usr/sbin/hostapd-wpe
[mana]
enable_mana=true
mana_hostapd_path=./plugins/bin/hostapd-mana/hostapd
mana_loud=false
mana_macl=false
[mitm_modules]
responder=false
sniffkin3=true
[proxy_plugins]
captiveflask=false
noproxy=true
pumpkinproxy=false
[rest_api_settings]
EXTENSIONS=blueprints.restapi:init_app, ext.database:init_app, ext.auth:init_app
PASSWORD=XXXXXXXXX
PASSWORD_SCHEMES=['pbkdf2_sha512', 'md5_crypt']
SECRET_KEY=XXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
SQLALCHEMY_DATABASE_URI=sqlite:///wp3.db
USERNAME=XXXXXXXXX
port=1337
public_id=
[restapi]
restapi_hostapd_path=/usr/sbin/hostapd
[settings]
log_colorize=true
log_serialize=true
[static]
static_hostapd_path=/usr/sbin/hostapd
|
Beta Was this translation helpful? Give feedback.
Answered by
anoduck
Jul 10, 2023
Replies: 1 comment
-
@mh4x0f provided the answer. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
anoduck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mh4x0f provided the answer.