el 11-13-2024 01:14 PM
My local server does not work (I cannot go to the web page of this server from the 33.33.33.0 network), although I can from the 192 168.1.0 network, but there I use a gre tunnel, maybe problem in nat, in the middle I use ospf and announce other networks in ospf. Please help me
¡Resuelto! Ir a solución.
el 11-13-2024 02:55 PM
el 11-13-2024 01:27 PM
You have the same problem as @andrew005 . Check his post "https://community.cisco.com/t5/discusiones-routing-y-switching/problem-with-lan-http-server/m-p/5223914#M11217
I just fixed his problem, you can take the solution from there.
el 11-13-2024 01:30 PM
i check his post but ur solving don't help
el 11-13-2024 01:35 PM
Ok, let me see you file
el 11-13-2024 01:45 PM
thank you i am waiting
el 11-13-2024 02:04 PM
haven't you forgotten about me?
el 11-13-2024 02:06 PM
el 11-13-2024 02:07 PM
can you tell me what you changed?
el 11-13-2024 02:12 PM
I added the following line on R9
ip access-list extended PUBLIC-ACCESS
permit ip 33.33.33.0 0.0.0.255 host 192.168.0.10
deny ip 33.33.33.0 0.0.0.255 192.168.0.0 0.0.0.255
deny ip 192.168.0.0 0.0.0.255 33.33.33.0 0.0.0.255
permit ip any any
!
End this on Router 7
router ospf 1
router-id 7.7.7.7
log-adjacency-changes
redistribute static subnets
redistribute connected subnets
passive-interface GigabitEthernet1/0
network 17.12.18.72 0.0.0.3 area 0
!
el 11-13-2024 02:12 PM
but your photo is not my project and it still doesn't work for me
el 11-13-2024 02:16 PM
Oh sorry LOL..mixed up the projects. Just a second
el 11-13-2024 02:27 PM
Because you have a Static NAT, you need to call the Router IP address, not the server IP address
!
ip nat inside source list FOR-NAT interface GigabitEthernet0/0 overload
ip nat inside source list PUBLIC-ACCESS interface GigabitEthernet0/0 overload
ip nat inside source static tcp 192.168.0.10 80 10.10.10.5 80
ip classless
If you call the server on port 443, you can call the server directly. Because there will be no NAT on port 443
el 11-13-2024 02:28 PM
send me project pls
el 11-13-2024 02:55 PM
el 11-20-2024 04:30 PM
Maybe you want to help me with a new problem in my profile?)
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