can you elaborate a little? is all of the wired connections staying connected and only wireless?
RTFMID10T
Junior Poster in Training
80 posts since Mar 2012
Reputation Points: 17
Solved Threads: 9
Skill Endorsements: 0
my thinking in test scenario would another computer with a connected vpn stay up? if so i wonder if the network card is going to sleep and trying to save power. one possibility since its both wired and wireless. the computer would still resolve dns if it has to ever cross your isp, just not seen on the vpn itself. wireshark does a great job at packet tracing, but have to watch as the connection drops and should tell you where. ignore any checksum erros if you do use that, not related to your problem and windows often gives those. TCP resets are the biggest bandits in drops, but if the vpn is staying up then i can't see that. i would try to solve why the one with vpn works first to compare to the others.
RTFMID10T
Junior Poster in Training
80 posts since Mar 2012
Reputation Points: 17
Solved Threads: 9
Skill Endorsements: 0
also, check third party firewalls and disable for testing purposes.
RTFMID10T
Junior Poster in Training
80 posts since Mar 2012
Reputation Points: 17
Solved Threads: 9
Skill Endorsements: 0
Let's say if you want to go to google.com you reach a DNS server that knows how to resolve that name to an IP address and it then goes to a router which then the router bounces to the best route or only route it knows to get there. With that being said you connect your location (site A) to another location (site B) and you want site B server to resolve your requests. Well A travels from your location to your ISP to site B, but since your using a VPN your computer does not concern its self with the details as it only cares about the private ip addresses and how it will handle and encrypt that data so the outside world can't see it. Every bit of traffic passes across your ISP network, they just can't see it and you can't see them. VPN connections are usually a persistent connection and stay active from client to host. That's why I think that connection is not dropping Internet. Your site B resolves all your requests and the VPN request is resolved by your ISP to get to site B.
As far as wireshark if you are connected and it drops your connection for any reason you will see who initiated the drop in the connection and why. Generally it will show in red to help you identify the packet and root cause. Hope that helps any
RTFMID10T
Junior Poster in Training
80 posts since Mar 2012
Reputation Points: 17
Solved Threads: 9
Skill Endorsements: 0
If a router ever gets overwhelmed then that has to be the worst router I've ever heard of. I've seen speed degrade from them but not overwhelm and disconnect random connections. It is a good idea to test directly to one computer that has been dropping though and see the results. 80% of the time the media (cable) you use is the problem. You rule out many factors plugging it in and if it doesn't drop move backwards with one computer at a time.
RTFMID10T
Junior Poster in Training
80 posts since Mar 2012
Reputation Points: 17
Solved Threads: 9
Skill Endorsements: 0