|
windows
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Wired and Wireless Networksconnecting to the internet. Right now, my wireless is set to be the default gateway for accesss to the internet. However, I would like my Outlook 2003 to connect to the my company Exchange server through the wired LAN, rather than through wireless using http, because the wireless is unstable. Some people said it is resolved by adding a persistent route. However, I am not very familiar with routing, and using a DHCP server in my wired LAN. Would anybody please suggest how to add the persistent route? route -p add ................... Below is the routing table of my PC. c:\Documents and Settings\Administrator>route print =========================================================================== Interface List 0x1 ........................... MS TCP Loopback interface 0x20005 ...00 ff b0 8a 2e 87 ...... Juniper Network Connect Virtual Adapter 0x30002 ...00 1f 29 b0 17 ec ...... Marvell Yukon 88E8072 PCI-E Gigabit Ethernet Controller - Packet Scheduler Miniport 0x60004 ...00 16 ea db 2d 3a ...... Intel(R) Wireless WiFi Link 5100 - Packet Sc heduler Miniport =========================================================================== =========================================================================== Active Routes: Network Destination Netmask Gateway Interface Metric 0.0.0.0 0.0.0.0 10.6.34.253 10.6.34.7 12 0.0.0.0 0.0.0.0 10.6.34.254 10.6.34.7 11 0.0.0.0 0.0.0.0 192.168.8.1 192.168.8.4 1 10.6.34.0 255.255.255.0 10.6.34.7 10.6.34.7 11 10.6.34.7 255.255.255.255 127.0.0.1 127.0.0.1 11 10.255.255.255 255.255.255.255 10.6.34.7 10.6.34.7 11 127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1 192.168.8.0 255.255.255.0 192.168.8.4 192.168.8.4 1 192.168.8.4 255.255.255.255 127.0.0.1 127.0.0.1 1 192.168.8.255 255.255.255.255 192.168.8.4 192.168.8.4 1 224.0.0.0 240.0.0.0 10.6.34.7 10.6.34.7 11 224.0.0.0 240.0.0.0 192.168.8.4 192.168.8.4 1 255.255.255.255 255.255.255.255 10.6.34.7 20005 1 255.255.255.255 255.255.255.255 10.6.34.7 10.6.34.7 1 255.255.255.255 255.255.255.255 192.168.8.4 192.168.8.4 1 Default Gateway: 192.168.8.1 =========================================================================== Persistent Routes: None c:\Documents and Settings\Administrator> How can I do that? THanks in advance! On Sun, 5 Jul 2009 20:51:01 -0700, Kelvin15
<Kelvi***@discussions.microsoft.com> wrote: Show quoteHide quote >I have a wired network connected to my company intranet, and a wireless I recommend asking your company's network administrator. S/he will>connecting to the internet. > >Right now, my wireless is set to be the default gateway for accesss to the >internet. > >However, I would like my Outlook 2003 to connect to the my company Exchange >server through the wired LAN, rather than through wireless using http, >because the wireless is unstable. > >Some people said it is resolved by adding a persistent route. > >However, I am not very familiar with routing, and using a DHCP server in my >wired LAN. Would anybody please suggest how to add the persistent route? > >route -p add ................... > >Below is the routing table of my PC. > > >c:\Documents and Settings\Administrator>route print >=========================================================================== >Interface List >0x1 ........................... MS TCP Loopback interface >0x20005 ...00 ff b0 8a 2e 87 ...... Juniper Network Connect Virtual Adapter >0x30002 ...00 1f 29 b0 17 ec ...... Marvell Yukon 88E8072 PCI-E Gigabit >Ethernet > Controller - Packet Scheduler Miniport >0x60004 ...00 16 ea db 2d 3a ...... Intel(R) Wireless WiFi Link 5100 - >Packet Sc >heduler Miniport >=========================================================================== >=========================================================================== >Active Routes: >Network Destination Netmask Gateway Interface Metric > 0.0.0.0 0.0.0.0 10.6.34.253 10.6.34.7 12 > 0.0.0.0 0.0.0.0 10.6.34.254 10.6.34.7 11 > 0.0.0.0 0.0.0.0 192.168.8.1 192.168.8.4 1 > 10.6.34.0 255.255.255.0 10.6.34.7 10.6.34.7 11 > 10.6.34.7 255.255.255.255 127.0.0.1 127.0.0.1 11 > 10.255.255.255 255.255.255.255 10.6.34.7 10.6.34.7 11 > 127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1 > 192.168.8.0 255.255.255.0 192.168.8.4 192.168.8.4 1 > 192.168.8.4 255.255.255.255 127.0.0.1 127.0.0.1 1 > 192.168.8.255 255.255.255.255 192.168.8.4 192.168.8.4 1 > 224.0.0.0 240.0.0.0 10.6.34.7 10.6.34.7 11 > 224.0.0.0 240.0.0.0 192.168.8.4 192.168.8.4 1 > 255.255.255.255 255.255.255.255 10.6.34.7 20005 1 > 255.255.255.255 255.255.255.255 10.6.34.7 10.6.34.7 1 > 255.255.255.255 255.255.255.255 192.168.8.4 192.168.8.4 1 >Default Gateway: 192.168.8.1 >=========================================================================== >Persistent Routes: > None > >c:\Documents and Settings\Administrator> > > >How can I do that? > >THanks in advance! know whether company policy allows simultaneous connections to the intranet and Internet and should be able to help you configure your computer. -- Best Wishes, Steve Winograd, MS-MVP (Windows Desktop Experience) Microsoft Most Valuable Professional Program http://mvp.support.microsoft.com haha...the company is just owned by myself and my friends...and see no reason
why we can't do it this way....LOL Show quoteHide quote "Steve Winograd [MS-MVP]" wrote: > On Sun, 5 Jul 2009 20:51:01 -0700, Kelvin15 > <Kelvi***@discussions.microsoft.com> wrote: > > >I have a wired network connected to my company intranet, and a wireless > >connecting to the internet. > > > >Right now, my wireless is set to be the default gateway for accesss to the > >internet. > > > >However, I would like my Outlook 2003 to connect to the my company Exchange > >server through the wired LAN, rather than through wireless using http, > >because the wireless is unstable. > > > >Some people said it is resolved by adding a persistent route. > > > >However, I am not very familiar with routing, and using a DHCP server in my > >wired LAN. Would anybody please suggest how to add the persistent route? > > > >route -p add ................... > > > >Below is the routing table of my PC. > > > > > >c:\Documents and Settings\Administrator>route print > >=========================================================================== > >Interface List > >0x1 ........................... MS TCP Loopback interface > >0x20005 ...00 ff b0 8a 2e 87 ...... Juniper Network Connect Virtual Adapter > >0x30002 ...00 1f 29 b0 17 ec ...... Marvell Yukon 88E8072 PCI-E Gigabit > >Ethernet > > Controller - Packet Scheduler Miniport > >0x60004 ...00 16 ea db 2d 3a ...... Intel(R) Wireless WiFi Link 5100 - > >Packet Sc > >heduler Miniport > >=========================================================================== > >=========================================================================== > >Active Routes: > >Network Destination Netmask Gateway Interface Metric > > 0.0.0.0 0.0.0.0 10.6.34.253 10.6.34.7 12 > > 0.0.0.0 0.0.0.0 10.6.34.254 10.6.34.7 11 > > 0.0.0.0 0.0.0.0 192.168.8.1 192.168.8.4 1 > > 10.6.34.0 255.255.255.0 10.6.34.7 10.6.34.7 11 > > 10.6.34.7 255.255.255.255 127.0.0.1 127.0.0.1 11 > > 10.255.255.255 255.255.255.255 10.6.34.7 10.6.34.7 11 > > 127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1 > > 192.168.8.0 255.255.255.0 192.168.8.4 192.168.8.4 1 > > 192.168.8.4 255.255.255.255 127.0.0.1 127.0.0.1 1 > > 192.168.8.255 255.255.255.255 192.168.8.4 192.168.8.4 1 > > 224.0.0.0 240.0.0.0 10.6.34.7 10.6.34.7 11 > > 224.0.0.0 240.0.0.0 192.168.8.4 192.168.8.4 1 > > 255.255.255.255 255.255.255.255 10.6.34.7 20005 1 > > 255.255.255.255 255.255.255.255 10.6.34.7 10.6.34.7 1 > > 255.255.255.255 255.255.255.255 192.168.8.4 192.168.8.4 1 > >Default Gateway: 192.168.8.1 > >=========================================================================== > >Persistent Routes: > > None > > > >c:\Documents and Settings\Administrator> > > > > > >How can I do that? > > > >THanks in advance! > > I recommend asking your company's network administrator. S/he will > know whether company policy allows simultaneous connections to the > intranet and Internet and should be able to help you configure your > computer. > -- > Best Wishes, > Steve Winograd, MS-MVP (Windows Desktop Experience) > > Microsoft Most Valuable Professional Program > http://mvp.support.microsoft.com > On Jul 6, 8:44 am, Kelvin15 <Kelvi***@discussions.microsoft.com>
wrote: Show quoteHide quote > haha...the company is just owned by myself and my friends...and see no reason It needs to be noted that Windows XP was never designed to router> why we can't do it this way....LOL > > "Steve Winograd [MS-MVP]" wrote: > > On Sun, 5 Jul 2009 20:51:01 -0700, Kelvin15 > > <Kelvi***@discussions.microsoft.com> wrote: > > > >I have a wired network connected to my company intranet, and a wireless > > >connecting to the internet. > > > >Right now, my wireless is set to be the default gateway for accesss to the > > >internet. > > > >However, I would like my Outlook 2003 to connect to the my company Exchange > > >server through the wired LAN, rather than through wireless using http, > > >because the wireless is unstable. > > > >Some people said it is resolved by adding a persistent route. > > > >However, I am not very familiar with routing, and using a DHCP server in my > > >wired LAN. Would anybody please suggest how to add the persistent route? > > > >route -p add ................... > > > >Below is the routing table of my PC. > > > >c:\Documents and Settings\Administrator>route print > > >=========================================================================== > > >Interface List > > >0x1 ........................... MS TCP Loopback interface > > >0x20005 ...00 ff b0 8a 2e 87 ...... Juniper Network Connect Virtual Adapter > > >0x30002 ...00 1f 29 b0 17 ec ...... Marvell Yukon 88E8072 PCI-E Gigabit > > >Ethernet > > > Controller - Packet Scheduler Miniport > > >0x60004 ...00 16 ea db 2d 3a ...... Intel(R) Wireless WiFi Link 5100 - > > >Packet Sc > > >heduler Miniport > > >=========================================================================== > > >=========================================================================== > > >Active Routes: > > >Network Destination Netmask Gateway Interface Metric > > > 0.0.0.0 0.0.0.0 10.6..34.253 10.6.34.7 12 > > > 0.0.0.0 0.0.0.0 10.6..34.254 10.6.34.7 11 > > > 0.0.0.0 0.0.0.0 192.168.8.1 192.168.8.4 1 > > > 10.6.34.0 255.255.255.0 10.6.34.7 10.6.34.7 11 > > > 10.6.34.7 255.255.255.255 127.0.0.1 127.0.0.1 11 > > > 10.255.255.255 255.255.255.255 10.6.34.7 10.6.34.7 11 > > > 127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1 > > > 192.168.8.0 255.255.255.0 192.168.8.4 192.168.8.4 1 > > > 192.168.8.4 255.255.255.255 127.0.0.1 127.0.0.1 1 > > > 192.168.8.255 255.255.255.255 192.168.8.4 192.168.8.4 1 > > > 224.0.0.0 240.0.0.0 10.6..34.7 10.6.34.7 11 > > > 224.0.0.0 240.0.0.0 192.168.8.4 192.168.8.4 1 > > > 255.255.255.255 255.255.255.255 10.6.34.7 20005 1 > > > 255.255.255.255 255.255.255.255 10.6.34.7 10.6.34.7 1 > > > 255.255.255.255 255.255.255.255 192.168.8.4 192.168.8.4 1 > > >Default Gateway: 192.168.8.1 > > >=========================================================================== > > >Persistent Routes: > > > None > > > >c:\Documents and Settings\Administrator> > > > >How can I do that? > > > >THanks in advance! > > > I recommend asking your company's network administrator. S/he will > > know whether company policy allows simultaneous connections to the > > intranet and Internet and should be able to help you configure your > > computer. > > -- > > Best Wishes, > > Steve Winograd, MS-MVP (Windows Desktop Experience) > > > Microsoft Most Valuable Professional Program > >http://mvp.support.microsoft.com traffic over two "simultaneously" connected network. You might be able to start understanding the problem and "might: find a solution at: http://www.ezlan.net/ =?Utf-8?B?S2VsdmluMTU=?= <Kelvi***@discussions.microsoft.com> wrote
Show quoteHide quote in news:4EB00B83-FDE7-4831-AA84-89B01316BD5A@microsoft.com: Routes are directed by the destination IP address. To answer this, > > I have a wired network connected to my company intranet, and a > wireless connecting to the internet. > > Right now, my wireless is set to be the default gateway for > accesss to the internet. > > However, I would like my Outlook 2003 to connect to the my company > Exchange server through the wired LAN, rather than through > wireless using http, because the wireless is unstable. > > Some people said it is resolved by adding a persistent route. > > However, I am not very familiar with routing, and using a DHCP > server in my wired LAN. Would anybody please suggest how to add > the persistent route? > > route -p add ................... > > Below is the routing table of my PC. > >[snip] > > How can I do that? > > THanks in advance! we'd need to know your Exchange Server's IP address. Assuming your Exchange Server's address is 12.34.56.78, you might try entering the following route: route -p add 12.34.56.78 mask 255.255.255.255 10.6.34.254 metric 1 This assumes that your wired interface is 10.x.x.x and your wireless is 192.x.x.x. HTH, John
Show quote
Hide quote
"John Wunderlich" wrote:
> =?Utf-8?B?S2VsdmluMTU=?= <Kelvi***@discussions.microsoft.com> wrote > in news:4EB00B83-FDE7-4831-AA84-89B01316BD5A@microsoft.com: > > > > > I have a wired network connected to my company intranet, and a > > wireless connecting to the internet. > > > > Right now, my wireless is set to be the default gateway for > > accesss to the internet. > > > > However, I would like my Outlook 2003 to connect to the my company > > Exchange server through the wired LAN, rather than through > > wireless using http, because the wireless is unstable. > > > > Some people said it is resolved by adding a persistent route. > > > > However, I am not very familiar with routing, and using a DHCP > > server in my wired LAN. Would anybody please suggest how to add > > the persistent route? > > > > route -p add ................... > > > > Below is the routing table of my PC. > > > >[snip] > > > > How can I do that? > > > > THanks in advance! > > Routes are directed by the destination IP address. To answer this, > we'd need to know your Exchange Server's IP address. > > Assuming your Exchange Server's address is 12.34.56.78, you might try > entering the following route: > > route -p add 12.34.56.78 mask 255.255.255.255 10.6.34.254 metric 1 > > This assumes that your wired interface is 10.x.x.x and your wireless is > 192.x.x.x. > > HTH, > John > > John, thx a lot
Need advice with Remote Desktop Connection
Workgroup network -- I want to bypass the "Enter Network Password" dialog. TCP/IPv6 on XP? Newbee VPN question UNC using IP address Need help on this ehternet connection!! new DSL, exception processing message Multiple Gateways Can you run 100 Kb and 1000 Kb on the same network? why does router require reboot. |
|||||||||||||||||||||||