nic MTU settingThis is a discussion on nic MTU setting within the BSD forums, part of the Other OS category; Where do I _permanently_ set the MTU size for a particular nic (rl0) ?... | ||||||||
| ||||||||
| Unix Content | Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| Where do I _permanently_ set the MTU size for a particular nic (rl0) ? |
|
#2
|
| Brendon Gleeson 41ea-86bb-60b2b6780e1e@f63g2000hsf.googlegroups.com: > Where do I _permanently_ set the MTU size for a particular nic (rl0) ? Do it in hostname.rl0, e.g. like this: inet 192.168.0.1 255.255.255.0 NONE mtu 4128 or, if you prefer dhcp dhcp mtu 4128 The man page is hostname.if(5) |
|
#3
|
| thanks, I bumped into the answer in "man hostname.if" |