FTP Server w/ Small MTU
Posted: Fri Jan 15, 2021 6:42 pm
I'd like to host some files on some of my routers, but I need them to transfer in small packet sizes (for testing purposes). I am starting by attempting to setup communications with limited MTU.
Is it possible to do this on a normally configured and functioning router?
I have tried adding:
However, communications still work at a standard 1500 MTU, I think since pinging that IP is all internal to the CPU. I do want all other traffic to work at a standard L3 1500 MTU, but not this particular connection.
I know I can make it work with a separate router and the appropriate MTU configurations for the ports, but I'd like to see if it can be done internally.
Thank you, Chris
Is it possible to do this on a normally configured and functioning router?
I have tried adding:
Code: Select all
/interface bridge add mtu=100 name=bridge-ftp-test
/ip address add address=10.2.2.2 interface=bridge-ftp-test network=10.2.2.2
I know I can make it work with a separate router and the appropriate MTU configurations for the ports, but I'd like to see if it can be done internally.
Thank you, Chris