Greetings,
I’m trying to use routerboard as a TFTP server for ip phone configurations.
It seems I always need to specify the requested and real filenames.
Since the ip phones request specific filenames, can we pass this to the real-filename?
It would be nice to avoid creating dozens of tftp entries (one for each phone and one for each phone model).
I am using sd card on RB750Gr3 to store the config files.
I can get it to work when specifying, but I’d prefer if I didn’t have to.
[admin@Agnes] > /ip tftp print
Flags: X - disabled
# IP-ADDRESSES REQ-FILENAME REAL-FILENAME ALLOW READ-ONLY ALLOW-ROLLOVER HITS
0 X 192.168.7.0/24 files/.* yes yes no 22
1 192.168.7.0/24 00156588f666.cfg disk1/files/00156588f666.cfg yes yes no 2
2 X 192.168.7.0/24 y000000000052.cfg disk1/files/y000000000052.cfg yes yes no 3
Entries 1 & 2 work, but of course entry 0 doesn’t.