Subject: Re: Hostname aliases
To: Uwe Klaus <uklaus@hgb-leipzig.de>
From: David Brownlee <abs@anim.dreamworks.com>
List: netbsd-help
Date: 08/14/1998 10:42:14
=09NetBSD uses ifaliases - try 'man ifaliases'
=09=09David/absolute
-=3D- Why _do_ we crucify ourselves? -=3D-
On Fri, 14 Aug 1998, Uwe Klaus wrote:
> Is it possible to assign several symbolic host names to one network=20
> interface? The DNS entries point to the same IP number.
>=20
> Which kernel options are necessary ?
> What are the corresponding ifconfig and route command options under NetBS=
D?
>=20
> Under Linux I=B4d type:
> =09ifconfig eth0:0 www.www1.org
> =09route add -host www.www1.org dev eth0:0
> =09ifconfig eth0:1 www.www2.org
> =09route add -host www.www2.org dev eth0:1
>=20
> Best regards
> U. Klaus
>=20