Networking Question

Ben Beeson beesond001 at hawaii.rr.com
Sun Jul 8 17:49:32 PDT 2001


Dusty and others,

OK the info you requested is here below...  

Output of /sbin/ifconfig -a

for VALinux 

[ben at 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   	


for Sparky:

[ben at 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   


What is the output of "ping (sparc IP)" from the PC?

[ben at 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 

  
What is the output of "ping (pc IP)" from the sparc?

[root at 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 


What is the output of "netstat -r" for each system?

	VALinux box

[ben at 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 at a24b94n83client89 ben]$    

	sparky

[root at 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


What is the output of "netstat -i" for each system?

	VALinux box

[ben at 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   

	Sparky

 
[root at 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 at 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 at hawaii.rr.com
> To unsubscribe send a blank email to $subst('Email.Unsub')
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freesoftwarehawaii.org/pipermail/luau-freesoftwarehawaii.org/attachments/20010709/3a5ea000/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/rtf
Size: 11389 bytes
Desc: filename="text1.rtf"
URL: <http://lists.freesoftwarehawaii.org/pipermail/luau-freesoftwarehawaii.org/attachments/20010709/3a5ea000/attachment-0001.rtf>


More information about the LUAU mailing list