#!/bin/sh

echo set $1 device /dev/network
echo set $1 service_device telnet 1234
echo set $1 modem off
echo reset $1
echo 
echo telnet \(portmaster\) 1234
echo 
echo set $1 network hardwire
echo set $1 service_device portmaster
echo set $1 modem on
echo reset $1
