Page 1 of 1

Static Public IP for Virtual Hubs

Posted: Wed May 24, 2017 4:02 pm
by aboka
hi, anyone know howto setup a Virtual Hub which will assign a fix public Ip to connecting clients?

For eg.
Virtual Hub1 -> x.x.x.101
Virtual Hub2 -> x.x.x.102

i try many combinations using Bridge, VirtualNAT/SEcureNAT/Virtual DHCP but just cant make it work. it will always show the 'main' public IP when surf to whatismyip.com even thought it shows the client is connected to the public IP that is assign to them.

im on a vps that is running Windows Server 2012

thanks,

Re: Static Public IP for Virtual Hubs

Posted: Wed May 31, 2017 9:17 am
by cedar
SoftEther VPN is a *L2* VPN.
So, virtual hub don't care about IP address.

If you want make individual NAT gateway for each virtual hub, you should use external NAT application like RRAS with VPN client.

Re: Static Public IP for Virtual Hubs

Posted: Sat Jun 03, 2017 8:43 am
by aboka
cedar wrote:
> SoftEther VPN is a *L2* VPN.
> So, virtual hub don't care about IP address.
>
> If you want make individual NAT gateway for each virtual hub, you should
> use external NAT application like RRAS with VPN client.

hi, thanks for the tips. do you hv any link that show or talks more about this kind of setup with RRAS?