<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
        <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1">
        <TITLE>Re: [luau] Re: Networking Question</TITLE>
        <META NAME="GENERATOR" CONTENT="StarOffice/5.2 (Linux)">
        <META NAME="CREATED" CONTENT="20010708;14291100">
        <META NAME="CHANGEDBY" CONTENT="Ben Beeson">
        <META NAME="CHANGED" CONTENT="20010708;14493200">
</HEAD>
<BODY>
<PRE>Dusty and others,

OK the info you requested is here below...  

<SPAN STYLE="background: #ffff00">Output of /sbin/ifconfig -a</SPAN>

<SPAN STYLE="background: #ffff00">for VALinux</SPAN> 

[ben@a24b94n83client89 ben]$ /sbin/ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:90:27:A5:72:22
          inet addr:24.94.83.89  Bcast:255.255.255.255 
Mask:255.255.252.0
          UP BROADCAST RUNNING PROMISC  MTU:1500  Metric:1
          RX packets:90723 errors:0 dropped:0 overruns:0 frame:0
          TX packets:72037 errors:0 dropped:0 overruns:0 carrier:0
          collisions:14089 txqueuelen:100
          Interrupt:17 Base address:0xe000
 
eth1      Link encap:Ethernet  HWaddr 00:90:27:A5:72:11
          inet addr:192.168.1.10  Bcast:192.168.10.255 
Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:217 errors:0 dropped:0 overruns:0 frame:0
          TX packets:308 errors:0 dropped:0 overruns:3 carrier:0
          collisions:0 txqueuelen:100
          Interrupt:18
 
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:3924  Metric:1
          RX packets:2906 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2906 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0     


<SPAN STYLE="background: #ffff00">for Sparky:</SPAN>

[ben@a24b94n83client89 ben]$ /sbin/ifconfig -a
eth0      Link encap:Ethernet  HWaddr 08:00:20: 2D:E6
          inet addr:192.168.1.20  Bcast:192.168.1.255 
Mask:255.255.252.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:35 errors:0 dropped:0 overruns:0 frame:0
          TX packets:131 errors:1 dropped:0 overruns:0 carrier:1
          collisions:0 txqueuelen:100
          Interrupt:38 Base address:0x6600
 

 
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:3924  Metric:1
          RX packets:32 errors:0 dropped:0 overruns:0 frame:0
          TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0   


<SPAN STYLE="background: #ffff00">What is the output of "ping (sparc IP)" from the PC?</SPAN>

[ben@a24b94n83client89 ben]$ ping 192.168.1.20
PING 192.168.1.20 (192.168.1.20) from 192.168.1.10 : 56(84) bytes of
data.
 
--- 192.168.1.20 ping statistics ---
4 packets transmitted, 0 packets received, 100% packet loss 

  
<SPAN STYLE="background: #ffff00">What is the output of "ping (pc IP)" from the sparc?</SPAN>

[root@sparky ben]# ping 192.168.1.10
PING 192.168.1.10 (192.168.1.10) from 192.168.1.20 : 56(84) bytes of
data.
 
--- 192.168.1.10 ping statistics ---
4 packets transmitted, 0 packets received, 100% packet loss 


<SPAN STYLE="background: #ffff00">What is the output of "netstat -r" for each system?</SPAN>

        <SPAN STYLE="background: #ffff00">VALinux box</SPAN>

[ben@a24b94n83client89 ben]$ netstat -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window 
irtt Iface
192.168.1.0     *               255.255.255.0   U         0 0         
0 eth1
192.168.1.0     192.168.1.10    255.255.255.0   UG        0 0         
0 eth1
192.168.1.0     *               255.255.255.0   U         0 0         
0 eth1
192.168.10.0    *               255.255.255.0   U         0 0         
0 eth1
24.94.80.0      *               255.255.252.0   U         0 0         
0 eth0
127.0.0.0       *               255.0.0.0       U         0 0         
0 lo
default         24.94.80.1      0.0.0.0         UG        0 0         
0 eth0
[ben@a24b94n83client89 ben]$    

        <SPAN STYLE="background: #ffff00">sparky</SPAN>

[root@sparky ben]# netstat -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window 
irtt Iface
192.168.1.20     *              255.255.255.255 UH        0 0         
0 eth0
192.168.1.0     192.168.1.20    255.255.255.0   UG        0 0         
0 eth0
192.168.1.0     *               255.255.255.0   U         0 0         
0 eth0
127.0.0.0       *               255.0.0.0       U         0 0         
0 lo
default         192.168.1.20    0.0.0.0         UG        0 0         
0 eth0


<SPAN STYLE="background: #ffff00">What is the output of "netstat -i" for each system?</SPAN>

        <SPAN STYLE="background: #ffff00">VALinux box</SPAN>

[ben@a24b94n83client89 ben]$ netstat -i
Kernel Interface table
Iface   MTU Met    RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR TX-DRP
TX-OVR Flg
eth0   1500   0    91522      0      0      0    73480      0      0   
  0 BMRU
eth1   1500   0      223      0      0      0      318      0      0   
  3 BRU
lo     3924   0     2906      0      0      0     2906      0      0   
  0 LRU   

        <SPAN STYLE="background: #ffff00">Sparky</SPAN>

 
[root@sparky ben]# netstat -i
Kernel Interface table
Iface   MTU Met    RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR TX-DRP
TX-OVR Flg
eth0   1500   0       88      0      0      0      177      1      0   
  0 BRU
lo     3924   0       33      0      0      0       33      0      0   
  0 LRU   


Thanks again,

Ben





>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 7/8/01, 2:23:53 PM, Dusty <dusty@sandust.com> wrote regarding [luau]
Re: Networking Question:


> Ben,

> If you have link lights on one machine then you have link lights on
the other. I hate Sun for not putting lights on their ethernet
interfaces.

> What is the output of "ifconfig -a" for each system?
> What is the output of "ping (sparc IP)" from the PC?
> What is the output of "ping (pc IP)" from the sparc?
> What is the output of "netstat -r" for each system?
> What is the output of "netstat -i" for each system?

> Mail the output from each of those commands to the list and we can
help.

> Dusty

> ---
> You are currently subscribed to luau as: beesond001@hawaii.rr.com
> To unsubscribe send a blank email to leave-luau-436Q@list.luau.hi.net</PRE>
</BODY>
</HTML>