*BSD News Article 83467


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!howland.erols.net!EU.net!usenet2.news.uk.psi.net!uknet!usenet1.news.uk.psi.net!uknet!dispatch.news.demon.net!demon!awfulhak.demon.co.uk!awfulhak.demon.co.uk!awfulhak.demon.co.uk!not-for-mail
From: brian@anorak.utell.net (Brian Somers)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Two devices with same IP
Date: 22 Nov 1996 14:58:49 -0000
Organization: Coverform Ltd.
Lines: 39
Sender: brian@awfulhak.demon.co.uk
Message-ID: <574f39$2rt@anorak.utell.net>
References: <56ltqk$nhv@csugrad.cs.vt.edu> <56lvvc$62f$1@gail.ripco.com>
    <56m19m$u08@csugrad.cs.vt.edu> <328EF58B.16E4@www.play-hookey.com>
    <56scbl$29d@anorak.utell.net> <32920988.63E7@www.play-hookey.com>
Reply-To: brian%anorak.coverform.lan@awfulhak.demon.co.uk
NNTP-Posting-Host: anorak.coverform.lan
X-NNTP-Posting-Host: awfulhak.demon.co.uk
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Newsreader: knews 0.9.8

In article <32920988.63E7@www.play-hookey.com>,
	Ken Bigelow <kbigelow@www.play-hookey.com> writes:
: Brian Somers wrote:
>> Of course this assumes that all but one of the interfaces have a netmask
>> of 0xffffffff :)
>> 
: 
: Sorry, brian, but no. From my /etc/sysconfig file:
: 
: 
: network_interfaces="cuaa1 lnc0 lo0"
: ifconfig_cuaa1="inet 206.161.179.129  netmask 255.255.255.224"
: ifconfig_lnc0="inet 206.161.179.129  netmask 255.255.255.224  mtu 1006"
: ifconfig_lo0="inet localhost"
: 
: The only thing I have changed in months has been the mtu setting, and
: that was because of some messing around that my ISP did. These settings
: have always worked fine, as you can see by visiting my site (URL in my
: sig). In fact, I am at this moment answering via Netscape 3's newsreader
: in Win 3.1 (for a specific reason) on one of the computers in my subnet.
: Seems to still be working fine.

First, I assume that you don't mean cuaa1 - there's no cuaa1 device in
my kernel anyway.  If you *do* mean cuaa1, when /etc/netstart executes

    ifconfig cuaa1 inet 206.161.179.129 netmask 255.255.255.224

it'll do nothing but produce an error message.

Assuming cuaa1 is something else (ppp0, tun0), what happens when you send
a packet to 206.161.179.{225-254} ?  Does it send it down the lnc0
interface or the {insert whatever was meant by cuaa1} interface ?  I don't
get what the above config lines are trying to say.

-- 
Brian <brian%anorak.coverform.lan@awfulhak.demon.co.uk>
      <http://www.awfulhak.demon.co.uk/>
Don't _EVER_ lose your sense of humour....
.