First of all, I would like to thank you for taking time out of your day to help me. It is hugely appreciated!
dustnbone wrote: ↑Thu Nov 07, 2019 3:26 pm
Can you verify IP connectivity by pinging the Pi from the Windows box?
I am not sure what you mean with the windows box. I did however check if I could find the Pi IP being used on the service page from my router; it was listed there with the same IP I had set it on.
I did however tried to ping the RPI with both Nmap and a W10 promt command on both a wired and wireless machine.
dustnbone wrote: ↑Thu Nov 07, 2019 3:26 pm
Have you configured Samba on the Pi to share folders? I don't think it does this by default in Raspbian.
Yes, I can actually use my shared folder fine, 100% with no issue at all. I can also manually type //Raspberrypi @ windows explorer and it sends me straight through. I just cannot get access via typing the assigned IP.
dustnbone wrote: ↑Thu Nov 07, 2019 3:26 pm
How are you connecting through Windows Explorer? Are you manually entering a //SERVER/share address or trying to browse to it through "Network"?
As I said just above here, I can both access it via //RaspberryPi or browse to it through network, the shared folder is always listed there and available.
dustnbone wrote: ↑Thu Nov 07, 2019 3:26 pm
Have you tried to connect to the Pi from another device like an Android phone?
Yes, I tried on multiple devices, both android and other windows machines in my network (wired, wireless)
dustnbone wrote: ↑Thu Nov 07, 2019 3:26 pm
Also, setting a static IP address on a network that has a running DHCP server can cause address conflicts if the assigned IP is within the range that gets assigned automatically.
If the DHCP server assigns that address before the Pi boots up, the Pi sets itself to it's statically assigned address and now you have 2 devices on the same network with the same IP.
You can set the DHCP server to assign from a narrower range of IPs that doesn't include your static IP.
I tried a bunch of different IPs on the Pi, I am quite sure there is not another device also switching IPs.
Strange thing is, when I was setting up the shared Samba folder I could access my Pi via windows explorer just fine. Now it has been a while and I am done with setting up the Samba folder I just cannot access the RPI via IP to save my life.
Thanks again for thinking with me !