WLAN-Pi / wlanpi-profiler

Wi-Fi client capabilities analyzer tool built for the WLAN Pi
BSD 3-Clause "New" or "Revised" License
25 stars 8 forks source link

eth0 DHCP fails after profiler start/stop #26

Closed joshschmelzle closed 4 years ago

joshschmelzle commented 4 years ago

Issue @wifinigel identified in profiler package also affects profiler2. https://github.com/WLAN-Pi/profiler/issues/14

  1. boot WLAN Pi (no ethernet cable plugged in)
  2. start/stop profiler from FPMS
  3. Plug in WLAN Pi ethernet port to switch port that has DHCP available
  4. DHCP address not received.
joshschmelzle commented 4 years ago

our app runs airmon-ng check kill which will kill dhclient. we need to start dhclient back up at exit.

joshschmelzle commented 4 years ago

I thought #38 would fix this because it removes airmon-ng check kill from the interface prep func, but it doesn't appear to. Need to do more testing.

joshschmelzle commented 4 years ago

Cannot reproduce. Closing until someone can reproduce.