cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
166
Views
0
Helpful
0
Replies

C926 VDSL connected but no internet access from internal network

Paedy9
Level 1
Level 1

Hello,

I bought a C926-4P Router and was able to configure almost everything.
Network is there: 10.0.0.1/8
DHCP is also working fine.
VDSL is up and running. -> even "ping 8.8.8.8" is working smooth.

But I'm not able to open websites via that setup. So from connceted laptop the ping 8.8.8.8 is not working. Only on the router itself.
And I think some security features are not configured yet.

If I'm able to connect to the internet with the network it would be very nice for first step.
But I'm thankful for any more recommendations.

Thanks in Advance!
Paddy

 

 

 

 

Router#show config
Using 3622 out of 262144 bytes
!
! Last configuration change at 15:40:04 UTC Sun Mar 12 2023
!
version 15.9
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname xxx
!
boot-start-marker
boot-end-marker
!
!
enable secret xxx
enable password xxx
!
no aaa new-model
!
!
!
!
!
!
!
!
ip dhcp excluded-address 10.0.0.1 10.0.255.255
ip dhcp excluded-address 10.9.10.1 10.255.255.254
!
ip dhcp pool VLAN10
 network 10.0.0.0 255.0.0.0
 default-router 10.0.0.1
 dns-server 8.8.8.8
!
!
!
ip domain name paddy.local
ip cef
no ipv6 cef
multilink bundle-name authenticated
!
!
crypto pki trustpoint TP-self-signed-1234567890
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-1234567890
 revocation-check none
 rsakeypair TP-self-signed-1234567890
!
!
crypto pki certificate chain TP-self-signed-1234567890
 certificate self-signed 01 nvram:IOS-Self-Sig#1.cer
license udi pid C926-4P sn ABC1234DE56
!
!
username xxx privilege 15 secret xxx
!
redundancy
!
!
controller VDSL 0
!
!
!
!
!
interface ATM0
 description ADSL WAN Interface
 no ip address
 shutdown
 no atm ilmi-keepalive
 pvc 1/32
  encapsulation aal5snap
  pppoe-client dial-pool-number 1
 !
!
interface Ethernet0
 no ip address
 pppoe enable
 pppoe-client dial-pool-number 1
!
interface Ethernet0.7
 description VDSL Internet Connection - VLAN 7
 encapsulation dot1Q 7
 pppoe enable group global
 pppoe-client dial-pool-number 1
!
interface GigabitEthernet0
 switchport access vlan 10
 switchport mode access
 no ip address
 no mop enabled
 spanning-tree portfast
!
interface GigabitEthernet1
 switchport access vlan 10
 switchport mode access
 no ip address
 no mop enabled
 spanning-tree portfast
!
interface GigabitEthernet2
 switchport access vlan 10
 switchport mode access
 no ip address
 no mop enabled
 spanning-tree portfast
!
interface GigabitEthernet3
 switchport access vlan 10
 switchport mode access
 no ip address
 no mop enabled
 spanning-tree portfast
!
interface GigabitEthernet4
 no ip address
 duplex auto
 speed auto
 no mop enabled
!
interface Vlan1
 no ip address
 shutdown
!
interface Vlan10
 description ***Data-VLAN***
 ip address 10.0.0.1 255.0.0.0
 ip nat inside
 ip virtual-reassembly in
!
interface Dialer1
 description ADSL WAN Dialer
 mtu 1492
 ip address negotiated
 ip nat outside
 ip virtual-reassembly in
 encapsulation ppp
 dialer pool 1
 dialer-group 1
 no cdp enable
 ppp authentication chap callin
 ppp chap hostname xxx
 ppp chap password xxx
!
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
!
!
ip nat inside source list 10 interface Dialer1 overload
ip nat inside source static tcp 10.0.0.0 25 interface Dialer1 25
ip nat inside source static tcp 10.0.0.0 80 interface Dialer1 80
ip nat inside source static tcp 10.0.0.0 443 interface Dialer1 443
ip nat inside source route-map track-primary-if interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1
!
dialer-list 1 protocol ip permit
!
!
tftp-server flash:/firmware/vadsl_module_img.bin
access-list 1 permit 10.0.0.0 0.255.255.255
access-list 111 deny   icmp any any echo
access-list 111 deny   icmp any any traceroute
access-list 111 deny   icmp any any redirect
access-list 111 permit ip any any
!
control-plane
!
!
line con 0
line vty 0 4
 password xxx
 login local
 transport input all
line vty 5 15
 login local
 transport input all
!
scheduler allocate 20000 1000
!
end

 

 

 

 

0 Replies 0