From owner-freebsd-questions Tue Sep 19 06:39:00 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA02504 for questions-outgoing; Tue, 19 Sep 1995 06:39:00 -0700 Received: from txcc.net ([205.218.183.157]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id GAA02493 for ; Tue, 19 Sep 1995 06:38:57 -0700 Received: (from litteken@localhost) by txcc.net (8.6.11/8.6.9) id IAA00624; Tue, 19 Sep 1995 08:38:55 -0500 Date: Tue, 19 Sep 1995 08:38:54 -0500 (CDT) From: Todd Litteken To: questions@freebsd.org Subject: Question about ifconfig alias Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk I am trying to alias IP addresses to the same host.. i will include the lines i am using but i have problems that when it is active the host locks up.. better disc would be if i telnet from the host to the router the router gives a HOST DOWN.. even though it is up. and if i go from the router to the host i get a time out.. I have checked the IP's and thay do not conflict.. ifconfig ep0 inet 205.218.183.1 netmask 0xffffffff alias ifconfig ep0 inet 205.218.183.2 netmask 0xffffffff alias ifconfig ep0 inet 205.218.183.3 netmask 0xffffffff alias the ep host is 205.218.183.157 am i doing somthing rong? i have read the man pages and the oreilly book.. thay were not mutch help on this.. thanks.. litteken@txcc.net