943,096 Members | Top Members by Rank

Ad:
You are currently viewing page 1 of this multi-page discussion thread
Feb 4th, 2005
0

HELP NEEDED: how to restore WAN Miniport (PPTP) device

Expand Post »
I have a trouble with Windows 2000.

While troubleshooting some VPN connection problems, I uninstalled two hidden network devices: WAN Miniport (PPTP) and WAN Miniport (L2TP). Now I'm not able to get them back. Without those devices, my existing VPN connections don't work ("A device type was specified that does not exist"), and newly created connections display red cross and comment "Unavailable - device missing".

I've tried uninstalling and reinstalling TCP/IP protocol, but this doesn't recreate Miniport devices. Neither does reapplying Service pack 4. "Install new hardware" wizard will also not allow me to install Miniports.

I've also searched thru the web but found nothing. Any ideas?

Wapper
Reputation Points: 10
Solved Threads: 0
Newbie Poster
wapper is offline Offline
8 posts
since Oct 2004
Feb 4th, 2005
0

Re: HELP NEEDED: how to restore WAN Miniport (PPTP) device

Abit of reading that might help ,Till someone who knows excatually what to do comes along .
http://www.microsoft.com/resources/d...e_vpn_NAXE.asp
Team Colleague
Reputation Points: 1056
Solved Threads: 788
I hate 20 Questions
caperjack is online now Online
12,703 posts
since Aug 2003
Feb 4th, 2005
0

Re: HELP NEEDED: how to restore WAN Miniport (PPTP) device

Doh :eek: not exactly the information I needed but thanks anyway.

Wapper
Reputation Points: 10
Solved Threads: 0
Newbie Poster
wapper is offline Offline
8 posts
since Oct 2004
Feb 4th, 2005
0

Re: HELP NEEDED: how to restore WAN Miniport (PPTP) device

What VPN are you using? If it's an application then have you tried reinstalling it? For instance, Cisco VPN places a device in Device Manager and I would guess that if I uninstalled it I would have to:

a. really know what I'm doing with the settings for that particular client to be able to re-create the device. (doubtful)
b. reinstall the app to get the device back. (best chance)

The built in VPN in Windows shouldn't need any special devices so I'm thinking it's not that either. By your description it doesn't sound like Cisco VPN either. If this is PPTP do you know the IP of the VPN server and have you tried simply creating a PPTP connection using the built in PPTP VPN client in XP? I'm assuming this is XP Pro - it would have to be to try this. Sometimes a VPN server is just interfacing to a MS VPN server...if that happened to be your company's config then you may be able to use the built in VPN client in Windows to connect to a MS RRAS server at your site. Otherwise I'd say you need to reinstall whatever app you're trying to use there.
Reputation Points: 70
Solved Threads: 19
Posting Whiz
antioed is offline Offline
335 posts
since Jan 2004
Feb 5th, 2005
0

Re: HELP NEEDED: how to restore WAN Miniport (PPTP) device

Thnx antioed,

what we have here is good ol' Microsoft VPN client that comes with every windows since stoneage (win2000 in my case).

Microsoft VPN client needs two devices, named "WAN Miniport (PPTP)" and "WAN Miniport (L2TP)", to function properly. Those devices are installed with OS and you can see them if you open Network adapters branch in Device manager, and check "Show hidden devices" in the View menu.

Stupid as I am, I unistalled those devices. Now my VPN connections are dead, as I already described. The problem is on *my side*, not VPN servers' side.

The problem is, you can't reinstall Microsoft VPN client, its kinda embedded in windows. Nobody seems to know how to get those devices back, in human way. I think I'm going to have to manually restore all registry entries involved. Gosh I hate that thing.

Wapper
Reputation Points: 10
Solved Threads: 0
Newbie Poster
wapper is offline Offline
8 posts
since Oct 2004
Feb 6th, 2005
0

Re: HELP NEEDED: how to restore WAN Miniport (PPTP) device

I finally managed to solve the problem, a little bit of common sense can work miracles. Just needed some adjustments in windows inf file to get my devices back.

Wapper
Reputation Points: 10
Solved Threads: 0
Newbie Poster
wapper is offline Offline
8 posts
since Oct 2004
Mar 20th, 2005
0

Re: HELP NEEDED: how to restore WAN Miniport (PPTP) device

Quote originally posted by wapper ...
I finally managed to solve the problem, a little bit of common sense can work miracles. Just needed some adjustments in windows inf file to get my devices back.

Wapper
So Wapper,
What did you finally do? I have a daughter who did the same thing and doesn't know what to do about it.
Reputation Points: 10
Solved Threads: 1
Newbie Poster
Fiver is offline Offline
1 posts
since Mar 2005
Aug 16th, 2006
0

Re: HELP NEEDED: how to restore WAN Miniport (PPTP) device

Quote originally posted by wapper ...
I finally managed to solve the problem, a little bit of common sense can work miracles. Just needed some adjustments in windows inf file to get my devices back.

Wapper
I am having the same problem too. Could you explain how you fixed it?

Thank you
Reputation Points: 10
Solved Threads: 1
Newbie Poster
mordsiv is offline Offline
1 posts
since Jun 2006
Sep 5th, 2006
0

Re: HELP NEEDED: how to restore WAN Miniport (PPTP) device

Hi!

This is how to do it:
1. Download devcon.exe from some Microsoft site. You can google for it.

2. Open netrasa.inf in c:\windows\inf (c:\winnt\inf on win2k I guess)

3. Look for the section [Msft.NTx86]

4. In the DeviceID column, you can see the installable devices.

5. Run this command to install the WAN Miniport (PPTP):
devcon.exe install c:\windows\inf\netrasa.inf MS_PptpMiniport

6. You can install the other devices similarly. I think you will need MS_L2tpMiniport, MS_PtiMiniport, MS_NdisWanIp, MS_PppoeMiniport additionally

Best Regards
Bence
Reputation Points: 10
Solved Threads: 1
Newbie Poster
benyoka is offline Offline
1 posts
since Sep 2006
Mar 21st, 2007
0

Re: HELP NEEDED: how to restore WAN Miniport (PPTP) device

Click to Expand / Collapse  Quote originally posted by benyoka ...
Hi!

This is how to do it:
1. Download devcon.exe from some Microsoft site. You can google for it.

2. Open netrasa.inf in c:\windows\inf (c:\winnt\inf on win2k I guess)

3. Look for the section [Msft.NTx86]

4. In the DeviceID column, you can see the installable devices.

5. Run this command to install the WAN Miniport (PPTP):
devcon.exe install c:\windows\inf\netrasa.inf MS_PptpMiniport

6. You can install the other devices similarly. I think you will need MS_L2tpMiniport, MS_PtiMiniport, MS_NdisWanIp, MS_PppoeMiniport additionally

Best Regards
Bence
hey~ i got a little same problem like this:

I did the bridge configuration in the ADSL modem + 4 Lan port router and when i created a new connection with broadband option, it should create a broadband connection with device name: WAN Miniport (PPPOE).

But it unfortunately creates a dialup connection with "unavailable - device missing". I just connect 1 pc only. so.. any solution for this ? :rolleyes:
Reputation Points: 10
Solved Threads: 0
Newbie Poster
ntklsrv is offline Offline
1 posts
since Mar 2007

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Windows NT / 2000 / XP Forum Timeline: harddrive
Next Thread in Windows NT / 2000 / XP Forum Timeline: How to get rid of this?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC