Jump to content

Routing NAT Problem ?


Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Recommended Posts

Posted

Hi

 

ich bekomme meinen 801er einfach nicht zum routen. Die Einwahl funktioniert mitlerweile. Wer kann mir verraten wo der Fehler liegt?

!
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname cisco801
!
enable password XXXXX
!
ip subnet-zero
!
no ip domain-lookup
isdn switch-type basic-net3
isdn voice-call-failure 0
!
interface Ethernet0
description connected to EthernetLAN
ip address 192.168.1.254 255.255.255.0
no ip directed-broadcast
ip nat inside
!
interface BRI0
no ip address
no ip directed-broadcast
ip nat outside
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
no cdp enable
no ppp multilink
ppp ipcp accept-address
!
interface Dialer0
description connected to Internet
ip address negotiated
no ip directed-broadcast
ip nat outside
encapsulation ppp
dialer pool 1
dialer string 0191011
dialer-group 1
no cdp enable
no ppp multilink
ppp authentication pap callin
ppp pap sent-username xxxxxxx password 7 XXXX
ppp ipcp accept-address
!
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
!
access-list 1 permit 192.168.1.0 0.0.0.255
dialer-list 1 protocol ip permit
snmp-server engineID local 000000090200000142222BEE
!
line con 0
exec-timeout 0 0
password xxxx
login
transport input none
stopbits 1
line vty 0 4
password xxxx
login
!
end

 

Mit wie ohne ppp ipcp accept-address macht keinen Unterschied :(

Den T-Online DNS Server kann ich vom Router aus pingen, allerdings nicht vom Client aus.

 

Gruß

Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...