could the vpn mess up the system? or this case study may give some tips. quoted from
http://www.howtonetworking.com/casestudy.htm
The Internet downs every 30 minutes
Situation: One of clients called and told us that their Internet access kept down every 30 minutes. They have two subnets, one is main office LAN 10.0.0.0/16 and another is 192.168.5.0/24 for the DMZ doing web sites and FTP. There are two Cisco PIX 515 Firewalls connecting a Cisco router for the Internet access. One firewall connects to the LAN. Another and another firewall connects to the DMZ.
When the Internet downs, they could ping any public IPs from the LAN firewall while no user could ping a public IP from workstation. Also, web server in the DMZ could access the Internet without any problems.
Clear xlate didn’t fix the problem. If they reset the LAN firewall, it worked for 30 minutes to 1 hour. Then they needed to reset it again.
What we did.
1.. What did they change recently? – Answer None (this is not true and they did add one device).
2.. When ping the LAN firewall, 10.0.0.2. We receive the reply.
3.. When ping the Cisco router, we received time out.
4.. After reset the firewall, used ARP command to check the firewall MAC. It displayed 00-12-80-cb-da-56. Aftre the Internet down, ARP displayed a different MAC 00-01-55-10-14-ed (see below).
After reset the firewall:
C:\Documents and Settings\blin>
arp -a 10.0.0.2
Interface: 10.0.0.25 --- 0x10004
Internet Address Physical Address Type
10.0.0.2 00-12-80-cb-da-56 dynamic
After the internet down:
C:\Documents and Settings\blin>arp -a 10.0.0.2
Interface: 10.0.0.25 --- 0x10004
Internet Address Physical Address Type
10.0.0.2 00-01-55-10-14-ed dynamic
Problem: after searching for the device, 00-01-55-10-14-ed. We found that the client just added a Promise storage server that was using the same IP of the firewall, 10.0.0.2. In other words, the Promise storage server took over the firewall IP.
Related Topics
No ARP Entries Found
Don't send e-mail or reply to me except you need consulting services. Posting on MS newsgroup will benefit all readers and you may get more help.
Bob Lin, MS-MVP, MCSE & CNE
How to Setup Windows, Network, Remote Access on
http://www.HowToNetworking.com
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
This posting is provided "AS IS" with no warranties.
I recommend Brinkster for web hosting!
"Eric the IT Idiot" <(E-Mail Removed)> wrote in message news:B0D9F555-FB50-4DD8-9F72-(E-Mail Removed)...
I have a Windows Server 2K3 SP1 machine with DC, DNS, DHCP, WINS, RRAS, and
IIS installed - Yes I know that the IIS would be better on a different
server, but this is not a business enviroment.
This server is behind a Linksys VPN router connected to an ADSL modem.
Problem: About every 24 hours, the server and all clients lose internet
connectivity. The clients are connected through WAP's to the Router but get
their DNS through DHCP on the server. I suspect that DNS is the culprit
because I can ping the router and the clients are losing connectivity. The
server has a statically assigned IP address and has it's own IP address for
DNS server with forwarders to ISP's DNS. Nothing in the event logs that I
can tell related to the problem. I don't think this was happening before I
installed SP1 about 2 weeks ago.