User Guide Appendix
APconnections, Inc. // 303.997.1300 // www.netequalizer.com
Page 85 of 96
All rights reserved
Copyright © 2014, 2015 APconnections, Inc.
rev. 20150309
Insert your changes at the bottom of the Autostart File, and then
Click on the
[
Post
Changes
]
to save or
Click on the
[
Reset
]
to discard your changes.
From the console or SSH:
If you would like to put these commands in the Autostart File, you can put them into
/art/autostart
by editing the file from the console or SSH. Login as "
root
", using the default
password (unless you changed it previously).
From vi or nano:
You can also use nano or vi to edit the /art/autostart file. Start your editor by typing in the
following:
nano -w /art/autostart
The command is formatted as follows:
ethtool -s DEVNAME \
[ speed 10|100|1000 ] \
[ duplex half|full ] \
[ autoneg on|off ]
At the very bottom of /art/autostart, put in your new command lines, such as:
/usr/sbin/ethtool -s eth0 speed 1000 duplex full autoneg off
/usr/sbin/ethtool -s eth1 speed 1000 duplex full autoneg off
Use the backspace and delete and arrow keys just like in Notepad. Save with Ctrl-o and
Enter and exit with Ctrl-x. There is a menu at the bottom of nano that shows these
commands.