• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

static routes

KLin

Lifer
I have 2 networked desktops. One is connected to a VPN, but it's still accessible via the LAN IP Address.

Can I setup a static route on the other desktop to route to IP addresses located on the VPN?

(fake IP addresses used)
Desktop 1 LAN: 1.1.1.1
Desktop 2 LAN: 1.1.1.2
Desktop 1 VPN: 11.11.11.11 IP Address
Sample VPN IP: 12.12.12.12

I tried doing a "route add 12.12.12.0 mask 255.255.255.0 1.1.1.2 metric 1" from the command prompt but that didn't work. Thanks! 🙂
 
The VPN software probably doesn't allow the packets to be forwarded. Not only that you'd need a route back to desktop 1. 12.12.12.0 would have to know how to reach 1.1.1.0.
 
Back
Top