Page 1 of 1

Suspend Gateway on Server for Clients?

Posted: Fri Dec 23, 2022 2:37 pm
by proxypunker
My clients connect via Azure, but I don't want them to use the internet connection of the server. Is there a way without assigning the clients a static ip address without gateway? Thanks in advance, merry xmas!

Re: Suspend Gateway on Server for Clients?

Posted: Fri Dec 23, 2022 11:45 pm
by solo
Otherwise known as "split tunnel":

1) disable SecureNAT, enable local bridge, increase the client's vNIC's metric above regular NIC

or...
2) delete local bridge, enable SecureNAT AND remove its default gateway (AND may have to push static route to the server's LAN)

or, if applicable...
3) in the vNIC uncheck "Use default gateway on remote network"

Re: Suspend Gateway on Server for Clients?

Posted: Sat Dec 24, 2022 7:56 am
by proxypunker
Thank you so much for your quick help! I gonna try it out and give feedback.