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

No Internet Access for VLANS

Nagliade
Level 1
Level 1

Hello everyone,

 

and sorry for my bad english

 

Im trying to configure a Cisco 881G-4G Router.

Cellular is allready working.

Ping via Console works.

 

Router#ping google.de
Translating "google.de"...domain server (10.74.210.210) [OK]

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.217.20.227, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 28/43/56 ms
Router#

Interfaces:

 

 

Router#show ip interface brief
Interface                  IP-Address      OK? Method Status                Protocol
Cellular0                  10.148.51.xxx   YES IPCP   up                    up
Cellular1                  unassigned      YES unset  down                  down
FastEthernet0              unassigned      YES unset  up                    up
FastEthernet1              unassigned      YES unset  down                  down
FastEthernet2              unassigned      YES unset  down                  down
FastEthernet3              unassigned      YES unset  down                  down
FastEthernet4              unassigned      YES unset  administratively down down
NVI0                       10.10.10.1      YES unset  up                    up
Vlan1                      192.168.1.1     YES manual up                    up
Router#

Ping from Vlan1 (PC) to 10.148.51.xxx works too.

But vlan1 has no Internet Connectionn.

 

Full config:

Current configuration : 2388 bytes
!
! Last configuration change at 15:43:01 UTC Tue May 25 2021
!
version 15.6
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
ethernet lmi ce
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!


!
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool vlan1pool
 network 192.168.1.0 255.255.255.0
 default-router 192.168.1.1
 dns-server 8.8.8.8
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
chat-script lte "" "AT!CALL" TIMEOUT 20 "OK"
!
!
!
!
!
license udi pid C881G-4G-GA-K9 sn FCZ2238E2XN
!
!
!
redundancy
!
!
!
!
!
controller Cellular 0
 lte sim data-profile 1 attach-profile 1 slot 0
 no lte gps enable
 lte modem link-recovery rssi onset-threshold -110
 lte modem link-recovery monitor-timer 20
 lte modem link-recovery wait-timer 10
 lte modem link-recovery debounce-count 6
!
!
!
!
!
!
!
!
!
!
!
!
interface Cellular0
 ip address negotiated
 ip nat outside
 ip virtual-reassembly in
 encapsulation slip
 dialer in-band
 dialer idle-timeout 0
 dialer string lte
 dialer-group 1
!
interface Cellular1
 no ip address
 encapsulation slip
!
interface FastEthernet0
 no ip address
!
interface FastEthernet1
 no ip address
!
interface FastEthernet2
 no ip address
!
interface FastEthernet3
 no ip address
!
interface FastEthernet4
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Vlan1
 ip address 192.168.1.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly in
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip route 0.0.0.0 0.0.0.0 Cellular0
!
dialer-list 1 protocol ip permit
ipv6 ioam timestamp
!
access-list 1 permit 192.168.1.0
!
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
!
!
!
!
!
!
!
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 3
 script dialer lte
 no exec
 rxspeed 100000000
 txspeed 50000000
line 8
 no exec
 rxspeed 100000000
 txspeed 50000000
line vty 0 4
 password test123
 login
 transport input none
!
scheduler allocate 20000 1000
!
end

 

1 Reply 1

balaji.bandi
Hall of Fame
Hall of Fame

Try below commands and let us know how it goes :

 

cnfig t

!

no access-list 1 permit 192.168.1.0
access-list 1 permit 192.168.1.0 0.0.0.255
ip nat inside source list 1 interface Cellular0 overload

!

end

 

test from client.

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Review Cisco Networking for a $25 gift card