From owner-freebsd-questions Fri Nov 5 8:53: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from unix.knu.ac.kr (unix.kyungpook.ac.kr [155.230.124.116]) by hub.freebsd.org (Postfix) with ESMTP id 9881214C84 for ; Fri, 5 Nov 1999 08:53:00 -0800 (PST) (envelope-from hdcho@unix.knu.ac.kr) Received: (from hdcho@localhost) by unix.knu.ac.kr (8.9.3/8.9.3) id BAA12321 for freebsd-questions@freebsd.org; Sat, 6 Nov 1999 01:52:26 +0900 (KST) (envelope-from hdcho) Date: Sat, 6 Nov 1999 01:52:26 +0900 (KST) From: Huidae Cho Message-Id: <199911051652.BAA12321@unix.knu.ac.kr> To: freebsd-questions@freebsd.org Subject: Connecting 2 PC's using Lan card Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a Libretto 110CT and 3C589ET PCMCIA Lan card. I tried to connent this with desktop with 3C509B card. How can I connect only two PC's using twisted pair cable? I don't have any REAL INTERNET. I did follows: at desktop: ifconfig ep0 inet 192.168.1.1 192.168.1.2 -link0 -link1 link2 at notebook: ifconfig ep0 inet 192.168.1.2 192.168.1.1 -link0 -link1 link2 [ DESKTOP ] <-----------------> [ NOTEBOOK ] Results from 'netstat -I ep0': 'ping note' at desktop increases Ipkts and Opkts of desktop, and Ipkts of notebook, but Opkts of notebook. 'ping desk' at notebook increases only Ipkts and Opkts of notebook, but those of desktop. please help me! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message