el 06-01-2023 03:07 PM
hola.
tengo una conexion de jazztel con una ont. dicha conexion viene encapsulada con la vlan 1074. he intentado configurar el router y no consigo que los equipos accedan a internet. desde cli puedo lanzar pines con exito a todas las ips , tanto internas de la lan como a externas como direcciones web.
esta es la configuracion qeu le tengo metida. en el puerto 0/0/1 tengo la wan y conectada la ont y en la 0/0/0 tengo la lan. desde un pc me responde la puerta de enlace, puedo conectarme via ssh y web sin problemas. pero no puedo navegar. ¿que me puede faltar?. Gracias y un saludo
!
hostname Router_Cisco
!
boot-start-marker
boot-end-marker
!
!
enable secret *****
!
no aaa new-model
!
!
!
ip dhcp excluded-address 192.168.1.1 192.168.1.20
ip dhcp excluded-address 192.168.1.40 192.168.1.254
!
ip dhcp pool lan1
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 8.8.8.8
interface GigabitEthernet0/0/0
ip address 192.168.1.1 255.255.255.0
ip nat inside
negotiation auto
!
interface GigabitEthernet0/0/1
no ip address
ip nat outside
negotiation auto
spanning-tree portfast disable
!
interface GigabitEthernet0/0/1.1074
encapsulation dot1Q 1074
ip address dhcp
ip nat outside
!
interface GigabitEthernet0/1/0
!
interface GigabitEthernet0/1/1
!
interface GigabitEthernet0/1/2
!
interface GigabitEthernet0/1/3
!
interface GigabitEthernet0/1/4
!
interface GigabitEthernet0/1/5
!
interface GigabitEthernet0/1/6
!
interface GigabitEthernet0/1/7
!
interface Vlan1
no ip address
!
ip http server
ip http authentication local
ip http secure-server
ip forward-protocol nd
ip nat inside source list lan1 interface GigabitEthernet0/0/1 overload
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0/1
!
!
ip access-list extended lan1
10 permit ip 192.168.1.0 0.0.0.255 any
!
!
route-map track-primary-if permit 1
match ip address 197
set interface GigabitEthernet0/0/1
!
!
control-plane
!
!
line con 0
transport input none
stopbits 1
¡Resuelto! Ir a solución.
el 06-01-2023 03:31 PM
It should not. For test purpose, get the ISP IP, add on the default route and test. If it works talk to your ISP.
Your IP may change but not necessarily the gateway will change.
el 06-01-2023 03:15 PM
Hi
Dont configure the default route like this: ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0/1
Use your ISP default gateway as the destination. This is often the cause o problem.
06-01-2023 03:22 PM - editado 06-01-2023 03:24 PM
my isp default gateway ip is getting by dhcp. if i shutdown the ont it will changed.
el 06-01-2023 03:31 PM
It should not. For test purpose, get the ISP IP, add on the default route and test. If it works talk to your ISP.
Your IP may change but not necessarily the gateway will change.
el 06-01-2023 03:39 PM
ok. thank you for all.
Descubra y salve sus notas favoritas. Vuelva a encontrar las respuestas de los expertos, guías paso a paso, temas recientes y mucho más.
¿Es nuevo por aquí? Empiece con estos tips. Cómo usar la comunidad Guía para nuevos miembros
Navegue y encuentre contenido personalizado de la comunidad