TFTP Help
twiggy87
Inactive Imported Users Posts: 43 ■■□□□□□□□□
in CCNA & CCENT
Im having a tftp issue, in that I cant seem to get a connection.
Im trying to upgrade the ios on my 1600 using an old pc I found but I cant seem to get them to communicate. I connect them via a crossover cable into the 10mb port on the router, setup the routing protocol and put them in the same subnet
192.168.1.1 255.255.255.0 - Router
192.168.1.2 255.255.255.0 - PC
and I cant think what the problem is, I really need some help because I have no clue what im doing wrong.
Im trying to upgrade the ios on my 1600 using an old pc I found but I cant seem to get them to communicate. I connect them via a crossover cable into the 10mb port on the router, setup the routing protocol and put them in the same subnet
192.168.1.1 255.255.255.0 - Router
192.168.1.2 255.255.255.0 - PC
and I cant think what the problem is, I really need some help because I have no clue what im doing wrong.
If my answers frighten you then you should cease asking scary questions.
Comments
-
Humper Member Posts: 647Could you post the config of the 1600? Remember there is no need to configure a "routing protocol". I am assuming by that you mean RIP,static ..etc?
You will need to configure the e0 interface on the router with some commands like this
ip address 192.168.1.1 255.255.255.0
no shut
on the PC make sure its using 192.168.1.2 and that the subnet is a class C 255.255.255.0 with the gateway being 192.168.1.1
Make sure that it is infact a cross over cable, check for LEDS on the PC. It could be a cable or a NIC issue.
Could this PC access the internet before plugging it into the router?
These are things you need to checkNow working full time! -
sprkymrk Member Posts: 4,884 ■■■□□□□□□□Your subject mentions tftp. Are you running a tftp server service on the PC?All things are possible, only believe.
-
mikej412 Member Posts: 10,086 ■■■■■■■■■■Did you check the configuration of the PCs TFTP server -- does it allow remote connections? The one I use has a default configuration that doesn't allow connections.... so check that.
Have you used that cable before and know for sure it works?
Can you ping between the router and PC?:mike: Cisco Certifications -- Collect the Entire Set! -
twiggy87 Inactive Imported Users Posts: 43 ■■□□□□□□□□I am running Solarwinds tftp server, I just cant ping between the pc and the router. The pc connects to the internet perfectly. I was trying to use rip as the routing protocol but it shouldn't be a problem because the pc would be a directly connected route anyway.
Running-config looks like this:
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname R1603
!
enable secret 5 $1$JBWF$0/39lmGQavovxNmGD4GBV/
!
username Router password 7 00071A150754
ip subnet-zero
no ip domain-lookup
isdn switch-type basic-net3
!
!
!
interface Loopback10
ip address 1.2.3.4 255.0.0.0
no ip directed-broadcast
!
interface Loopback11
no ip address
no ip directed-broadcast
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
no ip directed-broadcast
!
interface Serial0
description This is connected to serial 1
ip address 10.10.20.5 255.255.255.240 secondary
ip address 10.10.11.2 255.255.255.240
no ip directed-broadcast
encapsulation ppp
no fair-queue
ppp pap sent-username R1603 password 7 05080F1C2243
!
interface BRI0
ip address 172.16.10.2 255.255.0.0
no ip directed-broadcast
encapsulation ppp
dialer idle-timeout 630
dialer fast-idle 30
dialer map ip 172.16.10.1 name Router broadcast 11
dialer-group 1
isdn switch-type basic-net3
ppp authentication chap
!
router ospf 10
network 10.10.10.0 0.0.0.15 area 0
network 10.10.11.0 0.0.0.15 area 0
!
router rip
network 192.168.1.0
!
ip classless
!
dialer-list 1 protocol ip permit
banner motd ^C
This is just some random text im using for a banner,
^C
alias exec crs copy running-config startup-config
!
line con 0
exec-timeout 0 0
password 7 070C285F4D06
logging synchronous
login
transport preferred none
transport input none
line vty 0 4
password 7 14141B180F0B
logging synchronous
login
!
end
Thanks guys!!If my answers frighten you then you should cease asking scary questions. -
sprkymrk Member Posts: 4,884 ■■■□□□□□□□So does the PC connect through the router to get to the Internet? Can you give us an ipconfig from the PC? Is your computer running a firewall?All things are possible, only believe.
-
mikej412 Member Posts: 10,086 ■■■■■■■■■■If your IP configs and cable are okay -- look for firewall software.
You've go to fix the ping issue first.... then TFTP.
Solarwinds.... yeah.
Did you go to File, Configure, Security and see if it is set to "Transmit and Receive Files" or "Transmit Only"
This one defaults to "Receive Only" if I remember correctly.:mike: Cisco Certifications -- Collect the Entire Set!