
prolypay
-
Gesamte Inhalte
4 -
Registriert seit
-
Letzter Besuch
Beiträge erstellt von prolypay
-
-
Building configuration...
Current configuration : 1533 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
memory-size iomem 15
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
!
!
ip cef
no ip dhcp use vrf connected
!
!
no ip ips deny-action ips-interface
!
!
!
!
!
!
!
!
interface FastEthernet0
no ip address
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface FastEthernet1
no ip address
shutdown
duplex auto
speed auto
!
interface BRI0
no ip address
shutdown
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
!
interface FastEthernet5
!
interface FastEthernet6
!
interface FastEthernet7
!
interface FastEthernet8
!
interface FastEthernet9
!
interface Vlan1
ip address 192.168.2.1 255.255.255.0
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1300
!
interface Dialer0
ip address negotiated
ip mtu 1492
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication pap callin
ppp pap sent-username MEINNAME password 0 MEINPASSWORT
ppp ipcp dns request
ppp ipcp wins request
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
no ip http server
no ip http secure-server
!
dialer-list 1 protocol ip permit
!
!
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
!
no scheduler allocate
end
Router#
-
Vielen Dank!
Nach einem no shut auf dem FastEthernet0 funktioniert die Einwahl.
Jedoch bekomme ich keine Zugang.
Ping vom Router ins Internet: OK, ebenso DNS
Ping vom Laptop zum Router: OK
Ping vom Laptop ins Internet: Negativ
Ip-Config auf dem Laptop:
IP 192.168.2.2 (auf dem VLAN1 ist die 192.168.2.1 vergeben)
Sub 255.255.255.0
Gateway 192.168.2.1
DNS 192.168.2.1 sowie den von T-Online
Wo könnte es noch hacken?
-
Hallo,
ich habe einen Cisco 1812 und würde ihn gerne als Router für mein DSL nutzen.
Da dieser kein ATM interface hat, möchte ich auf FE0 einen Dialer setzten der dann über ein einfaches Modem die Einwahl tätigt.
Kann mir jemand ein Beispiel dafür schreiben?
Suche Config für 1812 DSL-Einwahl
in Cisco Forum — Allgemein
Geschrieben
Aus dem Dialer1 einen Dialer0 gemacht und schon funktioniert es!
DANKE EUCH ALLEN UND FROHE FESTTAGE !!!