Skip navigation

JSI Tip 0634 - Are you unable to browse your local LAN when connected via RAS?

Add a persistent route to your local subnet.

After a fresh reboot (or if RAS has not been used since the last reboot), type:

ROUTE PRINT

To add a peristent route for your local subnet:

route -p ADD <ip network> mask <subnet mask> <local gateway>

If you have a Class C network with the gateway at 123.45.1.10, then:

route -p 123.45.1.0 mask 255.255.255.0 123.45.1.10

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish