Device Names on local Network are blocked as well
Hi!
First of all great app.
There is one problem that I could not solve yet (I tried whitelisting for example): Device names on my local network (for example "raspberrypi") are blocked as well.
So when I ssh in to my Pi like this `ssh pi@rasberrypi` I cannot do it with NextDNS enabled but I get `ssh: Could not resolve hostname raspi: nodename nor servname provided, or not known`.
So I have use the device IP address with SSH which sucks and is hard to remember.
So is there a way to disable local network device name blocking?
Thanks in advance for any help!
Best Till
6 replies
-
As a workaround you could use rewrites that map your local hostnames to local IP addresses.
-
NextDNS app uses a VPN and a VPN usually filters out local netbios traffic that allows you to identify hosts by defined names. You can't do nothing about it. This will always happen when you use some sort of VPN.
-
You should be able to use 'raspberrypi.local' as the device name on the local domain.
-
Have you been able to solve it?
I want to setup an SSHFS for my steamdeck and using static ip is not a valid solution.
-
goto windows/syste32/drivers/etc/hosts
and add
192.168.0.*** rasberrypi
save and reboot pc
_________
what is your router? did you make PI static and added a mac to dhcp?
Content aside
- 2 yrs agoLast active
- 6Replies
- 272Views
-
6
Following