#!/bin/sh

# My simple script to change the mtu to 576
ifconfig
ifconfig eth0 down
ifconfig
ifconfig eth0 up
ifconfig
