Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 9a4dfc8625aca9d6be0fb71778b67427 > files > 30

dvb-apps-1.1.1-5mdv2008.1.x86_64.rpm

#!/bin/sh

PID=0x511
DEV_NAME=dvb0_0
IP_ADDR=10.1.1.1

./dvbnet -p $PID

/sbin/ifconfig $DEV_NAME $IP_ADDR

#
#  you can reconfigure the MAC adress like this:
#
#MAC_ADDR=00:01:02:03:04:05
#/sbin/ifconfig $DEV_NAME hw ether $MAC_ADDR