CCNA experts: please come in

dangtran09dangtran09 Member Posts: 26 ■□□□□□□□□□
taking cisco acad network fund class 1...doing packet tracer to better understand

given 1 router(router1), 1 switch , 1 tftp server

tftp server:
  • IP Address: 192.168.1.2
  • Subnet mask: 255.255.255.0
  • Default Gateway: 192.168.1.1


created a console to config router1. i set password on console, exec, telnet
set layer3 address and subnet mask for fa0/0: 10.250.250.254 255.255.255.0
copy running-config to startup-config

unable to ping tftp server from router1>

please tell me what i did wrong.

Comments

  • stuh84stuh84 Member Posts: 503
    What interface is in the same subnet as the TFTP server? If you don't have an interface in that subnet, you won't be able to reach it.
    Work In Progress: CCIE R&S Written

    CCIE Progress - Hours reading - 15, hours labbing - 1
  • dangtran09dangtran09 Member Posts: 26 ■□□□□□□□□□
    stuh84 wrote: »
    What interface is in the same subnet as the TFTP server? If you don't have an interface in that subnet, you won't be able to reach it.

    sorry im a newbie..not sure what u mean interface?

    do i need to configure the switch? because the exercise didnt even mention it...it just said to ping the tftp from router1

    please see attached file for the pic diagram.
  • jdfriesenjdfriesen Member Posts: 45 ■■□□□□□□□□
    In your diagram you're using two interfaces on the 1841. The interface that goes to the switch must be in the same subnet as the TFTP server. If that interface is f0/0 then that's where your problem is.
  • cyberguyprcyberguypr Mod Posts: 6,928 Mod
    Why did you assign that ip address to fa0/0? Was it given by the exercise? If we follow the diagram and as jdfriesen mentioned, the tftp box is in the 192.x.x.x range. If fa0/0 is the interface connected to the switch then it needs a 192.168.1.x address.
Sign In or Register to comment.