From owner-freebsd-isp Wed Sep 3 12:39:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA02157 for isp-outgoing; Wed, 3 Sep 1997 12:39:36 -0700 (PDT) Received: from train.tgci.com (train.tgci.com [205.185.169.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id MAA02148 for ; Wed, 3 Sep 1997 12:39:31 -0700 (PDT) Received: from belana (belana.tgci.com [205.185.169.100]) by train.tgci.com (8.6.12/8.6.9) with SMTP id MAA28826; Wed, 3 Sep 1997 12:54:37 -0700 Message-Id: <199709031954.MAA28826@train.tgci.com> Comments: Authenticated sender is From: "Riley J. McIntire" Organization: The Grantsmanship Center To: "Riley J. McIntire" , isp@FreeBSD.ORG Date: Wed, 3 Sep 1997 12:39:29 +0000 Subject: Re: Moving server to different ethernet can I use the same IP #s Reply-to: rileyj@tgci.com CC: isp@FreeBSD.ORG Priority: normal In-reply-to: <340DAACB.6D2EF3C0@mexcom.net> X-mailer: Pegasus Mail for Win32 (v2.54) Sender: owner-freebsd-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Date: Wed, 03 Sep 1997 13:22:03 -0500 > From: Edwin Culp > Organization: Mexico Communicates, S.C. > To: Dan Busarow > Cc: "Riley J. McIntire" , 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