Difference between revisions of "ETH1"

From Amahi Wiki
Jump to: navigation, search
Line 10: Line 10:
 
if you install darkstat:
 
if you install darkstat:
 
* Change amahi-darkstat.initscript
 
* Change amahi-darkstat.initscript
 +
 +
Note: if you try to disable eth0 after configuring hdactl for eth1 restarting the network service will fail. This is because udev will map the new eth0 to eth1. you must change /etc/udev/rules.d/70-persistent-net.rules by commenting out the old eth0 line, and changing eth1 to eth0 in the second. Also  /etc/sysconfig/network-scripts/ifcfg-eth1 might need to be commented out/removed

Revision as of 05:27, 27 May 2010

How to run an HDA with eth1

  • Change /usr/bin/hdactl (near the top, search for eth0)
  • Change /etc/openvpn/openvpn-startup (line 5)

if you install ushare:

  • Change /var/hda/apps/ushare/ushare.conf (line 13)

if you install darkstat:

  • Change amahi-darkstat.initscript

Note: if you try to disable eth0 after configuring hdactl for eth1 restarting the network service will fail. This is because udev will map the new eth0 to eth1. you must change /etc/udev/rules.d/70-persistent-net.rules by commenting out the old eth0 line, and changing eth1 to eth0 in the second. Also /etc/sysconfig/network-scripts/ifcfg-eth1 might need to be commented out/removed