Recently we switched ISPs, and I think I did everything right, and ran CEICW and what-not. But I cannot access companyweb when connected to the VPN. I can access it by https://FQDN:444/default.aspx. When I ping from the server I get:
C:\>ping -n 1 companyweb
Pinging bptc-server.BioProcessConsultants.local .168.0.250] with 32 bytes of data:
Reply from 192.168.0.250: bytes=32 time<1ms TTL=128
but if I ping from a machine connected by VPN:
C:\>ping -n 1 companyweb
Pinging companyweb.BioProcessConsultants.local ⏋.251.179.13] with 32 bytes of data:
Request timed out.
I have no ideq where it's getting that wacky IP address!
Ipconfig /all from the server (single NIC):
Windows IP Configuration
Host Name . . . . . . . . . . . . : bptc-server
Primary Dns Suffix . . . . . . . : BioProcessConsultants.local
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : Yes
DNS Suffix Search List. . . . . . : BioProcessConsultants.local
PPP adapter RAS Server (Dial In) Interface:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
Physical Address. . . . . . . . . : 00-53-45-00-00-00
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.0.109
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . :
NetBIOS over Tcpip. . . . . . . . : Disabled
Ethernet adapter Server Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network Connection
Physical Address. . . . . . . . . : 00-0C-F1-C3-EE-84
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.0.250
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.250
Primary WINS Server . . . . . . . : 192.168.0.250
Ipconfig /all from the machine connected by VPN:
Windows IP Configuration
Host Name . . . . . . . . . . . . : JON2
Primary Dns Suffix . . . . . . . : BioProcessConsultants.local
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : BioProcessConsultants.local
Fleming
BioProcessConsultants.local
Ethernet adapter Local Area Connection 2:
Connection-specific DNS Suffix . : BioProcessConsultants.local
Description . . . . . . . . . . . : Fortinet virtual adapter
Physical Address. . . . . . . . . : 00-09-0F-FE-00-01
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.112
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
DHCP Server . . . . . . . . . . . : 192.168.0.250
DNS Servers . . . . . . . . . . . : 192.168.0.250
Primary WINS Server . . . . . . . : 192.168.0.250
Lease Obtained. . . . . . . . . . : Wednesday, December 05, 2007 6:00:58 PM
Lease Expires . . . . . . . . . . : Thursday, December 13, 2007 6:00:58 PM
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : Fleming
Description . . . . . . . . . . . : Intel 21140-Based PCI Fast Ethernet Adapter (Generic)
Physical Address. . . . . . . . . : 00-03-FF-F0-7C-07
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.1.64
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.1
Lease Obtained. . . . . . . . . . : Wednesday, December 05, 2007 2:01:34 PM
Lease Expires . . . . . . . . . . : Thursday, December 06, 2007 2:01:33 PM
I actually have two ways of VPN'ing in; the SBS 2003 R&RA VPN from the XP client, and a Fortinet VPN managed by the router; the above is with the latter connected. The former exhibits the same behavior. Sure looks like something in DNS is broke, but I can't find what's wrong. The lack of default gateways seems a little funny, but I doubt that's the problem. Help??
|