Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 1997 08:12:37 +1100 (EST)
From:      "Daniel O'Callaghan" <danny@panda.hilink.com.au>
To:        Nate Williams <nate@mt.sri.com>
Cc:        Eddie Fry <eddie@wicked.eaznet.com>, isp@FreeBSD.ORG
Subject:   Re: wrong remote IP
Message-ID:  <Pine.BSF.3.91.971113081031.235B-100000@panda.hilink.com.au>
In-Reply-To: <199711121813.LAA04886@rocky.mt.sri.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Wed, 12 Nov 1997, Nate Williams wrote:

> Eddie Fry writes:
> 
> > I have a remote wireless bridge that had the wrong IP address put into
> > it.  Is there a way I can telnet to it if I know the incorrect IP
> > address?
> 
> Not without a machine on the same network that is configured to use the
> same network address.  If you have a machine that has two networks cards
> in it, you can configure one to the 'normal' network, and another to the
> 'bogus' network, and connect through it.

You don't need a second NIC.  Simply do
ifconfig ed0 1.2.3.4 alias
telnet 1.2.3.1  (where 1.2.3.1 is the IP of the bridge)

When you have finished, 'ifconfig ed0 1.2.3.4 delete' to remove the 
alias.

Danny



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.971113081031.235B-100000>