All network cards on my 1gig network support jumbo frames as does the unmanaged switch.
layout router > switch > three pc's
So to check whether it's working I decided to ping one pc on the network
ping 192.168.1.2 -l 1474 -f
This came back that packet needed to be fragmented but the df flag was set which tells me jumbo frames aren't going through.
So I did a direct connection between two pc's double checked that frames were enabled and got the same answer.
Tried my NAS and that came back with the same answer.
So what am I missing ??? Googling doesn't provide any answers really.
layout router > switch > three pc's
So to check whether it's working I decided to ping one pc on the network
ping 192.168.1.2 -l 1474 -f
This came back that packet needed to be fragmented but the df flag was set which tells me jumbo frames aren't going through.
So I did a direct connection between two pc's double checked that frames were enabled and got the same answer.
Tried my NAS and that came back with the same answer.
So what am I missing ??? Googling doesn't provide any answers really.
Comment