#!/bin/sh ifconfig $INTERFACE netmask 255.255.0.0 # MacOS X #ifconfig $INTERFACE 10.42.0.0 mtu 1500 netmask 255.255.0.0 #route add -net 10.42.0.0 255.255.0.0