Re: 2 connections and the 2nd cancels the 1st, what to do?
From: Bill Grant (not.available_at_online)
Date: 01/25/05
- Next message: Steven L Umbach: "Re: Network Monitor W2003 Server"
- Previous message: Justified Geek: "Re: Ports to open for a one-way trust"
- In reply to: ThunderMusic: "Re: 2 connections and the 2nd cancels the 1st, what to do?"
- Next in thread: ThunderMusic: "Re: 2 connections and the 2nd cancels the 1st, what to do?"
- Reply: ThunderMusic: "Re: 2 connections and the 2nd cancels the 1st, what to do?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 26 Jan 2005 09:47:12 +1100
First up, you need to know what subnet the printer is in and what router
it uses to get there.(This router address is probably the client's current
default gateway setting). If you know that info, you use the route command
to add the routing info to the client machine. Type the command "route ?"
at a command prompt to see the syntax. The command you need would look
something like this.
route add -p 192.168.21.0 255.255.255.0 192.168.1.1
where 192.168.21.0 is the target subnet and 192.168.1.1 is the router
address.
"ThunderMusic" <NOdanylat@sympatico.caSPAMATALL> wrote in message
news:eDO2G5oAFHA.936@TK2MSFTNGP12.phx.gbl...
> And How can I do this assuming the Client machine is on Windows XP? Must
> this route be set on the client machine?
>
> thanks
>
> "Bill Grant" <not.available@online> a écrit dans le message de
> news:eb4Ub2nAFHA.2428@TK2MSFTNGP14.phx.gbl...
>> The other alternative is to add a static route to the client machine
>> so
>> that it has its own specific route to find the printer, rather than rely
> on
>> default routing. If you do this, the client should be able to find the
>> network printer even if its default route changes.
>>
>> "Charles Denny [MSFT]" <cdenny@online.microsoft.com> wrote in message
>> news:u7YiX%23mAFHA.4008@TK2MSFTNGP09.phx.gbl...
>> > I'm not a VPN expert, but I suspect what is happening is that when you
>> > perform the dialup connection, you establish a VPN tunnel to your
> business
>> > network. This causes a new route to be placed in your machine's route
>> > table that takes precidence over your default gateway. So in effect,
> all
>> > traffic gets sent to the remote network through the VPN server
> (internet,
>> > local and remote).
>> >
>> > If the DHCP server is W2K3 based, there is an option called "Classless
>> > Static Route Option". This allows remote access and VPN clients to
>> > perform split tunneling when connecting to remote networks. So
> essentially
>> > then you can configure it so that traffic destined to the internet (or
>> > printer for that matter), will route correctly.
>> >
>> > However, I believe there are some security considerations around this.
>> >
>> > See
>> >
> http://www.microsoft.com/resources/documentation/WindowsServ/2003/all/techref/en-us/Default.asp?url=/Resources/Documentation/windowsserv/2003/all/techref/en-us/w2k3tr_vpn_how.asp
>> > and look at the VPN Addressing and Routing Section.
>> >
>> > Regards,
>> > Charles Denny
>> > --
>> > Please do not send e-mail directly to this alias. This alias is for
>> > newsgroup purposes only."
>> >
>> > This posting is provided "AS IS" with no warranties, and confers no
>> > rights.
>> > Use of any included script samples are subject to the terms specified
>> > at
>> > http://www.microsoft.com/info/cpyright.htm
>> >
>> >
>> > "ThunderMusic" <NOdanylat@sympatico.caSPAMATALL> wrote in message
>> > news:OqACQglAFHA.1300@TK2MSFTNGP14.phx.gbl...
>> >> Hi,
>> >> There's a computer connected to Internet and a network printer via
>> >> a
>> >> router (so the computer is connected to the router that gives access
>> >> to
>> >> the
>> >> printer and the internet). This computer also connects regularly to a
>> >> business network using a modem (by phone). I think it's a VPN but I'm
> not
>> >> 100% sure. The problem is as follow, the modem connection cancels the
>> >> router
>> >> connection as a result, no internet connection anymore and unable to
>> >> print
>> >> while connected using the modem.
>> >>
>> >> Is there a way to tell Windows that one connection must always remain
>> >> even
>> >> when the modem is connected?
>> >>
>> >> Thanks a lot
>> >>
>> >>
>> >
>> >
>>
>>
>
>
- Next message: Steven L Umbach: "Re: Network Monitor W2003 Server"
- Previous message: Justified Geek: "Re: Ports to open for a one-way trust"
- In reply to: ThunderMusic: "Re: 2 connections and the 2nd cancels the 1st, what to do?"
- Next in thread: ThunderMusic: "Re: 2 connections and the 2nd cancels the 1st, what to do?"
- Reply: ThunderMusic: "Re: 2 connections and the 2nd cancels the 1st, what to do?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|