September 28, 201114 yr Hello, I'd like to configure my Unraid system with a secondary IP address. Does anyone know if and how this can be accomplished. From what I understand, I can do a "ifconfig eth0:0 192.168.1.55" in /etc/rc.d/rc.local on a generic Slackware system but do not know about Unraid. TIA, Dustin
September 28, 201114 yr http://lime-technology.com/wiki/index.php?title=Configuration_Tutorial#Setting_a_static_IP_address
September 28, 201114 yr Author http://lime-technology.com/wiki/index.php?title=Configuration_Tutorial#Setting_a_static_IP_address That documents one IP address, not a secondary. No worries I found my solution: ifconfig eth0:0 "ip address" netmask 255.255.255.0 But just one more question, can I add this to the go file for this config to survive reboots?
September 28, 201114 yr You'll need to do something like this to add a second address: "ifconfig ed0 alias 152.97.129.241" Yes. Add it to the end of the go file.
Archived
This topic is now archived and is closed to further replies.