markvr> I've just pm'd the info to you. I agree that perhaps it should be noted in the thread but since it apparently was removed from the documentation and a Zimbra employee chose to pm it to me instead of post it in the thread I will follow their wishes and not post it in the thread myself.
Any Zimbra employee> It may be helpful to put the password information back in the documentation or post it into a publicly accessible thread or perhaps even the wiki.
rPath manual network setup: Since the rPath config files are a bit different than the distros I am used to I thought I would add to this thread the needed information to manually set the network settings for eth0 (and whatever other NICs are configured after install from the virtual appliance rPath ISO).
Code:
vi /etc/sysconfig/network-scripts/ifcfg-eth0 (replace eth0 with the device your configuring)
<<<
# Replace eth0 with the device you are configuring
DEVICE=eth0
# Set the static IP you've chosen
IPADDR=AA.BB.CC.DD
# Set your netmask
NETMASK=AA.BB.CC.DD
# Set your gateway
GATEWAY=AA.BB.CC.DD
# Leave whatever MAC address was preconfigured
HWADDR=HX:HX:HX:HX:HX:HX
# Make sure it comes up on boot
ONBOOT=yes
# Its an ethernet IF
TYPE=Ethernet
# Make sure to either comment out or delete the dhcp line
#BOOTPROTO=dhcp
>>>
Also naturally be sure to reset your root password from the defaults after logging in:
Code:
login: root
password:
[root@localhost ~]# passwd
# Enter a new password twice
# and your all set.
Cheers,
RioGD