Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Media Server RAS Access loses LAN connectivity

Status
Not open for further replies.

axelrodriguez

Vendor
Joined
Dec 21, 2004
Messages
6
Location
MX
Help Please, when connected to a media server via modem, the PPP connection works fine, but i lose access to internet.

there a re a way to get access to the remote Media server, but preserving access to the iternet

Thank You
 
In you PPP dialup networking connection

Advanced TCP/IP Settings

uncheck the box for "Use default gateway on the remote network"

A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

36 years Bell, AT&T, Lucent, Avaya
Tier 3 for 26 years and counting
 
Thank You -AvayaTier3
i Try to uncheck The Box, have Internet, But cannot reach the Remote server.
I resolved The issue adding Routes in the command Prompt

route -p add 10.1.0.0 mask 255.255.255.0 10.1.0.2
(that are the IP I get from the Remote RAS, used mask /24 para ovoid complexity, or maybe Im Lazy)

then add a Route to reach the server
route -p add 192.11.13.0 mask 255.255.255.0 10.1.0.1

Thanks!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top