You are not logged in.
I have tried both dhcpcd and dhclient on archlinux and the MTU size being advertised by my dhcp server is not getting set.
If I run tcpdump and watch the wire for the dhcp advertisement i can see coming from the dhcp server:
...
MTU (26), length 2: 9000
...setting manually with ip command works fine.
if i run dhcpcd with the -d flag, i do not see any log message around setting the mtu.
I know I can fix this with an exit hook, but I would like to know why this isn't working in what I assume is the designed manner.
Offline
Online
I have read that and am already setting in dhcpcd.conf:
option interface_mtuIn my original post, I stated i also ran dhcpcd with -d to get debug options, and do not see any message about setting the mtu either.
Last edited by joca (2026-03-08 22:43:59)
Offline
Ah, hook got ditched - https://github.com/NetworkConfiguration … /issues/67
Last edited by seth (2026-03-09 13:40:27)
Online
Seth, that links to the post the link is in . Probably a C/P error ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Seems like, sorry and thanks - the intended link was https://github.com/NetworkConfiguration … /issues/67
Online