Problem with simultaneous Dial-up and DSL Connection on Windows-XP

D

dj_wong

Hi All,

I have a constant DSL connection to company network. With which I can
also connect to the internet. However in order to connect to a specific
application server I need to connect with modem dialup. Once dialup
network is established, in addition to the DSL network, I can not go to
any internet websites. Once I do
"route <ip-of-app-server> <ip-of-dialup>
I can connect to the application-server and Intranet-of-DSL network.
However I still cannot go to any Internet sites using Internet
Explorer. I'd greatly appreciate your help!!

We do have a proxy-configuration file configured in IE->Tools->Internet
Options->Connections->Lan Settings.


--- Information while I am only on highspeed DSL ----

C:\Documents and Settings>ipconfig
Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . : xxx.xxx.xxx.COM
IP Address. . . . . . . . . . . . : 10.153.56.79
Subnet Mask . . . . . . . . . . . : 255.255.254.0
Default Gateway . . . . . . . . . : 10.153.56.1

C:\Documents and Settings>route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 08 02 8f 58 c7 ...... Intel(R) PRO/100 VM Network Connection
- Packet
Scheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface
Metric
0.0.0.0 0.0.0.0 10.153.56.1 10.153.56.79
20
10.153.56.0 255.255.254.0 10.153.56.79 10.153.56.79
20
10.153.56.79 255.255.255.255 127.0.0.1 127.0.0.1
20
10.255.255.255 255.255.255.255 10.153.56.79 10.153.56.79
20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1
1
192.0.0.0 255.0.0.0 10.153.56.79 10.153.56.79
1
224.0.0.0 240.0.0.0 10.153.56.79 10.153.56.79
20
255.255.255.255 255.255.255.255 10.153.56.79 10.153.56.79
1
Default Gateway: 10.153.56.1
===========================================================================
Persistent Routes:
None

--- while I am on the DSL I can go to Intranet and Internet sites.
However, in
--- order to go to a specific app-server on the Internet I need to have
a dialup
--- network as the default proxy prevents me from doing that.

--- Information after dialup network is, in addition to DSL,
established ---
--- I have unchecked the "Use default gateway on remote netowrk" of
Dialup
--- network's Advanced TCP/IP Settings.

C:\Documents and Settings>ipconfig

Windows IP Configuration


Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . : xxx.xxx.xxx.COM
IP Address. . . . . . . . . . . . : 10.153.56.79
Subnet Mask . . . . . . . . . . . : 255.255.254.0
Default Gateway . . . . . . . . . : 10.153.56.1

PPP adapter BlueWin:

Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 213.31.149.160
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . :

--- Now I can still go to Intranet of DSL but not any Internet-sites.
--- For example, when I try www.google.com or www.yahoo.com I got,
after
--- waiting for about 2 minutes, messages in IE saying "Cannot find
server"
--- "The page cannot be displayed"

C:\Documents and Settings>route add 203.56.30.151 213.31.149.160

C:\Documents and Settings>route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 08 02 8f 58 c7 ...... Intel(R) PRO/100 VM Network Connection
- Packet
Scheduler Miniport
0x260004 ...00 53 45 00 00 00 ...... WAN (PPP/SLIP) Interface
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface
Metric
0.0.0.0 0.0.0.0 10.153.56.1 10.153.56.79
20
10.153.56.0 255.255.254.0 10.153.56.79 10.153.56.79
20
10.153.56.79 255.255.255.255 127.0.0.1 127.0.0.1
20
10.255.255.255 255.255.255.255 10.153.56.79 10.153.56.79
20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1
1
192.0.0.0 255.0.0.0 10.153.56.79 10.153.56.79
1
203.56.30.151 255.255.255.255 213.31.149.160 213.31.149.160
1
213.3.149.0 255.255.255.0 213.31.149.160 213.31.149.160
1
213.3.149.1 255.255.255.255 213.31.149.160 213.31.149.160
1
213.31.149.160 255.255.255.255 127.0.0.1 127.0.0.1
50
213.3.149.255 255.255.255.255 213.31.149.160 213.31.149.160
50
224.0.0.0 240.0.0.0 10.153.56.79 10.153.56.79
20
224.0.0.0 240.0.0.0 213.31.149.160 213.31.149.160
50
255.255.255.255 255.255.255.255 10.153.56.79 10.153.56.79
1
Default Gateway: 10.153.56.1
===========================================================================
Persistent Routes:
None

--- Now I can connect to Intranet in the DSL and the specific Server on

--- 203.56.30.151. However, I can't connect to the rest of Internet.


--------------------------------------------------------------------------------------------------
Proxy-Configuration:

function FindProxyForURL(url, host)
{
if (
isInNet (host, "192.168.100.8", "255.255.255.255") ||
shExpMatch (host, "logout"))
return "PROXY 131.119.80.121:80";

else if (shExpMatch(url, "https://portal.xxx.xxx.COM*"))
return "PROXY localhost:8088";

else if (isInNet(host, "171.8.21.12", "255.255.255.255"))
return "PROXY 162.23.2.140:8080";

else if (isInNet(host, "131.102.0.0", "255.255.0.0") ||
isInNet(host, "127.0.0.0", "255.0.0.0") ||
isInNet(host, "192.168.0.0", "255.255.0.0") ||
isInNet(host, "194.11.241.0", "255.255.255.0") ||
isInNet(host, "10.0.0.0", "255.0.0.0") ||
isInNet(host, "162.23.0.0", "255.255.0.0"))
return "DIRECT";
else
return "PROXY PROXY.XXX.XXX.XXX.COM:8080";
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top