From: SMTP%"debian-user@lists.debian.org" 22-DEC-1996 12:27:31.95 To: [EMAIL PROTECTED] CC: Subj: Re: Network problems...
[EMAIL PROTECTED] wrote: > > I have two PCs. A 80386 and a Pentium. They have Ethernet cards (NE > 2000) and Windows 3.11, on the 386, and Windows 95, on Pentium. With this > system I can share files, printers... > Months ago, I have diveded my hard disk with fdisk to install Linux > and Windows 95 on the Pentium. > Yesterday, I installed the TCP/IP protocol on the 386. I wnat to know > how can I logon at Linux, from the 386. > The situation of address on Linux is this: > > IP Adreess: 123.123.123.123 > Netmask: 255.255.255.0 > Network Address: 123.123.123.0 > Broadcast Address: 123.123.123.255 > Gateway Address: 123.123.123.1 > Nameserver Address: 127.0.0.1 > > What is the configuration that I have to change on the Windows 3.11 > on TCP/IP? You really shouldn4t use 123.123.123.x addresses for your local network if you haven4t received that address from your ISP. To be on the safe side use the net 192.168.x.0 instead. This is a designated transfer network that4s definitely not routed on the Internet. A usable setup would be: Linux: IP 192.168.42.1, Mask 255.255.255.0, Broadcast 192.168.42.0, no DNS, no Gateway. Win/PC: IP 192.168.42.2, mask 255.255.255.0, Broadcast 192.168.42.0, no DNS, use LMHOSTS lookup, no Gateway. On the Linux machine, set /etc/resolv.conf to "order host,bind", then create a /etc/hosts file containing 127.0.0.1 localhost 192.168.42.1 linux 192.168.42.2 winpc Copy that file to c:\<windirecotry>\lmhosts or copy the lmhosts.sam file found there to lmhosts and edit it to use those numbers. This is assuming that you don4t have access to te Internet. Since all of your machines are on the same net, you really don4t need a Gateway. You also don4t need DNS lookup since you can maintain your hosts file pretty easily. HTH, -- Thomas Baetzler, [EMAIL PROTECTED], [EMAIL PROTECTED] <A HREF="http://home.pages.de/~thb/">thb's Homepage</A> -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] ================== RFC 822 Headers ================== Return-Path: [EMAIL PROTECTED] Received: by uspif1.if.usp.br (UCX V3.2-9B AXP) Sun, 22 Dec 1996 12:27:28 +0300 Received: (qmail 17273 invoked from network); 22 Dec 1996 14:21:07 -0000 Received: from primer.i-connect.net (HELO master.debian.org) ([EMAIL PROTECTED]) by mongo.pixar.com with SMTP; 22 Dec 1996 14:21:07 -0000 Sender: thb Message-ID: <[EMAIL PROTECTED]> Date: Sun, 22 Dec 1996 16:19:59 +0100 From: Thomas Baetzler <[EMAIL PROTECTED]> Organization: RegioService, Gesellschaft fuer regionale Netzwerkdienste mbH X-Mailer: Mozilla 3.01Gold (X11; I; Linux 2.0.27 i586) MIME-Version: 1.0 To: [EMAIL PROTECTED] CC: debian-user@lists.debian.org Subject: Re: Network problems... References: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Resent-Message-ID: <"rNG6d.0.tH1.0FKlo"@master.debian.org> Resent-From: debian-user@lists.debian.org Resent-Reply-To: debian-user@lists.debian.org X-Mailing-List: <debian-user@lists.debian.org> archive/latest/1803 X-Loop: debian-user@lists.debian.org Precedence: list Priority: non-urgent Importance: low Resent-Sender: [EMAIL PROTECTED] -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]