Subject: Hostname aliases
To: None <netbsd-help@netbsd.org>
From: Uwe Klaus <uklaus@hgb-leipzig.de>
List: netbsd-help
Date: 08/14/1998 13:13:37
Is it possible to assign several symbolic host names to one network 
interface? The DNS entries point to the same IP number.

Which kernel options are necessary ?
What are the corresponding ifconfig and route command options under NetBSD?

Under Linux IŽd type:
	ifconfig eth0:0 www.www1.org
	route add -host www.www1.org dev eth0:0
	ifconfig eth0:1 www.www2.org
	route add -host www.www2.org dev eth0:1

Best regards
U. Klaus