To Configure the ee0 card in Tru64 here is the following configuration. Edit the /etc/rc.config file like so:
NETDEV_0="tu0"
export NETDEV_0
IFCONFIG_0="10.1.1.2 netmask 255.255.255.0"
export IFCONFIG_0
TO
NETDEV_0="ee0"
export NETDEV_0
IFCONFIG_0="10.1.1.2 netmask 255.255.255.0"
export IFCONFIG_0