Ich hab die Bordsuche durchforstet - war auch sehr lehrreich nur ich hab einen kleinen Denkfehler in meiner Config - befürchte ich zumindest. Alle Interfaces fahren hoch, Dialer wählt sich ein und 2 Virtual-Access Interfaces werden erstellt - ABER ich bin mir nicht sicher auf welchen Interface ich die erste meiner offziellen IPs (29er Subnet) vergeben soll.
Router ist ein Cisco 836 mit IOS 12.2.
Hier meine Config ...
[hr]
- Code: Alles auswählen
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime localtime
service timestamps log datetime localtime
service password-encryption
!
logging buffered 10000 debugging
clock timezone CET 1
clock summer-time CETDST recurring last Sun Mar 3:00 last Sun Oct 3:00
ip subnet-zero
no ip source-route
no ip finger
ip cef
ip name-server 194.152.104.2
ip name-server 194.152.107.2
login on-failure log every 4
login on-success log
!
isdn switch-type basic-net3
isdn tei-negotiation first-call
!
no cdp run
!
interface ATM0
no ip address
no ip route-cache cef
no ip route-cache
no ip mroute-cache
no atm ilmi-keepalive
pvc 8/48
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
hold-queue 224 in
!
interface Dialer1
ip address negotiated
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap callin
ppp chap hostname [email protected]
ppp chap password xxxxxx
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
!
no ip http server
no ip http secure-server
!
dialer-list 1 protocol ip permit
!
!
line con 0
exec-timeout 0 0
password xxxxxx
line vty 0 3
password xxxxx
exec-timeout 30 0
line vty 4
password xxxxx
exec-timeout 5 0
!
ntp server pool.ntp.org
end
Ich habe mit absicht das Ethernet 0 Interface noch nicht geconft, weil ich mir eben nicht sicher bin.
Reicht ein setzen der IP (ip address 193.80.xxx.xxx) und ein hinzufĂĽgen in die Bridge Group 1 ?
Danke & mfG
Cyver