0
(0)

This topic explains what to do if you are unable to access a device in your local network with the host name when FREEDOME VPN is turned on.

Symptoms

When F-Secure FREEDOME VPN is turned on, it may not be possible to access a device (for example NAS boxes, network printers, smart network appliances) in your local network with its host name. However, it is possible to access the device with the IP address despite having FREEDOME VPN turned on.

Diagnosis

To access devices that are connected to your local network with FREEDOME VPN turned on, the host names must be translated to IP addresses first so that it is understood by the networked computer. This is normally done by a DNS server.

Turning on FREEDOME VPN will result in FREEDOME VPN handling the DNS queries with its own DNS server. This is by design to prevent DNS information leaking outside the VPN tunnel.

If there are devices in the local or private network accessed by their names and not IP addresses, the computer may try to resolve the names to their IP addresses using the FREEDOME DNS server. The DNS servers for FREEDOME VPN do not naturally contain information about your home network devices therefore the host names cannot be translated into their IP addresses.

Due to this, the devices cannot be accessed with their names although they are in the local network.

Solution

Computers have the possibility to do the name-to-IP translation locally through the hosts file. The operating system checks the hosts file first before doing the DNS query, therefore this can be used to translate the local device names to their IP addresses.

  1. Open Terminal.
  2. Type in sudo nano /private/etc/hosts and press Enter.
  3. Enter your administrator password, and press Enter.
  4. Use the arrow keys on your keyboard and scroll to the bottom of the file.
  5. Add your device IP address and name to the end of the file. If you have multiple devices in your local network that you need to access, each of them must be added on its own line. See below for example.
  6. On your keyboard, press Ctrl+X and then to exit and save the file. Press Enter to confirm the file name.

Example to add multiple devices to the hosts file on your computer:

192.168.123.123 my-nas-box

192.168.123.124 my-network-printer

192.168.123.125 my-smart-fridge

Source : Official F-Secure Brand
Editor by : BEST Antivirus KBS Team

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

(Visited 5 times, 1 visits today)