Compare cert salaries and plan your next career move
Router#show run Building configuration... Current configuration : 741 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname Router ! ! ! ! ! ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! interface FastEthernet0/0 ip address 10.10.10.1 255.255.255.240 ip nat inside duplex auto speed auto ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/1/0 ip address 176.154.89.1 255.255.255.0 ip nat outside clock rate 2000000 ! interface Vlan1 no ip address shutdown ! ip nat inside source list 1 interface Serial0/1/0 overload ip classless ip route 0.0.0.0 0.0.0.0 Serial0/1/0 ! ! access-list 1 permit 10.10.10.0 0.0.0.255 ! ! ! ! ! line con 0 line vty 0 4 login ! ! ! end
Router#show run Building configuration... Current configuration : 725 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname Router ! ! ! ! ! ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! interface FastEthernet0/0 ip address 192.168.10.1 255.255.255.240 ip nat inside duplex auto speed auto ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/1/0 ip address 176.154.89.2 255.255.255.0 ip nat outside ! interface Vlan1 no ip address shutdown ! ip nat inside source list 1 interface Serial0/1/0 overload ip classless ip route 0.0.0.0 0.0.0.0 Serial0/1/0 ! ! access-list 1 permit 192.168.10.0 0.0.0.255 ! ! ! ! ! line con 0 line vty 0 4 login ! ! ! end
CompUBug wrote: » no configs have been done on the switch. It happens with both switches too - and I have removed / reinstalled the switches as well.
fluk3d wrote: » Have you tried deleting the vlan.dat database on the switch and just doing a factory restore?
CompUBug wrote: » it just stops and the switch broadcast STP packets to every PC. Whats wrong here?
mbrdmyr wrote: » Where is your NAT pool? I see the access list, but there isnt a pool for it to translate to. If you are, in fact using NAT, you can issue the show ip nat translations command to see if anything is being translated. but if you are not actually using the NAT, then I would check if you have trunk links going to the routers from the switches or the switchport accesses. And I did notice that someone said that packet tracer is buggy, which is 100% correct. Save what you are working on, close it and reopen, see if that fixes anything. I had trouble deleting a command on a router, when I closed it and reopened it, I was able to delete the command right away. Good Luck!
MAC_Addy wrote: » Try changing the speed/duplex. I've had many problems with them being set on auto.
interface FastEthernet0/0 ip address 10.10.10.1 255.255.255.240 ip nat inside duplex auto speed auto ! access-list 1 permit 10.10.10.0 0.0.0.255
interface FastEthernet0/0 ip address 192.168.10.1 255.255.255.240 ip nat inside duplex auto speed auto ! access-list 1 permit 192.168.10.0 0.0.0.255
Chevelle wrote: » You access-lists are wrong.
Router#show ip nat trans Pro Inside global Inside local Outside local Outside global icmp 176.154.89.1:9 10.10.10.2:9 192.168.10.2:9 192.168.10.2:9
Router#show ip nat trans Pro Inside global Inside local Outside local Outside global icmp 176.154.89.2:9 192.168.10.2:9 176.154.89.1:9 176.154.89.1:9
1. The packet is coming from an outside network. The router looks up its NAT table for necessary translations. 2. The NAT table does not have a matched entry for this packet. It passes the packet through without translations. 3. The destination IP address matches the IP address of one of the interfaces. The router dispatches the packet to the upper layer. 4. The packet is an ICMP packet. The ICMP process processes it. 5. The ICMP process received an Echo Reply message. 6. The ICMP process has not sent an ICMP message with this identification recently. It drops the message.
boredgamelad wrote: » Oh wait, it's failing at the switches for you? Hm, now, that's different than what I'm experiencing.
Compare salaries for top cybersecurity certifications. Free download for TechExams community.