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

What is Wrong

julio
Level 1
Level 1

Finally solved the VLan problem.

 

Now i can ping from the router but i cant acess from any computer on the network to the outside

 

Several bad nights in a row, i cant think straight can anyone analise this?and help me?

 

router#show run
Building configuration...
Current configuration : 3368 bytes
!
! Last configuration change at 13:17:00 UTC Fri Nov 21 2014 by fersoft
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router
!
boot-start-marker
boot-end-marker
!
!
no logging buffered
enable secret 5 $1$hSFW$GnwE9cof5fcCGpNJy1ptM.
!
aaa new-model
!
!
aaa authentication login default local
aaa authorization exec default local
!
!
!
!
!
aaa session-id common
!
ip cef
!
!
!
!
!
!
ip name-server 87.103.113.171
ip name-server 87.103.113.139
no ipv6 cef
!
multilink bundle-name authenticated
!
!
crypto pki trustpoint TP-self-signed-3470861282
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-3470861282
 revocation-check none
 rsakeypair TP-self-signed-3470861282
!
!
crypto pki certificate chain TP-self-signed-3470861282
 certificate self-signed 01
  3082022B 30820194 A0030201 02020101 300D0609 2A864886 F70D0101 05050030
  31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
  69666963 6174652D 33343730 38363132 3832301E 170D3134 31313231 31323531
  32375A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
  4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D33 34373038
  36313238 3230819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
  8100BF25 589B1360 327770DF 52AF8EB6 BFBE740A 3EB90868 136C2FF3 C921AE47
  F9C13EB6 99815B75 44E23B56 D3103A5A 2A0196D4 6D9D2BF1 E759CBA6 50654197
  A8129741 8FF8F0F8 D9A9A640 E1618F72 AC172BCD 5BFB0B57 FB8CFDEF F8713589
  AA45F6C6 0E3EDACC DDA83E0A E557FD4C FA896A6B 2C9FD85D A91D8574 FB390285
  66E10203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF 301F0603
  551D2304 18301680 148669E3 71D9E6EF B206EBA7 490A9B4B 52D0197D 5C301D06
  03551D0E 04160414 8669E371 D9E6EFB2 06EBA749 0A9B4B52 D0197D5C 300D0609
  2A864886 F70D0101 05050003 81810069 D4AC963A 9AAE0A44 B246A103 5DD3BD45
  976B7B15 FC379C77 FB248C6E 93D2D2E0 6FCAA74D D8EC097C 2858C380 3E1871B7
  56DA3CE3 F7E15C31 36E18ACA BC6102EA 87B2584F 550FC500 2BBB4870 DB9DF88C
  CFBE960B 5E3C3907 408E2494 577595F4 5FCBC83C 2439256A DC6EC11E FF2F6895
  62072BE9 4C848A14 4C2B85F3 D22C6C
        quit
license udi pid CISCO1941/K9 sn FCZ184293UX
!
!
username xxxx privilege 15 secret 5 $1$wDA9$aStYobfSdYQKEdqrHHbeP.
username xxxx privilege 15 secret 5 $1$1vQu$B1b/y.VGbC1pbG.nirsfL0
!
redundancy
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Embedded-Service-Engine0/0
 no ip address
 shutdown
!
interface GigabitEthernet0/0
 description Rede Local
 ip address 10.145.0.201 255.255.255.0
 ip nat inside
 ip virtual-reassembly in
 duplex auto
 speed auto
 no mop enabled
!
interface GigabitEthernet0/1
 description *** LAN ONT - VODAFONE ***
 no ip address
 duplex auto
 speed auto
!
interface GigabitEthernet0/1.100
 description *** VLAN INTERNET ***
 encapsulation dot1Q 100
 ip address dhcp
 ip nat outside
 ip virtual-reassembly in
!
ip forward-protocol nd
!
ip http server
ip http authentication local
ip http secure-server
!
ip route 10.145.0.0 255.255.255.0 93.108.160.1
!
!
!
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line 2
 no activation-character
 no exec
 transport preferred none
 transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
 stopbits 1
line vty 0 4
 transport input all
!
scheduler allocate 20000 1000
!

 

1 Reply 1

CSCO11976763
Level 1
Level 1

you have to put an default route like

ip route 0.0.0.0 0.0.0.0 WAN_NH_ADDRESS instead of ip route 10.145.0.0 255.255.255.0 93.108.160.1

and also put  ip natinside source list 3 interface GigabitEthernet0/1.100 overload

 

access-list 3 permit 10.145.0.0 0.0.0.255