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

How to connect to the internet with cisco 891F?

tomo456
Level 1
Level 1

How to connect to the internet with cisco 891F?

WAN port:G8
LAN port:G1


PING between the LAN port(G1) and this router arrives.
I sent a PING from the router to an external address, but no reply.
I think that something is wrong with WAN (G8) configuration.

 

"show run" of this router
--------------------------------------------------------

version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname test
!
boot-start-marker
boot-end-marker
!
!
enable password test
!
no aaa new-model
!
!
!
!
!
!
!
!
!
!


!
no ip dhcp conflict logging
ip dhcp excluded-address 192.168.10.1 192.168.10.100
!
ip dhcp pool DHCP_pool
import all
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
dns-server 192.168.10.1
lease 0 2
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
cts logging verbose
license udi pid C891FJ-K9 sn FGL222995KP
!
!
vtp domain rt1
vtp mode transparent
!
!
!
!
!
vlan 2-4,8-10,20,30,111
no cdp run
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
no ip address
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
isdn termination multidrop
!
interface FastEthernet0
no ip address
shutdown
duplex auto
speed auto
!
interface GigabitEthernet0
no ip address
!
interface GigabitEthernet1
switchport access vlan 10
no ip address
!
interface GigabitEthernet2
no ip address
shutdown
!
interface GigabitEthernet3
no ip address
!
interface GigabitEthernet4
no ip address
shutdown
!
interface GigabitEthernet5
no ip address
shutdown
!
interface GigabitEthernet6
no ip address
shutdown
!
interface GigabitEthernet7
no ip address
!
interface GigabitEthernet8
no ip address
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface Vlan1
no ip address
ip tcp adjust-mss 1452
!
interface Vlan10
ip address 192.168.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface Async3
no ip address
encapsulation slip
!
interface Dialer1
mtu 1454
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation ppp
ip tcp adjust-mss 1414
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname test@test.com
ppp chap password 0 password
ppp ipcp dns request accept
no cdp enable
!
no ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip dns server
ip nat inside source list acl_NAT interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1
!
ip access-list standard acl_NAT
permit 192.168.10.0 0.0.0.255
!
dialer-list 1 protocol ip permit
!
!
control-plane
!
!
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default
!
!
!
!
!
!
vstack
!
line con 0
no modem enable
line aux 0
line 3
modem InOut
speed 115200
flowcontrol hardware
line vty 0 4
password test
login
transport input none
!
scheduler allocate 20000 1000
!
!
!
end

1 Reply 1

Hello


@tomo456 wrote:

How to connect to the internet with cisco 891F?

WAN port:G8
LAN port:G1


PING between the LAN port(G1) and this router arrives.
I sent a PING from the router to an external address, but no reply.
I think that something is wrong with WAN (G8) configuration.


So you cannot ping externally from the router or from the lan ?

Do you receive an ip address from the ppoe server.

vpdn enable
vpdn-group 1
request-dialin
protocol pppoe

int gig0/8
ip nat outside

 

sh ip int brief | in up
sh pppoe sessions

 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul
Review Cisco Networking for a $25 gift card