#!/bin/bash

# Call ifswitch-to-static script to place node on 134.89.36.X network.
/usr/bin/ifswitch-to-static

# Remove any problematic name resolution statements added by DHCP.
echo search shore.mbari.org mbari.org > /etc/resolv.conf
