Hi again,
Under 1.2.3-RELEASE, it seems that when I edit the config.xml with the following :
@bb-mitch:
TO MAKE THE CHANGE PERMANENT ADD COMMANDS TO CONFIG FILE (DOWNLOAD, EDIT, RESTORE) JUST BEFORE SECTION
<shellcmd>/sbin/ifconfig fxp0 10.0.0.1/24</shellcmd>
OR
<shellcmd>/sbin/ifconfig fxp0 alias 10.0.0.1/24</shellcmd>
AND
<shellcmd>/usr/local/bin/redir –lport 8989 --cport 80 --caddr 10.0.0.138 &</shellcmd>
… the SNMP daemon fails to start properly. If I stop then restart the daemon from the GUI, all returns to normal, but ideally I'd like to be able to have the additional IP and the REDIR happening on startup without any other complications.
It also occurs to me that if this interferes with SNMP, it might also interfere with other processes I haven't yet detected.
Any thoughts?
-- Phob