Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: Linux Forum Linux-Web.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

05.12.2010, 18:51

Mal ein Windowsproblem..

Guten Abend

Ich habe mir diesen isdnwantreiber auf meinem XP Laptop instaliert.

Habe dann die Anleitung durchgeführt und habe jetzt ein VPN Verbinden mit Fenster vor mir

Das ist die Anleitung

NDIS WAN Miniport ISDN Sample
SUMMARY

This sample demonstrates a legacy NDIS 4.0 WAN miniport. It shows how to establish and remove a PPP or multi-link PPP connection over an ISDN type device. This sample emulates an ISDN device with two or more channels as defined in the INF file at install time. Connections are emulated by placing outgoing calls on one channel of an adapter to another channel on the same or different adapter.

Windows Remote Access interfaces allow you to do the following with the driver:

* Establish a loop-back PPP connection to the local machine.
* Send directed TCP/IP data over the established connection.
* Remove a connection that was previously established.

The sample works on both X86 and IA64. Both checked and free builds are available.
BUILDING THE SAMPLE

From the Free or Checked build environment, run build in the IsdnWan directory.
INSTALLATION

Because the sample driver requires no Plug and Play (PnP) hardware, it must be installed manually.

· Start the Add Hardware Wizard. After the wizard scans for new PnP hardware, select Add a new hardware device, and select Network adapter.

· When asked to select the adapter, select Have Disk, and then point to the location of the IsdnWan.inf and IsdnWan.sys files.

· Select TriplePoint ISDNWAN Adapter and click OK.

After the network adapter is installed, you need to allow an incoming connection from the device.

· Start the New Connection Wizard from the Network Connections setup page.

· Select Set up an advanced connection and then select Accept incoming connections.

· Under Connection devices, select the TriplePoint ISDNWAN Adapter check box.

· Do not set up for incoming VPN connections.

· Select the users you want to allow dial-in access.

· Configure TCP/IP to use fixed IP addresses from the range (192.168.111.1 – 192.168.111.99).

After you have set up the device to allow incoming connections, you need to set up an outgoing dialup connection.

· Start the New Connection Wizard from the Network Connections setup page.

· Setup a connection to use a dial-up modem.

· Select one of the check boxes that indicate the TriplePoint ISDNWAN Adapter channels.

· When asked for the number to dial, enter “0”, which tells the driver to connect to any unused channel.

· Configure the settings to use only TCP/IP (other connections will fail to negotiate PPP because the call is answered by the same computer).
USAGE

You can place a call by double-clicking the outgoing dial-up connection you created earlier. Because the call originates and terminates within the same computer, most applications will not use the connection for data traffic. The sample can be used with the NDIS Tester to verify basic NDIS and RAS functionality.
TIPS

With a checked binary, you can control the volume of debug information generated by changing the registry variable DebugFlags. Refer to TpiDebug.h for more information. Set the debug flags to 0x86FF to capture a full trace with the debugger. This information will help you understand the call sequence that occurs on both the incoming and outgoing sides of the connection, and it will be useful to refer to when you start making changes for your hardware.



Search the source code for SAMPLE_DRIVER and TODO to begin modifying the code for use with your custom hardware.
CODE TOUR
File Manifest

File Description

Adapter.c Miniport adapter structure related routines.

BChannel.c B-channel structure related routines (N B-channels per port).

Card.c Card structure related routines (1 card per adapter).

DChannel.c Logical D-channel structure related routines (1 D-channel per card).

Interupt.c Interrupt related routines.

Link.c NDIS link structure related routines.

Miniport.c Driver entry and initialization routines.

Port.c Port structure related routines (N ports per card).

Receive.c Packet receive related routines.

Request.c NDIS request routines.

TpiDebug.c Debug output routines used in debug build.

TpiMem.c Memory management routines used for debug build.

TpiParam.c Table driven registry parsing routines.

Transmit.c Packet send related routines.

Tspi.c TAPI multiplexor from NDIS OIDs.

TspiAddr.c TAPI address related routines.

TspiCall.c TAPI call related routines.

TspiDev.c TAPI device related routines.

TspiLine.c TAPI line related routines.

IsdnWan.inf Installation file.

Top of page



© 2004 Microsoft Corporation


So das habe ich alles auf meinem Laptop gemacht was dort beschrieben ist mitder IP etc..
Es kommt keine Verbindung zustande weil das Passwort falsch ist

Dises Fenster zur Passwortabfrage kommt immer wieder...

Aber in der Anleitung steht ja blöderweise kein benuzernamme und passwort..

Was soll ich tun?

Hier mal die Screenshots (im Anhang)

Danke für eure Hilfe
»drra« hat folgende Datei angehängt:

Thema bewerten