Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 1997 12:39:29 +0000
From:      "Riley J. McIntire" <rileyj@tgci.com>
To:        "Riley J. McIntire" <rileyj@tgci.com>, isp@FreeBSD.ORG
Cc:        isp@FreeBSD.ORG
Subject:   Re: Moving server to different ethernet can I use the same IP #s
Message-ID:  <199709031954.MAA28826@train.tgci.com>
In-Reply-To: <340DAACB.6D2EF3C0@mexcom.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> Date:          Wed, 03 Sep 1997 13:22:03 -0500
> From:          Edwin Culp <eculp@mexcom.net>
> Organization:  Mexico Communicates, S.C.
> To:            Dan Busarow <dan@dpcsys.com>
> Cc:            "Riley J. McIntire" <rileyj@tgci.com>, isp@FreeBSD.ORG
> Subject:       Re: Moving server to different ethernet can I use the same IP #s?

> Dan Busarow wrote:
> > 
> > On Tue, 2 Sep 1997, Riley J. McIntire wrote:
> > >  What I've tried so far is bind an ip # from the new net to the
> > > interface.  I can telnet to this ip number from the new network.
> > > The default gateway is now 205.185.169.1 (a cisco 2500)
> > > Do I need to add a route from the cisco to the old numbers?  How?
> > > Speaking of which, the numbers are 206.250.85.99 to x.x.x.109.
> > 
> > On the cisco
> > 
> > ip route 206.250.85.96 255.255.255.240 205.185.169.120
> > 
> > That is for a /28 subnet with usable addresses from 97-110,
> > probably what you have.
> > 
> > > ifconfig_ed1="inet 205.185.169.120 netmask 255.255.255.0"
> > >
> > > router_enable="YES"             # Set to YES to enable a routing daemon.
> > 
> > This will probably cause you fits.  Turn off routed.
> > 
> > > /sbin/ifconfig ed1 alias 206.250.85.99 netmask 255.255.255.0 up
> > 
> > This one is fine.
> > 
> > > /sbin/ifconfig ed1 alias 206.250.85.100 netmask 255.255.255.0 up
> > 
> > This one, and the others that follow, need a netmask of 255.255.255.255
> > 
> > > /sbin/route add -net 205.185.169.0 -interface 205.185.169.120 -netmask
> > 
> > Get rid of this.
> > 
> > Dan
> > --
> >  Dan Busarow                                                  714 443 4172
> >  DPC Systems / Beach.Net                                    dan@dpcsys.com
> >  Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82
> 
> I would still go to http://www.boardwatch.com/isp/trace.htm or
> somewhere similar to see if the world knows where my little sub-net
> is :-)) From what I'm seeing, I have my, hopefully unfounded,
> doubts.
> 
> Provecho,
> 
> Ed
> 

Thanks all, I learned a bit from this.  My thinking is that even with 
it properly configured internally the outside world couldn't see me 
without my previous router being on the same ethernet (?). 
Additionally, the /28 subnet was never set up properly and I was 
concerned about that. 

Dan, I turned off routed per your suggestion--(I didn't enable it in 
the first place) I was aware from your previous statements that there 
could be problems with it although I don't know the details of why..

So I changed all the ip #s and put in for modifications with the 
Internic last night.  Luckily the important ones when through for 
today.  (Although I don't understand why a couple others got the 
"need human eyes" junk!  :( )

Again, thanks all for the advice!

Riley



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709031954.MAA28826>