-1

I've created a intranet website which I would like to limit to only certain computers spread throughout the city, my first thought was creating a vpn server on the web server and authorize the client computers with certificate and then limit the site only to lan. I used SoftEther VPN to setup the server, but a problem I immediately encountered was the slow bandwidth. Now to my actual question is it possible to enable the clients to browse the internet through their own connection and at the same time be able to access the website on the vpn?

Edit: I'm also open for other solutions that may be less introsive.

Breezer
  • 101
  • 4

2 Answers2

2

Sure, enable split tunneling on the VPN.

EEAA
  • 109,363
  • 18
  • 175
  • 245
0

Gather public IPv6 subnets each client is in, and allow them over the Internet. Encrypt with https and secure the web server as it is a public network.

This is not typical. It is more common to have a private network for an intranet, and a fully public network for public facing resources.

John Mahowald
  • 32,050
  • 2
  • 19
  • 34