Hey all,
I am wanting to add more than 1 IP to my one NIC. I read the FreeBSD man page here, http://www.freebsddiary.org/ip-address-change.php
and it says to add
in /etc/rc.conf. However, say I have 1 ip on the nic, and now I added the above, what would I do for the 3rd IP? instead of
could I use
(the main IP netmask for nic is 255.255.255.0), and then for the 3rd 255.255.255.2?
I am wanting to add more than 1 IP to my one NIC. I read the FreeBSD man page here, http://www.freebsddiary.org/ip-address-change.php
and it says to add
Code:
ifconfig rl0 alias 192.168.0.57 netmask 0xffffffff
Code:
netmask 0xffffffff
Code:
255.255.255.1