::: SYSTEM :::/└ ::: TRU64 :::

Tru64

호딩이 2010. 1. 6. 10:47

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