Date: Wed, 31 Jul 1996 14:45:59 +0400 From: Juri Tsibrovski <jt@sw.ru> To: Igor Vinokurov <igor@cs.ibank.ru> Cc: questions@freebsd.org Subject: Re: aliases Message-ID: <2.2.32.19960731104559.00c3dae8@myth.sw.ru>
next in thread | raw e-mail | index | archive | help
At 11:40 31.07.96 +0400, Igor Vinokurov wrote: >> Its not pleasant, but: >> route add <alias ip> 127.0.0.1 >> >> foreach <alias ip> 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 <alias ip addr> <ether mac addr> pub" Another possible solution is to assign different subnet for aliases and provide routing for it, of course. --- jt -- just typist :)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2.2.32.19960731104559.00c3dae8>