When editing the VPN configuration file the use of DNS hostnames is not supported. This means IP address(s) of the VPN must be used. [
Many VPN service providers include DNS hostnames in their configuration files. The hostnames typically include the providers name followed by (.net, .com, .ch, .pw).
] Therefore, vpn.riseup.net
cannot be used, but an IP address such as {{Code2|198.252.153.226}} should be used instead. To discover the IP address, check with the VPN provider or use nslookup on the host {{Os}} (outside any {{VM}}). For example, to verify the actual IP address of the vpn.riseup.net
DNS server, run.
{{CodeSelect|code=
nslookup vpn.riseup.net
}}