Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 1998 09:48:54 +0900
From:      "Tetsuji Rai" <caq23050@pop17.odn.ne.jp>
To:        <Thierry.Herbelot@alcatel.fr>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   RE: network connection
Message-ID:  <000601be141f$a21242c0$1bddfea9@tetsujir>

next in thread | raw e-mail | index | archive | help
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<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
ep0: flags=a843<UP,BROADCAST,RUNNING,SIMPLEX,LINK1,MULTICAST> 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<UP,BROADCAST,RUNNING,SIMPLEX,LINK1,MULTICAST> mtu 1500
 inet 10.0.0.2 netmask 0xff000000 broadcast 10.255.255.255
 ether 00:60:08:be:7b:c5
tun0: flags=8010<POINTOPOINT,MULTICAST> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000601be141f$a21242c0$1bddfea9>