Hi!
Recently I was asked to secure customers network by limiting port forwarding only from specific IP's or VPN so I did. Server that needs to be accessed 192.168.1.3
But once I saw that local network subnet is 192.168.1.0/24 I realized that it will cause problems for Windows VPN users because 90% of them might have same subnet on their site.
As a workaround I added alternative IP address 192.168.55.10 for that Windows server PC, but I believe there is way smarter way to do this... Right?