Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable DHCP client option 26/interface-mtu for Arch to support GRE environments with MTU 1454 #15

Closed
hartwork opened this issue Jul 1, 2015 · 0 comments
Labels

Comments

@hartwork
Copy link
Owner

@hartwork hartwork commented Jul 1, 2015

Debian has it enabled:

debian@...:~$ sudo fgrep -RiI mtu /etc/ | fgrep -v certs                                                                                                                                                    
/etc/dhcp/dhclient.conf:        netbios-name-servers, netbios-scope, interface-mtu,

Arch does not:

[arch@... ~]$ sudo fgrep -Ri mtu /etc/ | fgrep -v cert
/etc/dhcpcd.conf:# Respect the network MTU.
/etc/dhcpcd.conf:# Some interface drivers reset when changing the MTU so disabled by default.
/etc/dhcpcd.conf:#option interface_mtu
@hartwork hartwork added the Arch label Jul 1, 2015
@hartwork hartwork changed the title Enable DHCP client option "interface-mtu" for Arch to support GRE environments with MTU 1454 Enable DHCP client option 26/interface-mtu for Arch to support GRE environments with MTU 1454 Jul 1, 2015
@hartwork hartwork closed this Jul 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant