Options

Can ping the router but cannot ping the host from the router!!!

Mgrf1Mgrf1 Member Posts: 7 ■□□□□□□□□□
Hello,

I am practicing for the CCNA exam with the lab work. I have set up the 1800 Cisco Router as directed but cannot ping from the router to the host (my computer). I have turned off all firewalls. I am going crazy trying to sort this out! I have learned a crap load of commands trying to figure it out, so that is a plus! - smile

Any assistance would be greatly appreciated.

Thank Mike

Comments

  • Options
    bobfromfplbobfromfpl Member Posts: 104
    You gave us absolutely no information to help you troubleshoot. Paste your configs, a diagram.. something!
  • Options
    Magic JohnsonMagic Johnson Member Posts: 414
    no sh on router interface?
  • Options
    Mgrf1Mgrf1 Member Posts: 7 ■□□□□□□□□□
    Sorry Moronic Monday for me! Please see below:

    Router>enable
    Router#sh run
    Building configuration...
    Current configuration : 642 bytes
    !
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname Router
    !
    boot-start-marker
    boot-end-marker
    !
    !
    no aaa new-model
    ip cef
    !
    !
    !
    !
    ip auth-proxy max-nodata-conns 3
    ip admission max-nodata-conns 3
    !
    !
    !
    !
    !
    !
    !
    !
    !
    interface FastEthernet0/0
    ip address 192.168.1.1 255.255.255.0
    duplex auto
    speed auto
    !
    interface FastEthernet0/1
    no ip address
    shutdown
    duplex auto
    speed auto
    !
    ip forward-protocol nd
    !
    !
    no ip http server
    no ip http secure-server
    !
    !
    !
    !
    control-plane
    !
    !
    !
    line con 0
    line aux 0
    line vty 0 4
    login
    !
    scheduler allocate 20000 1000
    end
    Router#
  • Options
    MAC_AddyMAC_Addy Member Posts: 1,740 ■■■■□□□□□□
    Is your computer setup on the same subnet as your router? Since you don't have DHCP running on your router, your computer won't know what to do.

    Also, you might want to configure your default gateway on the router.
    2017 Certification Goals:
    CCNP R/S
  • Options
    DoubleNNsDoubleNNs Member Posts: 2,015 ■■■■■□□□□□
    I'd guess it has something to do w/ the host network settings and not the router.

    Is your computer set to static addressing w/ the correct information assigned to it? Is the router directly connected to the computer's NIC, or is there another router in between?

    Also, if you do show ip interfaces brief, is the interface up/up?
    Goals for 2018:
    Certs: RHCSA, LFCS: Ubuntu, CNCF CKA, CNCF CKAD | AWS Certified DevOps Engineer, AWS Solutions Architect Pro, AWS Certified Security Specialist, GCP Professional Cloud Architect
    Learn: Terraform, Kubernetes, Prometheus & Golang | Improve: Docker, Python Programming
    To-do | In Progress | Completed
  • Options
    Dieg0MDieg0M Member Posts: 861
    Cross-over cable and make sure you are in the same subnet.
    Follow my CCDE journey at www.routingnull0.com
  • Options
    HeeroHeero Member Posts: 486
    if you can ping host to router but not router to host, it is almost always a firewall issue or user error with the ping command.
  • Options
    Mgrf1Mgrf1 Member Posts: 7 ■□□□□□□□□□
    Okay, I am the biggest idiot on the planet (or rather I feel like one!) I happen to look in the back of the router and guess what I found?? That I had connected my crossover cable in the fa0/1 port vice the fa0/0 port that I had enabled!!!

    Many apologies and I thank everyone for trying to help this newbie out!!
Sign In or Register to comment.