Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a cisco 897va router which I am using for a lab. I have very basic config and am able to ping websites but for some reason cannot browse any of them while connected to this router. The way it's currently setup is port Gigabit 8 (WAN port) is c...
Hi Peter, MTU is set to 1500 on my PC. I don't know what could be causing the problem but I am happy with the solution you've provided as this is a lab router. I only to access the internet from it for research purposes. It is easier to access the in...
Here you go:Router(config)#access-list 100 permit ip any host 158.193.152.2Router(config)#access-list 100 permit ip host 158.193.152.2 anyRouter(config)#exitRouter#debDec 14 20:06:26.272: %SYS-5-CONFIG_I: Configured from console by consoleRouter#debu...
Sure thing. Following is the output I got:Router#pingProtocol [ip]:Target IP address: 158.193.152.2Repeat count [5]: 1Datagram size [100]:Timeout in seconds [2]:Extended commands [n]: ySource address or interface:Type of service [0]:Set DF bit in IP ...
Hello Peter,Thank you for your reply. Yes, you do understand me correctly. Adding ip tcp adjust-mss 1360 did resolve my issue indeed. I find this very interesting, as I don't understand what exactly could be adding the additional encapsulation to th...