Jump to content

Wordo

Members
  • Gesamte Inhalte

    3.213
  • Registriert seit

  • Letzter Besuch

Beiträge erstellt von Wordo

  1. Du postest jedes mal immer was anderes:

     

    interface

    description $FW_OUTSIDE$

    ip address dhcp client-id Ethernet0

    ip access-group 101 in

    ip mtu 1452

    ip nat outside

    ip virtual-reassembly

    encapsulation ppp

    dialer pool 1

    dialer-group 1

    ppp authentication chap pap callin

    ppp chap hostname ar11585

    ppp chap password 0 41532

    ppp pap sent-username ar1161596285 password 0 4632

    !

     

    Ist das jetzt dialer0? Wieso is jetzt dhcp-client?

     

    conf t

    int dialer 0

    no ip address dhcp client-id Ethernet0

    ip addre neg

    exit

    exit

  2. Ok, dann probier das mal:

    Ueber Console rein, dann eingeben "wr erase" (loescht die Configuration), dann "reload" (nicht saven). Nach dem Neustart sagst du bei Initial Config "no" und gibst ein (copy+paste):

     

    conf t

    no service pad

    service timestamps debug datetime msec

    service timestamps log datetime msec

    no service password-encryption

    hostname Cisco836

    enable secret test

    no aaa new-model

    ip subnet-zero

    ip name-server 10.10.10.1

    ip name-server 195.50.140.252

    username gemein privilege 15 secret gemein!!!!

    interface Ethernet0

    ip address 10.10.10.1 255.255.255.248

    ip nat inside

    ip virtual-reassembly

    ip tcp adjust-mss 1412

    no shut

    exit

    interface ATM0

    no ip address

    no atm ilmi-keepalive

    dsl operating-mode auto

    no shut

    exit

    interface ATM0.2 point-to-point

    pvc 1/32

    oam-pvc manage

    pppoe-client dial-pool-number 1

    exit

    exit

    interface Dialer1

    ip address 195.50.140.114 255.255.255.0

    ip mtu 1452

    ip nat outside

    ip virtual-reassembly

    encapsulation ppp

    dialer pool 1

    dialer-group 1

    ppp authentication chap pap callin

    ppp chap hostname ar1161596285

    ppp chap password 0 4156

    ppp pap sent-username ar16145985 password 0563432

    no shut

    exit

    ip classless

    ip http server

    ip http authentication local

    ip http secure-server

    ip http timeout-policy idle 5 life 86400 requests 10000

    ip nat inside source list 1 interface Dialer1 overload

    access-list 1 permit 10.10.10.0 0.0.0.7

    dialer-list 1 protocol ip permit

     

     

    Paar PWs solltest du noch aendern. Dann haste wirklich nur das noetigsten und sollte dann auch gehen.

     

    ACHTUNG: Deine komplette Configration wird dann geloescht!

  3. Klar, kann auch individuell festgelegt werden fue wie lang. Hier mal ne BIND-Zone

     

    $ORIGIN .

    $TTL 3600 ; 1 hour

    domain.eu IN SOA pns.domain.eu. hostmaster.domain.eu. (

    2004051709 ; serial

    21600 ; refresh (6 hours)

    3600 ; retry (1 hour)

    3542400 ; expire (5 weeks 6 days)

    86400 ; minimum (1 day)

    )

    $TTL 86400 ; 1 day

    NS pns.domain.eu.

    NS sns.domain.eu.

    MX 100 mail.domain.eu.

    [...]

     

    Sorry, Formatierung hier is voll fuern Ar*** :D

×
×
  • Neu erstellen...