spacehuhn / ArduinoARPspoof

Kicks out everyone in your LAN via with an enc28j60 ethernet controller and Arduino.
MIT License
267 stars 90 forks source link

IP not printing in serial monitor #5

Closed skeeeemer closed 7 years ago

skeeeemer commented 7 years ago

Hello,

I'm using web_en = true in the code. I just uploaded the code to my arduino but during the upload process there was no IP printed out in the serial monitor. How do I get the webpage IP exactly?

**UPDATE: I changed the baud to 115200 which fixed the problem so now it displays: ready! waiting for LAN connection...

But still, how do I get the IP address?**

Much appreciated.

spacehuhn commented 7 years ago

The IP adress will be printed out as soon as the device got a connection to your LAN.

skeeeemer commented 7 years ago

Thank you and also, does the IP change if it is connected to a different LAN or will it always be the same?

spacehuhn commented 7 years ago

no it gets an IP from the DHCP in the LAN so you have to look that up every time.

skeeeemer commented 7 years ago

Thank you, much appreciated.