-->

ABOUT US

Our development agency is committed to providing you the best service.

OUR TEAM

The awesome people behind our brand ... and their life motto.

  • Kumar Atul Jaiswal

    Ethical Hacker

    Hacking is a Speed of Innovation And Technology with Romance.

  • Kumar Atul Jaiswal

    CEO Of Hacking Truth

    Loopholes are every major Security,Just need to Understand it well.

  • Kumar Atul Jaiswal

    Web Developer

    Techonology is the best way to Change Everything, like Mindset Goal.

OUR SKILLS

We pride ourselves with strong, flexible and top notch skills.

Marketing

Development 90%
Design 80%
Marketing 70%

Websites

Development 90%
Design 80%
Marketing 70%

PR

Development 90%
Design 80%
Marketing 70%

ACHIEVEMENTS

We help our clients integrate, analyze, and use their data to improve their business.

150

GREAT PROJECTS

300

HAPPY CLIENTS

650

COFFEES DRUNK

1568

FACEBOOK LIKES

STRATEGY & CREATIVITY

Phasellus iaculis dolor nec urna nullam. Vivamus mattis blandit porttitor nullam.

PORTFOLIO

We pride ourselves on bringing a fresh perspective and effective marketing to each project.

Showing posts with label ccna. Show all posts
Showing posts with label ccna. Show all posts
  • Static Routing — Practical + Interview Guide

     

    Static Routing — Practical + Interview Guide



    🌐 Static Routing — Practical + Interview Guide


    📌 What is Static Routing?

    Static routing is a method where routes are manually configured on routers to define how packets should reach different networks.


    👉 Simple:

    “Router ko manually batate hain traffic kahan bhejna hai.”


    🎯 What You Will Learn


    • Communication between different networks
    • How routers forward packets
    • Real-world routing logic


    🧪 Lab Setup (in Cisco Packet Tracer)


    🔹 Topology

    PC1 --- Router1--- Router2 --- PC2



    Lab Topology & IP Addressing Plan



    Static Routing — Practical + Interview Guide


    Step 1 — Build topology in Packet Tracer


    • Drag 2 x Router 2911 and 2 x PC
    • Connect PC1 → Router1 with Copper Straight-Through
    • Connect Router1 → Router2 with Copper Cross-Over (or Serial DCE)
    • Connect Router2 → PC2 with Copper Straight-Through



    Static Routing — Practical + Interview Guide




    Step 2 — Configure IP addresses


    Router 1:



    Router> enable
    Router# configure terminal
    Router(config)# hostname R1
    R1(config)# interface GigabitEthernet 0/0
    R1(config-if)# ip address 192.168.1.1 255.255.255.0
    R1(config-if)# no shutdown
    R1(config-if)# exit
    R1(config)# interface GigabitEthernet 0/1
    R1(config-if)# ip address 10.0.0.1 255.255.255.252
    R1(config-if)# no shutdown
    R1(config-if)# end
    
    





    Router 2:



    Router> enable
    Router# configure terminal
    Router(config)# hostname R2
    R2(config)# interface GigabitEthernet 0/0
    R2(config-if)# ip address 10.0.0.2 255.255.255.252
    R2(config-if)# no shutdown
    R2(config-if)# exit
    R2(config)# interface GigabitEthernet 0/1
    R2(config-if)# ip address 192.168.3.1 255.255.255.0
    R2(config-if)# no shutdown
    R2(config-if)# end
    
    
    
    



    Static Routing — Practical + Interview Guide



    Step 3 — Add Static Routes ⭐ (Most important!)



    ip route [destination network] [subnet mask] [next-hop IP]
    On Router 1 — tell it how to reach Network 3:
    R1(config)# ip route 192.168.3.0 255.255.255.0 10.0.0.2
    
    On Router 2 — tell it how to reach Network 1: R2(config)# ip route 192.168.1.0 255.255.255.0 10.0.0.1











    Step 4 — Configure PCs


    On PC1 → Desktop → IP Configuration:

    IP: 192.168.1.10, Mask: 255.255.255.0, Gateway: 192.168.1.1

    On PC2 → Desktop → IP Configuration:

    IP: 192.168.3.10, Mask: 255.255.255.0, Gateway: 192.168.3.1



    Static Routing — Practical + Interview Guide



    Static Routing — Practical + Interview Guide



    Static Routing — Practical + Interview Guide


    Static Routing — Practical + Interview Guide




    Step 5 — Test with Ping


    • On PC1 → Desktop → Command Prompt:
    • ping 192.168.3.10
    • You should see 4 replies ✅



    Might be possible first time when you will ping it will only 2 replies came and others packets loss but second time if you try definitely ping successfully and winner winner !!



    Static Routing — Practical + Interview Guide




    Verify on Router


    R1# show ip route
    
    R1# show running-config
    



    Static Routing — Practical + Interview Guide




    Common mistakes to avoid:


    • Forgetting no shutdown on interfaces
    • Wrong next-hop IP (must be the directly connected neighbor's IP)
    • Missing the return route (both routers need static routes!)
    • Wrong subnet mask in the ip route command







  • WHAT WE DO

    We've been developing corporate tailored services for clients for 30 years.

    CONTACT US

    For enquiries you can contact us in several different ways. Contact details are below.

    Hacking Truth.in

    • Street :Road Street 00
    • Person :Person
    • Phone :+045 123 755 755
    • Country :POLAND
    • Email :contact@heaven.com

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.