tutorials.de Buch-Aktion 05/2012
ERLEDIGT
NEIN
ANTWORTEN
3
ZUGRIFFE
516
EMPFEHLEN
  • An Twitter übertragen
  • An Facebook übertragen
AUF DIESES THEMA
ANTWORTEN
  1. #1
    faller1 faller1 ist offline Grünschnabel
    Registriert seit
    Dec 2010
    Beiträge
    2
    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
    Angehängte Dateien Angehängte Dateien
     

  2. #2
    PC Heini PC Heini ist offline Mitglied Smaragd
    Registriert seit
    Sep 2004
    Ort
    Basel ( CH )
    Beiträge
    1.185
    Grüss Dich und willkommen im Board

    Ist es möglich, dass Du vom Internetanbieter noch separate Post bekommst, wo die Zugangsdaten mitgeteilt werden?
     
    Sollte ich etwas falsches geschrieben haben, so möge man mich korrigieren und aufklären. Danke.

  3. #3
    faller1 faller1 ist offline Grünschnabel
    Registriert seit
    Dec 2010
    Beiträge
    2
    Hallo

    Nein das kann nicht sein weil die Daten ja normalerweise in der readme stehen müssten

    Die ISDN Karte ist ja nur emuliert also keine echte..

    Aber das steht auch alles in der Anleitung die ich in meinem 1. Post ztiert habe
     

  4. #4
    Sven-Uwe Tutorials.de Gastzugang
    Nein, ich bin nicht Sven, aber der da über mir.
     

Ähnliche Themen

  1. PDA und .Net, Probleme, Verbindung aufzubauen
    Von Mel_One im Forum .NET Café
    Antworten: 2
    Letzter Beitrag: 07.12.07, 16:52
  2. Probleme bei Verbindung mit RMI
    Von Boemm im Forum Enterprise Java (JEE, J2EE, Spring & Co.)
    Antworten: 4
    Letzter Beitrag: 29.10.06, 19:23
  3. Probleme bei Verbindung mit FTP Server
    Von cesupa im Forum C/C++
    Antworten: 6
    Letzter Beitrag: 03.10.05, 10:48
  4. Probleme mit PHP und SQL Verbindung
    Von Mayday171 im Forum PHP
    Antworten: 6
    Letzter Beitrag: 22.08.05, 13:22
  5. Probleme mit FTP Verbindung
    Von Simmx im Forum C/C++
    Antworten: 2
    Letzter Beitrag: 08.11.03, 23:21