case $ACTION in register) # Don't do anything if the network is stopped #if [ ! -f /var/lock/subsys/network ]; then # rm -f ${NAL} # exit 0 #fi case $INTERFACE in # ここから bnep0) ifconfig bnep0 192.168.130.201 /home/zaurus/script/iptables.sh start ;; # ここまで追加 # interfaces that are registered after being "up" (?) ppp*|ippp*|isdn*|plip*|lo*|irda*|tunl*) debug_mesg assuming $INTERFACE is already up rm -f ${NAL} exit 0 ;;