Skip to content

Commit f5a4930

Browse files
committed
add some comments on running this under MacOSX
1 parent 15adb11 commit f5a4930

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,24 @@ enabled? Well, on the untagged part, you'll now get an MTU of 1504.
4848
Some OS's may have larger than 1500, MacOSX 10.10.5's wireless interface
4949
accepts packets up to 1532 bytes.
5050

51+
System Specific Information
52+
===========================
53+
54+
MacOSX
55+
------
56+
57+
Setting the network route to the default MTU of 1500 requires the -net
58+
parameter, for example:
59+
```
60+
route change -net 192.168.0 -mtu 1500
61+
route change -net 169.254 -mtu 1500
62+
```
63+
64+
Changing the MTU of the interface causes the interface to be reinitalized,
65+
deleting the network route and reconfigure IP addresses. Passing the
66+
`-n` option prevents this allowing the network route change to be kept
67+
when launching the script.
68+
5169
Issues
5270
======
5371

0 commit comments

Comments
 (0)