Is it possible to create an alias interface and use DHCP to request an IP address for it?
I tried this in rc.conf:
But that didn't work. Is what I'm trying to do possible, and if so, how can I do it?
What I want is just two ip-addresses for my server which only has one NIC. Is there any other way to achieve this?
Thanks
I tried this in rc.conf:
Code:
ifconfig_rl0="DHCP"
ifconfig_rl0_alias0="DHCP"
What I want is just two ip-addresses for my server which only has one NIC. Is there any other way to achieve this?
Thanks