Hello,

On Wed, Jan 24, 2024 at 06:14:22AM +0000, Peter Davis via Openvpn-users wrote:
> 1- I don't understand what you mean about "server 20.20.0.0 255.255.255.0". 
> What is the difference between IP range 10.X and 20.X?

10.0.0.0/8 is a private range, that you can use as you please for private 
networks, including 10.0.0.0/24.
20.20.0.0/24 is:

schaefer@reliant:~$ whois 20.20.0.0   

NetRange:       20.0.0.0 - 20.31.255.255
CIDR:           20.0.0.0/11
NetName:        MSFT
NetHandle:      NET-20-0-0-0-1
Parent:         NET20 (NET-20-0-0-0-0)
NetType:        Direct Allocation
OriginAS:       
Organization:   Microsoft Corporation (MSFT)
RegDate:        2017-10-18
Updated:        2021-12-14
Ref:            https://rdap.arin.net/registry/ip/20.0.0.0

OrgName:        Microsoft Corporation
OrgId:          MSFT
Address:        One Microsoft Way
[ ... ]

This will work, as long as you have a NAT between those addresses and Internet,
and obviously you won't be able to contact any of those Microsoft IPs anymore,

In short: bad idea. Use private ranges only (or any public range that you own).

> 2- But this is a remote server, not an internal server, and I want to connect 
> to this server through OpenVPN, but my connection looks like HTTPS.

Parse error.


_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to