Jump to content

Svenemann

Members
  • Gesamte Inhalte

    4
  • Registriert seit

  • Letzter Besuch

Beiträge erstellt von Svenemann

  1. Hallo Forum,

    dies ist mein erster Beitrag und direkt ein Hilfeersuchen.

    Habe hier einen 801 stehen, der mein WLAN mit dem Internet per Freenet CbC verbinden soll. Struktur ist folgendermaßen:

    2 PC mit WLAN-Karten, auf DHCP eingestellt.

    1 WLAN AP als DHCP-Server (192.168.1.1), gibt als DNS bereits den Freenet-Server (62.104.191.241) den Clients mit.

    und dann der Cisco mit fester IP 192.168.1.2. Problem: Einwahl funktioniert problemlos, aber keine Seitenaufrufe möglich (DNS-Problem), Router bekommt aber IP-Adresse von Freenet zugewiesen, kann aber nicht ins Internet pingen, die PCs natürlich auch nicht, NSLookups klappen nicht, der Router wählt sich also ein, läßt aber scheinbar nix IP-mäßiges durch..

    Im folgenden meine config (mit configmaker erstellt):

     

    ! ******************************************************************

    ! home.cfg - Cisco router configuration file

    ! Automatically created by Cisco ConfigMaker v2.5 Build 8

    ! Freitag, 14. Mai 2004, 06:35:29

    !

    ! Hostname: home

    ! Model: 801

    ! ******************************************************************

    !

    service timestamps debug uptime

    service timestamps log uptime

    no service password-encryption

    no service tcp-small-servers

    no service udp-small-servers

    !

    hostname home

    !

    enable secret XXXXX

    !

    ip source-route

    ip name-server 62.104.191.241

    !

    isdn switch-type basic-net3

    !

    ip subnet-zero

    ip domain-lookup

    ip routing

    !

    interface Dialer 1

    description connected to Internet

    ip address negotiated

    ip nat outside

    ip access-group 101 in

    no ip split-horizon

    encapsulation ppp

    dialer in-band

    dialer idle-timeout 120

    dialer string 019231760

    dialer hold-queue 10

    dialer-group 1

    ppp authentication chap pap callin

    ppp chap hostname XXXXX

    ppp chap password XXXXXX

    ppp pap sent-username joergens password XXXXXX

    no ppp multilink

    no cdp enable

    !

    interface Ethernet 0

    no shutdown

    description connected to EthernetLAN

    ip address 192.168.1.2 255.255.255.0

    ip nat inside

    ip access-group 100 in

    keepalive 10

    !

    interface BRI 0

    no shutdown

    description connected to Internet

    no ip address

    ip nat outside

    dialer rotary-group 1

    !

    ! Access Control List 1

    !

    no access-list 1

    access-list 1 permit 192.168.1.0 0.0.0.255

    !

    ! Access Control List 100

    !

    no access-list 100

    access-list 100 permit ip any any

    !

    ! Access Control List 101

    !

    no access-list 101

    access-list 101 permit tcp any any established

    !

    ! Dialer Control List 1

    !

    no dialer-list 1

    dialer-list 1 protocol ip permit

    !

    ! Dynamic NAT

    !

    ip nat translation timeout 86400

    ip nat translation tcp-timeout 86400

    ip nat translation udp-timeout 300

    ip nat translation dns-timeout 60

    ip nat translation finrst-timeout 60

    ip nat inside source list 1 interface Dialer 1 overload

    !

    ip classless

    !

    ! IP Static Routes

    ip route 0.0.0.0 0.0.0.0 Dialer 1

    no ip http server

    no snmp-server location

    no snmp-server contact

    !

    line console 0

    exec-timeout 0 0

    password home

    login

    transport input none

    !

    line vty 0 4

    password XXXX

    login

    !

    end

     

     

     

    So das war's, wer die meisten Fehler findet hat gewonnen ! :-))

    Danke, schonmal....

×
×
  • Neu erstellen...