# Assigned running interface
DEVICE=eth1

#Shutdown device interface
/sbin/ifconfig $DEVICE down

#Unload module
/sbin/rmmod vntwusb

