12-08-2022
02:15 AM
- last edited on
12-08-2022
09:31 PM
by
Translator
Good Morning,
I am seeing issues with my newly bought Cisco 867VAE-K9 in that I cannot ping outbound from a device inside the network to outside.
I can verify the following:
The device I am using is currently plugged into the GigabitEthernet1 port and has the IP 192.168.1.1 if that is any help.
I have attached the full configuration below (removing all credentials etc). Any help on this would be a life saver!
version 15.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname XXX-XXX
!
boot-start-marker
boot-end-marker
!
aqm-register-fnf
!
enable secret 5 #####################
!
aaa new-model
!
aaa authentication login default group radius local
aaa authorization exec default group radius local
!
aaa session-id common
wan mode dsl
!
ip dhcp excluded-address 192.168.1.240 192.168.1.253
!
ip dhcp pool LAN-DHCP
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.254
dns-server 8.8.8.8 8.8.4.4
lease 7
!
ip name-server 8.8.8.8
ip cef
no ipv6 cef
!
!
vpdn enable
!
vpdn-group 1
!
username admin privilege 15 secret 5 ######################
!
!
controller VDSL 0
!
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
!
interface Ethernet0
no ip address
!
interface Ethernet0.101
encapsulation dot1Q 101
pppoe-client dial-pool-number 1
no cdp enable
!
interface FastEthernet0
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface GigabitEthernet0
description LAN Access Port
switchport access vlan 10
no ip address
spanning-tree portfast
!
interface GigabitEthernet1
description LAN Access Port
switchport access vlan 10
no ip address
spanning-tree portfast
!
interface GigabitEthernet2
no ip address
shutdown
duplex auto
speed auto
!
interface Wlan-GigabitEthernet0
description XXX-WIFI
switchport access vlan 10
no ip address
!
interface Vlan1
no ip address
shutdown
!
interface Vlan10
description LAN
ip address 192.168.1.254 255.255.255.0
!
interface Dialer0
ip address negotiated
ip mtu 1420
ip virtual-reassembly in
encapsulation ppp
ip tcp adjust-mss 1380
dialer pool 1
ppp authentication chap callin
ppp chap hostname xxxxxxx@xxxx.com
ppp chap password 0 ########
no cdp enable
!
ip forward-protocol nd
ip http server
ip http access-class 10
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
dialer-list 1 protocol ip permit
line con 0
no modem enable
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
stopbits 1
line vty 0 4
access-class 10 in
privilege level 15
transport input ssh
!
scheduler allocate 60000 1000
!
end
Many thanks,
Toby
Solved! Go to Solution.
12-08-2022
02:44 AM
- last edited on
12-08-2022
09:33 PM
by
Translator
From Router console are you able to ping 8.8.8.8 (to make sure ISP Link working) if that is working ad below config :
interface Vlan10
ip nat inside
!
interface Dialer0
ip nat outside
!
access-list 100 permit ip 192.168.1.0 0.0.0.255 any
!
ip nat inside source list 100 interface dialer0 overload
and test it
12-08-2022
02:44 AM
- last edited on
12-08-2022
09:33 PM
by
Translator
From Router console are you able to ping 8.8.8.8 (to make sure ISP Link working) if that is working ad below config :
interface Vlan10
ip nat inside
!
interface Dialer0
ip nat outside
!
access-list 100 permit ip 192.168.1.0 0.0.0.255 any
!
ip nat inside source list 100 interface dialer0 overload
and test it
12-08-2022 03:13 AM
Balaji I could kiss you - It works thank you so much!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide