As it turns out, I have been assigned 5 ip addresses for my machine, of which only one was originally assigned to the box. Not wanting to screw the machine up, I wanted to run it by here first on the process of adding the additional IP's.
Here is the current snippet from the /etc/rc.conf file:
I would assume that to add an additional IP address I would only have to add an additional line such as:
If that is not correct, I would appreciate someone pointing me in the right direction.
Here is the current snippet from the /etc/rc.conf file:
Code:
ifconfig_re0="inet 64.150.176.124 netmask 255.255.255.0"
I would assume that to add an additional IP address I would only have to add an additional line such as:
Code:
ifconfig_re1="inet 64.150.176.xxx netmask 255.255.255.0"
If that is not correct, I would appreciate someone pointing me in the right direction.