Optimising NFS for system files

Matthew Seaman m.seaman at infracaninophile.co.uk
Tue Dec 30 21:36:02 UTC 2008


Bernard Dugas wrote:

> But :
> nfsserver# ifconfig re0 -mtu 7422
> ifconfig: -mtu: bad value
> nfsserver# ifconfig re0 -mtu 7421
> ifconfig: -mtu: bad value

Syntax error on the ifconfig command line:

% ifconfig de0 
de0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	[...]
% sudo ifconfig de0 mtu 1460 
% ifconfig de0
de0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1460
        [...]
% sudo ifconfig de0 mtu 1500
% sudo ifconfig de0 -mtu 1460
ifconfig: -mtu: bad value

It's 'mtu NNNN' not '-mtu NNNN'

	Cheers,

	Matthew


-- 
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
                                                  Kent, CT11 9PW

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 258 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20081230/47ec5a96/signature.pgp


More information about the freebsd-questions mailing list