From owner-freebsd-questions Fri Apr 18 00:38:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA16767 for questions-outgoing; Fri, 18 Apr 1997 00:38:09 -0700 (PDT) Received: from pc_pvl.nanoteq.co.za (pc_pvl.nanoteq.co.za [163.195.219.103]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA16759 for ; Fri, 18 Apr 1997 00:37:58 -0700 (PDT) Received: from pc_pvl.nanoteq.co.za (localhost [127.0.0.1]) by pc_pvl.nanoteq.co.za (8.8.5/8.8.5) with ESMTP id JAA07114; Fri, 18 Apr 1997 09:37:29 GMT Message-Id: <199704180937.JAA07114@pc_pvl.nanoteq.co.za> To: John Kenagy cc: questions@freebsd.org Subject: Re: simple network setup help In-reply-to: Your message of "Thu, 17 Apr 1997 12:29:43 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 18 Apr 1997 09:37:29 +0000 From: Pierre-Andre van Leeuwen Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > What is happening is this: an attempt to ftp theother machine loops back to > the local one. The other error is that both machines report the same IP ^^^^^^^^^^^^ > number for their respective cards, and I really can't see how I did that. > This is your problem. ftp, telnet and others that use Internet Protocol (IP) depends entirely on the IP numbers. You weren't getting errors, your machine just ftp'd to the first machine with a matching IP number ( wich just happens to be himself). Change the FreeBSD machine's IP number by editing /etc/sysconfig. There are examples in this file ( look at the 10.0.0.1 etc IP numbers, ecpecially for a machine that is not connected to the internet). You can also change the IP number without rebooting by typing : ifconfig ed0 10.0.0.1 netmask 0xffffff00 (I presume ed0 is your network device) To change the NT machine's IP number you go into the network neighborhood properties, choose the protocols tag and then tcp/ip properties. Set the IP number to something like 10.0.0.2 , with a subnet mask of 255.255.255.0. Save and REBOOT :-) No changing IP numbers on the fly with NT ( ) Good luck pierre > Thanks for the help - and patience! > > John