From owner-freebsd-questions Wed Jul 31 03:42:18 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA21575 for questions-outgoing; Wed, 31 Jul 1996 03:42:18 -0700 (PDT) Received: from relay1.sw.ru (myth.sw.ru [194.190.197.129]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA21569 for ; Wed, 31 Jul 1996 03:42:05 -0700 (PDT) Received: from zeus by relay1.sw.ru (8.6.12/8.6.12/jt) with SMTP id OAA14607; Wed, 31 Jul 1996 14:40:02 +0400 Message-Id: <2.2.32.19960731104559.00c3dae8@myth.sw.ru> X-Sender: jt@myth.sw.ru X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 31 Jul 1996 14:45:59 +0400 To: Igor Vinokurov From: Juri Tsibrovski Subject: Re: aliases Cc: questions@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 11:40 31.07.96 +0400, Igor Vinokurov wrote: >> Its not pleasant, but: >> route add 127.0.0.1 >> >> foreach will fix things. Sounds like a bug somewhere if it >> worked fine for you under 2.1.0R but not for me, and now flakes in a >> similar way for you in 2.1.5R as for me in 2.1.0R. I wasn't sure if >> this was a bug. >> > > Yes, it worked, but now I can access to alias ip from localhost only, > not from network. E.g. ping from neighborhood not worked, 100% lost and > sometimes I have strange entry in routing tables, similar following: > >194.58.131.54 link#1 UHLW 5 280 ep0 723 Probably you also need an arp entry for your alias ip address taken from address range of your ethernet. Issue "arp -s pub" Another possible solution is to assign different subnet for aliases and provide routing for it, of course. --- jt -- just typist :)