05-27-2018 11:56 AM - edited 03-08-2019 03:09 PM
Hi there,
Just starting out on my journey to become certified. Working through the pluralsite videos amongs other material.
Just got to the basic configuration of a cisco router segment, basically I am connecting two laptops to the fast ethernet ports of my cisco router.
interface FastEthernet0/0
ip address 10.0.0.1 255.255.255.128
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.0.0.129 255.255.255.128
duplex auto
speed auto
!
Configured my end devices with a corresponding valid host address, and tried to ping each machine from oneanother.
Each machine can only hit their f/e ports, traffic does not seem to pass to the other network.
Appreciate this may be a small error compared to the other subject on here, but we all gotta start somewhere.
Thanks in advance
Danny
PS full running config if needed below.
hostname Danny_Router_01
!
enable secret 5 $1$UHKv$am09k.5Tc7aUheY4CPEUk0
!
!
!
ip domain-name dannytest.com
!
!
!
!
interface FastEthernet0/0
ip address 10.0.0.1 255.255.255.128
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.0.0.129 255.255.255.128
duplex auto
speed auto
!
interface Serial1/0
no ip address
shutdown
no fair-queue
!
interface Serial1/1
no ip address
shutdown
!
interface Serial1/2
no ip address
shutdown
!
interface Serial1/3
no ip address
shutdown
!
interface Serial1/4
no ip address
shutdown
!
interface Serial1/5
no ip address
shutdown
!
interface Serial1/6
no ip address
shutdown
!
interface Serial1/7
no ip address
shutdown
!
ip classless
ip http server
!
!
line con 0
password 7 14341B180F0B
logging synchronous
login
line aux 0
password 7 0802455D0A16
logging synchronous
login
line vty 0 4
login
!
end
Solved! Go to Solution.
05-27-2018 08:23 PM
Hi,
Is it a lab?
Please share tracert command output from the windows machine.
I think you are connected with some other connection as wifi at the same time on the lab system. If yes, then please disconnect the wifi or other connection to the lab system and test it again.
Regards,
Deepak Kumar
05-27-2018 12:27 PM
Hi,
Kindly verify the correct default gateway on both networks and disable the firewall on both machines (for temporary).
Regards,
Deepak Kumar
05-27-2018 12:46 PM
In addition to Deepak's suggestions, post the output of 'ipconfig /all' of both laptops...
05-27-2018 01:26 PM
Many thanks for the replies,
So on the laptop connected to fe0/0
Ip: 10.0.0.10
Sn 255.255.255.128
Dg: 10.0.0.1
laptop on fe 0/1
ip: 10.0.0.130
sn: 255.255.255.128
dg: 10.0.0.129
Both laptops have had f/walls disabled to no avail:(
I’ve also tried using the ip routing command, just in case that’s disabled but again no success.
thanks again
Danny
05-27-2018 08:23 PM
Hi,
Is it a lab?
Please share tracert command output from the windows machine.
I think you are connected with some other connection as wifi at the same time on the lab system. If yes, then please disconnect the wifi or other connection to the lab system and test it again.
Regards,
Deepak Kumar
05-28-2018 07:44 AM
When I read the original post I believed that the most likely issue was firewalls on the PCs. If both PC firewall are disabled then we need to look for other issues. Can you post the output of these commands on the router
show ip interface brief
show arp
Additional questions:
- can each PC ping the router interface to which it connects?
- can the router ping each of the connected PCs?
HTH
Rick
05-28-2018 07:47 AM
05-28-2018 07:45 AM
Deepak,
Many thankyous
I left the WiFi on one of the laptops. All traffic routing, on what should have been a fairly straight forward lab.
Regards
Danny
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