From owner-freebsd-questions Sat May 20 19:47: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id E51BC37B632 for ; Sat, 20 May 2000 19:46:56 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id WAA95263; Sat, 20 May 2000 22:45:06 -0400 (EDT) (envelope-from cjc) Date: Sat, 20 May 2000 22:45:06 -0400 From: "Crist J. Clark" To: Khairuddin Abdul Ghani Cc: cjclark@home.com, freebsd-questions@FreeBSD.ORG Subject: Re: talkd error: [Error on write to talk daemon : Permission denied (13)] Message-ID: <20000520224506.H93357@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <003b01bfc2c4$4f094790$6f1f7d80@phoenix> <20000520215922.F93357@cc942873-a.ewndsr1.nj.home.com> <005501bfc2c9$75f37dd0$6f1f7d80@phoenix> <20000520221815.G93357@cc942873-a.ewndsr1.nj.home.com> <005d01bfc2cd$83250970$6f1f7d80@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <005d01bfc2cd$83250970$6f1f7d80@phoenix>; from abdulgha@usc.edu on Sat, May 20, 2000 at 07:37:31PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, May 20, 2000 at 07:37:31PM -0700, Khairuddin Abdul Ghani wrote: > ----- Original Message ----- > From: "Crist J. Clark" > To: "Khairuddin Abdul Ghani" > Cc: > Sent: Saturday, May 20, 2000 7:18 PM > Subject: Re: talkd error: [Error on write to talk daemon : Permission denied > (13)] > > > > . I know.. Could it possible be all those static routes I added? I kinda > did > > something like > > > > route add -host xxx.25.134.3 -interface fxp0 > > > > for all the aliased IPs. > > I think just using, > > # ifconfig fxp0 inet xxx.25.134.3 netmask 255.255.255.255 alias > > Is the better way to go for that. It does the route for you. > > . Thanks! If I already have those aliased in rc.conf, like > > ifconfig_fxp0_alias0="inet xxx.65.57.3 netmask 255.255.255.0" ^ Should be 255 ________________________________________________| > would I still need the manual ifconfig statements? No. All that line does in rc.conf is have the rc.network script run ifconfig for you. You do not need to add routes manually either. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message