<quote who="elliott-brennan">

> One last question. How do I fix the MTU setting so I don't have to reset
> it each time I reboot. For my desktop this is not really a problem - it's
> on 24/7, but I'd rather just have it sorted.

You're using sudo, so I'll assume Ubuntu if that's okay [1]. Just add an mtu
parameter to your /etc/network/interfaces stanza, eg.

  iface eth0 inet static
    address 192.168.10.110
    netmask 255.255.255.0
    gateway 192.168.10.1
    mtu 1492

- Jeff

[1] This only makes sense when you think about it in terms of probability.

-- 
OSDC 2008: Sydney, Australia                    http://www.osdc.com.au/2008/
 
   I don't know whose brain child it was, but it was quite an ugly child.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to