Can't reach Raspberry Pi from a specific computer - raspberry-pi

I've an issue connecting with my raspberry from a specific computer on home network.
Raspberry is connected on WiFi and my computer is connected on LAN.
The issue occurs only on the actual raspberry IP that is a static IP (192.168.1.3. This is correctly reached from every other device in the home network.
If I change the IP assigned to raspi it becomes reachable from my computer but I don't know why.
I've tried deleting DNS cache from the computer and checking Firewall rules but nothing found. I've also checked raspi to see if there are rules blocking the connection but nothing found here too.
Could you please help me understanding why this is happening? I would like to keep the actual IP assigned to the raspi.
Thank you

Related

How do I connect to my raspberry pi in a different network?

Let me explain what I want to happen.
I have an http server program that displays a website every time I connect to my raspberry pi's ip address on port 8080. But this only works on my current network. I want to be able to access this raspberry pi from any network by typing a website address. How would I connect my URL to this raspberry pi so that I can just type the domain and it will take me to my raspberry pi?
P.S. I have already tried searching for this extensively, but none of the results fits my needs
Thank you in advance,
Nick.
Assuming that your current network is your home network and any network is the internet as such, I think your question points into the direction of dynamic DNS (DDNS).
DDNS allows you to assign a fixed domain name to the (usually) varying external IP adresses of your home network.
This would make your PI reachable to the outside world.
Search for DDNS providers.

cannot access raspberry pi with a public ip address

I'm trying to run my own instance of a bitwarden vault on my raspberry pi.
Everything works well. I can access it from my local network. Yet I can't access it outside of it with my public ip even though I forwarded my port and I check they were open with nmap.
So I have a forwarded port, a server running that runs perfectly on my local network. But still can't acess it from any network.
Does anyone have a clue on why that doesn't work ?
Thanks !

Wireguard does not seem to be passing traffic through, assigning strange IP

I have Wireguard installed on a Raspberry Pi 4 via PiVPN. The pi is plugged directly into my network switch.
I went through the setup and assigned the pi a static IP (10.0.0.157), generated a config and tried to login from my laptop (laptop was on a personal hotspot for testing purposes).
Wireguard connected using the profile and said it was sending traffic, but I was not able to load anything or ping any of the devices on my internal network.
I also noticed that my laptop was being assigned an IP of 10.0.6.1, which doesn't make sense because my network is in the IP range of 10.0.0.0/24
Any idea why this is happening or how to fix it?
I was able to fix this by changing the AllowedIPs value in the config and ensuring that I was forwarding the proper port.

Running Home Assistant (HASSIO) locally without an internet connection

I am new to Home Assistant and I currently have a disc image of the software installed on a Raspberry Pi 3b. I have managed to get this up and running successfully by connecting my PI to an internet connection via an ethernet cable and connecting my laptop to the same network wirelessly. The problem I am facing is that I wish to run this locally without an internet connection and simply connecting my laptop to the PI with the Ethernet cable does not seem to be working. I have tried looking around for support but I cannot seem to find much on the matter.
Home Assistant's default port is 8123 not 8023.
If there is a direct connection between your laptop and the Raspberry Pi then the chance is high that mDNS won't not work. Thus, homeassistant.local is not reachable.
Add a static IP address for your Home Assistant host and your laptop.

How to fix server IP address could not be found when trying to reach a raspberry Pi from the internet?

I am trying to set my raspberry pi as a web server just to play around.
I changed the DNS record of my domain to point to my IP address.
then I forwarded the requests of port 80 to my raspberry pi internal IP address from the router.
I can reach the raspberry pi from my internal wifi connection using its ip address. However, I can't reach it using my domain name. I am getting this " server IP address could not be found." error.
Tried to clean cashe from chrome, and tried another browser ..etc. didn't work.
Any Ideas?
EDIT: ping works and no packages are lost
+
I waited 2 days already
When changing DNS it will take some time before all nameservers get changes.
You can read more about it here
You can try and go to your public IP. Then you should be able to visit your webserver, if you have forwarded it correct.