04-23-2024 05:20 AM
Why I cant send packet to same vlan on the different router ?
04-23-2024 06:21 AM
Hello,
I opened your file. From where (source IP) to where (destination IP) do you want to send a packet ?
04-23-2024 06:27 AM
I want to send packets from PC from one vlan to another PC which is on the same vlan but on another router
04-23-2024 07:04 AM
Hello,
you need to add a static host route, e.g. on Router0:
Router(config)#ip route 192.168.30.30 255.255.255.255 serial0/1/0
Keep in mind that your access list ZABRANA blocks all ICMP traffic, you need to remove that as well.
04-23-2024 11:22 AM - edited 04-23-2024 11:46 AM
.
04-23-2024 07:16 AM
Because source and destination are on the same network, the same side, 192.168.10.x/24. Router drops packets that came from same side. Use show ip route connected for all network connected
If u want a PC with 192.168.10.10/24 pinging other company PC with 192.168.10.30/24 over 1 or more routers you would need a NAT/PAT - like we have it at home. We could be using same IP on the same network but our home router/cable modem (typically all-in-one box) does PAT before sending packet over the Internet. This is like 2 different companies could communicate over the Internet.
If ur lab meant to be the same company, then u need right side (or left side) to have different network IDs. Vlan names or numbers do not matter, just network ID and IPs.
Regards, ML
**Please Rate All Helpful Responses **
04-24-2024 08:59 AM
You cannot separate a L2 domain, by L3 routers, unless you tunnel L2 between them.
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