Can't access internet after VPN set up (different question)

  • Thread starter Thread starter DX
  • Start date Start date
D

DX

I installed VPN server in my 2000 machine today. If I
don't enable the VPN service on the machine, my server can
browser internet. However, right after I enable VPN
service, my internet connection is broken. Similarily, on
my windows 2000 Pro client machines, before establish a
connection to the VPN server, my client machine can
browser internet. However, right after the VPN connetion
established, my client's internet connection stops.

here's the routing table comparason from my server machine:

Before VPN connection:
C:\Documents and Settings\Administrator>route print
===========================================================
================
Interface List
0x1 ........................... MS TCP Loopback interface
0x1000003 ...00 b0 d0 2c d1 56 ...... 3Com EtherLink PCI
0x1000004 ...00 a0 c9 8c 76 f0 ...... Intel(R) PRO Adapter
===========================================================
================
===========================================================
================
Active Routes:
Network Destination Netmask Gateway
Interface Metric
0.0.0.0 0.0.0.0 65.241.37.161
65.200.10.196 1
65.200.10.192 255.255.255.224 65.200.10.196
65.200.10.196 1
65.200.10.196 255.255.255.255 127.0.0.1
127.0.0.1 1
65.255.255.255 255.255.255.255 65.200.10.196
65.200.10.196 1
127.0.0.0 255.0.0.0 127.0.0.1
127.0.0.1 1
192.168.0.0 255.255.255.0 192.168.0.1
192.168.0.1 1
192.168.0.1 255.255.255.255 127.0.0.1
127.0.0.1 1
192.168.0.255 255.255.255.255 192.168.0.1
192.168.0.1 1
224.0.0.0 224.0.0.0 65.200.10.196
65.200.10.196 1
224.0.0.0 224.0.0.0 192.168.0.1
192.168.0.1 1
255.255.255.255 255.255.255.255 192.168.0.1
192.168.0.1 1
Default Gateway: 65.241.37.161
===========================================================
================
Persistent Routes:
None




********************************************************
********************************************************





After VPN connection:
C:\Documents and Settings\Administrator>route print
===========================================================
================
Interface List
0x1 ........................... MS TCP Loopback interface
0x1000002 ...00 53 45 00 00 00 ...... WAN (PPP/SLIP)
Interface
0x1000003 ...00 b0 d0 2c d1 56 ...... 3Com EtherLink PCI
0x1000004 ...00 a0 c9 8c 76 f0 ...... Intel(R) PRO Adapter
===========================================================
================
===========================================================
================
Active Routes:
Network Destination Netmask Gateway
Interface Metric
0.0.0.0 0.0.0.0 65.241.37.161
65.200.10.196 1
65.200.10.192 255.255.255.224 65.200.10.196
65.200.10.196 1
65.200.10.196 255.255.255.255 127.0.0.1
127.0.0.1 1
65.255.255.255 255.255.255.255 65.200.10.196
65.200.10.196 1
127.0.0.0 255.0.0.0 127.0.0.1
127.0.0.1 1
192.168.0.0 255.255.255.0 192.168.0.1
192.168.0.1 1
192.168.0.1 255.255.255.255 127.0.0.1
127.0.0.1 1
192.168.0.11 255.255.255.255 127.0.0.1
127.0.0.1 1
192.168.0.255 255.255.255.255 192.168.0.1
192.168.0.1 1
224.0.0.0 224.0.0.0 65.200.10.196
65.200.10.196 1
224.0.0.0 224.0.0.0 192.168.0.1
192.168.0.1 1
255.255.255.255 255.255.255.255 192.168.0.1
192.168.0.1 1
Default Gateway: 65.241.37.161
===========================================================
================
Persistent Routes:
None



Do you know why this happens? Thank you for your helps.
 
Do you have any filters set up that might be blocking your traffic ?

Netsh ro ip sh filt
 
Back
Top