Archive for April, 2008

Kłopoty z VPN pod Vistą

April 10th, 2008 | Category: Windows

Przez jakiś czas nie działał mi totalnie VPN pod Vistą. W końcu na vistax64.com znalazłem rozwiązanie:

w cmd:
Usunięcie mostków PPTP i L2TP:
netcfg -u ms_l2tp
netcfg -u ms_pptp

Dodanie na nowo:
netcfg -l %windir%\inf\netrast.inf -c p -i ms_pptp
netcfg -l %windir%\inf\netrast.inf -c p -i ms_l2tp

Działa ;)

No comments