Hello,

I am getting a

SIOCSIFMTU: Invalid argument [ok]

message when re/starting eth0. I am wondering about that. The router's
MTU is set at 1500. Looking at the /etc/init.d/net.eth0 it seems the
inteface metrics should be calculated automatically.

Any ideas about where to look for the reason for the message? Additional
info below.

Thanks,

--
Valmor


-> /etc/init.d/net.eth0 restart
 * Caching service dependencies ...[ ok ]
 * Unmounting network filesystems ...[ ok ]
 * Stopping eth0
 *   Bringing down eth0
 *     Stopping dhcpcd on eth0 ...[ ok ]
 *     Shutting down eth0 ...     [ ok ]
 * Starting eth0
 *   Bringing up eth0
 *     dhcp
 *       Running dhcpcd ...
eth0: dhcpcd 4.0.15 starting
eth0: waiting for carrier
eth0: carrier acquired
eth0: broadcasting for a lease
eth0: offered 192.168.0.200 from 192.168.0.1
eth0: acknowledged 192.168.0.200 from 192.168.0.1
eth0: checking 192.168.0.200 is available on attached networks
dnseth0: leased 192.168.0.200 for 259200 seconds
SIOCSIFMTU: Invalid argument [ ok ]
 *       eth0 received address 192.168.0.200/24
 * Mounting network filesystems ...[ ok ]

-> cat /proc/net/route
Iface   Destination     Gateway         Flags   RefCnt  Use     Metric
Mask            MTU     Window  IRTT

eth0    0000A8C0        00000000        0001    0       0       0
00FFFFFF        0       0       0

lo      0000007F        00000000        0001    0       0       0
000000FF        0       0       0

eth0    00000000        0100A8C0        0003    0       0       0
00000000        0       0       0

Reply via email to