Ich bitte um eure Hilfe,
ich habe einen neuen Glasfaseranschluss bekommen,
nun bekomme ich aber kein Internet mehr zu stande über meinen Cisco 927 4P router, vorher VDSL
in der konfig hab ich den Port bereits geändert, und die Daten für die Einwahl ebenfalls auf den Port gelegt.
es zeigt mir zwar eine Internetverbindung am PC an aber leider kann ich keine Seite öffnen, bitte um Hilfe ich bin leider kein CLI Profi
anbei die Konfig, eventuell findet jemand den Fehler, oder mehrere
#sh config
Using 3420 out of 262144 bytes
!
! Last configuration change at 16:30:06 GMT Sat Jul 26 2025
! NVRAM config last updated at 16:30:25 GMT Sat Jul 26 2025 by admin
!
version 15.8
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ##########
!
boot-start-marker
boot-end-marker
!
!
enable secret
!
no aaa new-model
clock timezone GMT 1 0
!
!
!
!
!
!
!
!
ip dhcp excluded-address 192.168.0.253
ip dhcp excluded-address 10.0.0.100 10.0.0.254
ip dhcp excluded-address 10.0.0.138
!
ip dhcp pool main
import all
network 10.0.0.0 255.255.255.0
default-router 10.0.0.138
dns-server 1.1.1.1 213.33.99.70
!
!
!
ip name-server 1.1.1.1
ip name-server 9.9.9.9
ip cef
ipv6 unicast-routing
ipv6 dhcp pool STATELESS
import dns-server
domain-name Import
!
ipv6 cef
multilink bundle-name authenticated
!
!
!
license udi pid C927-4P
!
!
username admin privilege
!
redundancy
!
!
controller VDSL 0
!
!
!
!
!
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
!
interface Ethernet0
mtu 1500
no ip address
ip nat outside
ip virtual-reassembly in
!
interface GigabitEthernet0
description mainswitch
switchport mode access
no ip address
!
interface GigabitEthernet1
no ip address
!
interface GigabitEthernet2
no ip address
!
interface GigabitEthernet3
no ip address
!
interface GigabitEthernet4
description Uplink GPON ONT
mtu 1512
bandwidth 50000
ip address dhcp
duplex auto
speed auto
!
interface GigabitEthernet4.2
description WAN Subif VLAN2
encapsulation dot1Q 2
ip virtual-reassembly in max-reassemblies 256
pppoe enable group global
pppoe-client dial-pool-number 1
pppoe-client ppp-max-payload 1500
!
interface Vlan1
ip address 10.0.0.138 255.255.255.0
ip nat inside
ip virtual-reassembly in
ipv6 enable
ipv6 nd other-config-flag
ipv6 dhcp server STATELESS
!
interface Dialer0
no ip address
!
interface Dialer1
description PPP Dialer fuer Internet
ip address negotiated
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip virtual-reassembly in
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication pap callin
ppp chap hostname ##########
ppp chap password ########
ppp pap sent-username ########## password ########
ppp ipcp route default
ppp ipcp address accept
!
interface Dialer2
no ip address
!
ip forward-protocol nd
ip http server
ip http upload enable path flash:
ip http upload overwrite
no ip http secure-server
!
!
ip nat pool LAN 10.0.0.0 10.0.0.254 netmask 255.255.255.0
ip nat inside source list LAN interface Dialer0 overload
ip nat inside source list nat-list interface Dialer2 overload
ip nat inside source static tcp 10.0.0.100 5001 217.149.169.195 5001 extendable
ip nat inside source static udp 10.0.0.100 5001 217.149.169.195 5001 extendable
ip route 0.0.0.0 0.0.0.0 Dialer1
ip ssh version 2
!
ip access-list standard LAN
permit 192.168.0.0 0.0.0.255
permit 10.0.0.0 0.0.0.255
ip access-list standard SSH
permit 192.168.0.0 0.0.0.255
permit 10.0.0.0 0.0.0.255
!
dialer-list 1 protocol ip permit
!
!
tftp-server flash:/firmware/vadsl_module_img.bin
!
control-plane
!
!
line con 0
line vty 0 4
access-class SSH in
logging synchronous
login local
transport input ssh
!
scheduler allocate 20000 1000
ntp master
ntp server europe.pool.ntp.org
!
end

