Hi Robin
You need to pick a router/vgwy is not backing up.
The router by default will use the IP address nearest to the TFTPSERVER.
So the router could have say 4 addresses
!
loopback 0
desc ** ALWAYS UP FOR MANAGEMENT ETC ***
ip add 10.100.100.100 255.255.255.255
!
int fas 0/0
desc *** LAN TO CORE SW A ***
ip add 172.16.1.100 255.255.255.0
!
int fas 0/1
desc *** LAN TO CORE SW B ***
ip add 172.16.1.200 255.255.255.0
!
int ser 0/0/0
desc *** WAN LINK TO HQ BUILDING ***
ip add 192.168.100.254 255.255.255.252
!
Lets say the Ip route to the TFTPSERVER is via the SER 0/0/0 port to the HQ building.
The router will use IP address 192.168.100.254 as it source for TFTP transaction.
The TFTPSERVER may not be able to ping or IP route to 192.168.100.254 but can route/ping say
the loopback address 10.100.100.100
You would overcome this on the router by adding the following command in the global config:-
!
ip tftp source-interface loop 0
!
Have a look at what address you think you should be using to source you TFTP packets.
Make sure the TFTPSERVER can ping that address.
add the config line to suit and retest
Regards
Alex
Regards,
Alex.
Please rate useful posts.