CONNECTION='ethernet' DESCRIPTION='A basic static ethernet connection using iproute' INTERFACE='eth0' IP='static' ADDR='192.168.1.2' GATEWAY='192.168.1.1' DNS=('192.168.1.1') PRE_DOWN='/bin/ps aux | /usr/bin/grep ssh | /usr/bin/grep -v grep | /usr/bin/awk {"print $2"} | /usr/bin/xargs -r kill' POST_UP='/usr/sbin/ip link set eth0 mtu 4000'