In message <(E-Mail Removed)> Rob
<(E-Mail Removed)> was claimed to have wrote:
>We are using some laptops with Windows XP and UMTS wireless wan cards.
>On these laptops a PPTP VPN is setup to the head office.
>
>Depending on the particular UMTS card driver, the card often implements
>a virtual ethernet card which is in DHCP mode for getting the address.
>The driver runs some DHCP service. The Windows XP OS requests an
>address for the ethernet card, and the DHCP service in the driver answers
>with the IP address and other details of the UMTS connection.
>This works OK.
>
>However, on some drivers the lease is very short: 5 minutes.
>(this happens with Ericsson cards, with Option cards the lease is 8 days).
>
>Our problem is: whenever the DHCP lease needs to be renewed, Windows XP
>disconnects the PPTP VPN that is running via this card.
>Apparently the renewal of the DHCP release resets soms things.
>
>It is not a problem when normally surfing the web, but for the PPTP VPN
>it is unusable because the VPN connection has to be made again every
>5 minutes.
>(for a card with an 8 days lease it is not a real problem)
>
>Is there some way to tell Windows not to reset the PPTP VPN whenever the
>lease of the underlying network card is being renewed?
This isn't normal behaviour at all. Normally leases are renewed
starting at 50% of the leases expiry, so I'm curious if you're seeing
problems at 50% or near 100% of the expiry?
If you're getting close to the expiry then it's likely the DHCP server
isn't responding to renewal requests. There are a couple possibilities,
but first try renewing a lease, check the expiry time with ipconfig/all,
then renew with ipconfig/renew and check again with ipconfig/all, see if
the expiry was extended or not.
If this does get a successful renewal, try again with the VPN up. If
you're not able to renew with the VPN up, but can renew with the VPN
down, it would explain this problem.
My guess is that a routing table change might help, to avoid routing the
DHCP renewal request over the VPN (although in most cases it shouldn't
be routed over the VPN anyway)
|