Newsgroups: comp.dcom.xdsl
From: William McBrine <wmcbr...@telocity.com>
Date: Fri, 15 Dec 2000 23:22:52 GMT
Local: Fri, Dec 15 2000 6:22 pm
Subject: Re: Using DSL and dialup at the same time
Kevin Lynch <kly...@rlc.net> wrote: Sure. You may have to play with the "route" command to make it work. What > Have any of you been able to get DSL and a dialup connection working > simultaneously, running NT 4.0? you want is to route only the traffic that _has_ to go over dialup that way, and make the DSL connection your default route. Take a look at "TCP/IP settings" on the "Server" tab. There's a checkbox Dial-up, and then go to the command line and do "route print". The output C:\>route print Here, "0.0.0.0" means the default route. 192.168.1.1 is the gateway for DSL, If we remove both default routes: route delete 0.0.0.0 and then restore the DSL default route: route add 0.0.0.0 mask 0.0.0.0 192.168.1.1 normal DSL traffic is restored, while traffic destined for the 152.125.xx.xx But, is this enough? In my case, no -- as I can see by this excerpt from the Primary WINS Server . . . . : 152.124.64.18 Seeing this, I know that I at least have to route 152.124.xx.xx, as well. route add 152.124.0.0 mask 255.255.0.0 152.125.216.69 This seems to be enough for my case, but it's a bit of trial and error. You HOWEVER, the fact that you're unable to access your Exchange server after > Both the DSL and client connections use DHCP with DNS assigned by the It seems that it does, in NT 4. It doesn't happen in Win 98, oddly enough. > server. I'm not sure if having DNS on seperate connections is an issue > or if the client's DNS overides the ISP's DNS when I attach, This happens whether or not you uncheck "Use default gateway", but you could try overriding it with the "Specify name server addresses" option from the same page. -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||