From owner-freebsd-questions Thu Nov 19 16:48:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18084 for freebsd-questions-outgoing; Thu, 19 Nov 1998 16:48:44 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp11.odn.ne.jp (smtp11.odn.ne.jp [143.90.130.41]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA18078 for ; Thu, 19 Nov 1998 16:48:41 -0800 (PST) (envelope-from caq23050@pop17.odn.ne.jp) Received: from tetsujir (TKYca-0416p58.ppp.odn.ad.jp [143.90.173.150]) by smtp11.odn.ne.jp (8.8.8+2.7Wbeta7/3.6W/9811111407) with SMTP id JAA18221; Fri, 20 Nov 1998 09:48:07 +0900 (JST) Message-ID: <000601be141f$a21242c0$1bddfea9@tetsujir> From: "Tetsuji Rai" To: Cc: Subject: RE: network connection Date: Fri, 20 Nov 1998 09:48:54 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I executed ifconfig -a, dmesg, netstat -rn on each (local1, local2) machine. Thank you for your help. -Tetsuji On local1(10.0.0.1) ifconfig -a: lp0: flags=8810 mtu 1500 ep0: flags=a843 mtu 1500 inet 10.0.0.1 netmask 0xff000000 broadcast 10.255.255.255 ether 00:60:8c:65:f1:b7 dmesg: 1 3C5x9 board(s) on ISA found at 0x310 ep0 at 0x310-0x31f irq 10 on isa ep0: aui/bnc[*BNC*] address 00:60:8c:65:f1:b7 netstat -rn: Internet: Destination Gateway Flags Refs Use Netif Expire 10 link#2 UC 0 0 10.0.0.1 0:60:8c:65:f1:b7 UHLW 1 26 lo0 10.0.0.2 0:60:8:be:7b:c5 UHLW 0 1 ep0 1140 10.255.255.255 ff:ff:ff:ff:ff:ff UHLWb 1 1 ep0 127.0.0.1 127.0.0.1 UH 0 0 lo0 On local2(10.0.0.2) ifconfig -a: ep0: flags=a843 mtu 1500 inet 10.0.0.2 netmask 0xff000000 broadcast 10.255.255.255 ether 00:60:08:be:7b:c5 tun0: flags=8010 mtu 1500 dmesg: 1 3C5x9 board(s) on ISA found at 0x310 ep0 at 0x310-0x31f irq 10 on isa ep0: aui/utp/bnc[*UTP*] address 00:60:08:be:7b:c5 netstat -rn: Internet: Destination Gateway Flags Refs Use Netif Expire default 10.0.0.1 UGSc 2 0 ep0 10 link#1 UC 0 0 10.0.0.1 link#1 UHLW 3 112 10.0.0.2 0:60:8:be:7b:c5 UHLW 2 54 lo0 127.0.0.1 127.0.0.1 UH 0 0 lo0 -----Original Message----- >hello > >Could you send the output of the following commands : >ifconfig -a >dmesg >netstat -rn >(on each of the two computers) > > TfH > >> >> I'm thinking of connecting 2 computers by ether net (10BASE2)., one of >which >> is connected to Internet by PPP. This is mentioned in the handbook, >but I >> cannot get it to work. Like following >> [local2] <-ether-> [local1] <-ppp-> [ISP] >> >> First of all, 2 computers cannot be connected. On local1, >> ifconfig ep0 inet 10.0.0.1 link1 (ep0 means 3c509, link1 specifies >BNC) >> is executed. On local2 >> ifconfig ep0 inet 10.0.0.2 link2 >> is executed. But these two machines are not connected (ie. even ping >> doesn't work) >> Furthermore, after executing >> route add default 10.0.0.1 >> on local2, some programs like xterm doesn't run properly. >> Any help I can get would be appreciated. >> >> -Tetsuji >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message