Respondido
How can I create a static route on my Router?
Hello,
I have established a secure VPN connection from a computer in my house to Microsoft Azure. But in order for this computer to talk to my computers in Azure, I need to setup a static route to transfer packets back and forth.
The route would look like this: (I believe)
Network: 10.0.1.0 - this is my Azure IP range
Netmask: 255.255.255.0 - this is the subnet mask for Azure
Gateway: 192.168.150.12 - this is the internal RRAS IP address
Metric: 1
So, the configuration says that any packets coming in from 10.0.1.0 should be routed through 192.168.150.12, which then puts them onto my on-premise network range.
If anyone can assist, it would greatly appreciated.
Many thanks,
Mark-Allen
==
I have established a secure VPN connection from a computer in my house to Microsoft Azure. But in order for this computer to talk to my computers in Azure, I need to setup a static route to transfer packets back and forth.
The route would look like this: (I believe)
Network: 10.0.1.0 - this is my Azure IP range
Netmask: 255.255.255.0 - this is the subnet mask for Azure
Gateway: 192.168.150.12 - this is the internal RRAS IP address
Metric: 1
So, the configuration says that any packets coming in from 10.0.1.0 should be routed through 192.168.150.12, which then puts them onto my on-premise network range.
If anyone can assist, it would greatly appreciated.
Many thanks,
Mark-Allen
==