Listing 3. Sound Removal and PLIP Insertion Listing 3. Sound Removal and PLIP Insertion

#!/bin/sh
# plip-on.sh: removes sound and inserts plip
rmmod sb
modprobe plip
ifconfig plip0 capricho_plip pointopoint \
cocodrilo_plip netmask 255.255.255.255 up
route add -net 192.168.1.0 netmask 255.255.255.0 dev plip0