LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   DHCP server not using 'option interface-mtu'? (https://www.linuxquestions.org/questions/linux-networking-3/dhcp-server-not-using-option-interface-mtu-374181/)

Moloko 10-18-2005 03:50 AM

Change mtu client from dhcp server
 
My DHCP server runs on Debian and serves IP's only to the local network. The server is a NAT router as well and thus I need to set the MTU on the client interfaces to 1452. Otherwise some webpages will be unavailable due to packet fragmentation.

I can set the MTU on the clients in /etc/network/interfaces with the 'pre-up' option, but would like to let the server handle this and let it tell the clients to use a different MTU. I thought 'option interface-mtu' in the dhcpd.conf file could do this, but it doesn't do a thing. How do I solve this?

Moloko 10-18-2005 09:40 PM

Could it be that 'option interface-mtu' only applies to the interface serving the dhcp leases? Where are the experts? ;-)

jmwhite5 01-09-2010 11:30 AM

Quote:

Originally Posted by Moloko (Post 1908200)
Could it be that 'option interface-mtu' only applies to the interface serving the dhcp leases? Where are the experts? ;-)

Did you ever find an answer to this question? I'm using Centos 4.8 and observe the same thing.


All times are GMT -5. The time now is 09:54 AM.