Can't ssh to SW1
binaryhat
Member Posts: 129
in CCNA & CCENT
I setup a small network in PT and I can't ssh to SW1 or ping it. Username is kyle, password is k1.
Index of /Other/PT
Index of /Other/PT
Currently working on:
ICND1 - TBD
Book: CCENT/CCNA ICND1 100-101 Official Cert Guide
Equipment: Packet Tracer, GNS3
Supplement Material: Youtube, Google, Boson ExamSim-Max, CBTNuggets
ICND1 - TBD
Book: CCENT/CCNA ICND1 100-101 Official Cert Guide
Equipment: Packet Tracer, GNS3
Supplement Material: Youtube, Google, Boson ExamSim-Max, CBTNuggets
Comments
-
networker050184 Mod Posts: 11,962 ModWhat have you tried to fix it? What do you think could be causing the issue?An expert is a man who has made all the mistakes which can be made.
-
binaryhat Member Posts: 129I tried changing the ip address and set a default gateway. No luck.Currently working on:
ICND1 - TBD
Book: CCENT/CCNA ICND1 100-101 Official Cert Guide
Equipment: Packet Tracer, GNS3
Supplement Material: Youtube, Google, Boson ExamSim-Max, CBTNuggets -
theodoxa Member Posts: 1,340 ■■■■□□□□□□1) The switch was on a different subnet (192.168.5.0/24) than the PCs or router (192.168.1.0/24). I changed the IP Address of VLAN 1 to 192.168.1.254/24.
2) Confgured Default Gateway is incorrect. I Changed Configured Default Gateway to 192.168.1.1 (Fa0/0 on Router0)
3) Under Line Configuration for the vty lines, you had the "login" command, but no password command. You had a local user account "kyle", so I just changed the command to "login local" so that you could login with that account.
PC is now able to SSH to SW1R&S: CCENT → CCNA → CCNP → CCIE [ ]
Security: CCNA [ ]
Virtualization: VCA-DCV [ ] -
binaryhat Member Posts: 1291) The switch was on a different subnet (192.168.5.0/24) than the PCs or router (192.168.1.0/24). I changed the IP Address of VLAN 1 to 192.168.1.254/24.
2) Confgured Default Gateway is incorrect. I Changed Configured Default Gateway to 192.168.1.1 (Fa0/0 on Router0)
3) Under Line Configuration for the vty lines, you had the "login" command, but no password command. You had a local user account "kyle", so I just changed the command to "login local" so that you could login with that account.
PC is now able to SSH to SW1
Thanks for the input. Fixed itCurrently working on:
ICND1 - TBD
Book: CCENT/CCNA ICND1 100-101 Official Cert Guide
Equipment: Packet Tracer, GNS3
Supplement Material: Youtube, Google, Boson ExamSim-Max, CBTNuggets