Per the FreeBSD.org handbook I followed the instructions for adding virtual hosts. My current interface is defined in /etc/rc.conf as
ifconfig_xl0="inet 10.34.129.20 netmask 255.255.255.0" So I added: ifconfig_x10_alias0="net 10.34.129.20 netmask 255.255.255.0" and restarted the system. After logging back in, I could not ping 10.34.129.20 so I verified that the system rebooted (I'm doing this remotely) by checking /var/log/messages, it did reboot and there were no problems listed. Both netstat -i and ifconfig only listed 10.34.129.19 on xl0. What am I missing or doing wrong? (FreeBSD 4.7)
