04-28-2019 10:50 AM
So in packet tracer, I have a PC 192.168.1.6 on a network 192.168.1.0 and I'm trying to allow my PC all access to network 192.168.2.0
I did the command
access-list 100 permit ip host 192.168.1.6 192.168.2.0 0.0.0.255
int g0/1
ip access-group 100 in
(int g0/1 being the inbound int on the router in the 192.168.1.0 network)
When I try to connect to another device on the 192.168.2.0 network, eg by entering its ip add in the web browser, I get a "server reset connection" message. What does this mean? Was there something I was missing to allow all access? Feedback would be greatly appreciated!
04-28-2019 12:24 PM
Your access list looks good. Are you able to reach the devices in the 192.168.2.0 by using ping?
You may also modify the access list to see whether it is generating hits, by adding the log keyword at the very end
access-list 100 permit ip host 192.168.1.6 192.168.2.0 0.0.0.255 log
Caveat is that I am not sure whether PT can log access lists
04-28-2019 01:29 PM
Hello,
Packet Tracer is quirky. Post the project (.pkt) file (ZIP it first, otherwise the system won't let you upload it...).
06-01-2020 05:18 PM
I am working through the packet tracer course labs. In 8.2.1.3 Modify your thing I have reached part 2 to test if it works but when I enter the URL on the instruction page I get reset server connection message. I checked the URLs that have been applied to the server and tablet in the exercise and they do not have 106 for the last three bits - only 0. So, I tried entering the url as .1 instead of .106 and a log in came up. however, when I entered the log in details given in the instructions they were incorrect and I could not log in. So, I have not yet been able to complete the exercise. There must be an error somewhere. Has anyone else had this problem?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide