Ok, you have a few problems. Look at ETH1 on VALinux and ETH0 on Sparky. VALinux 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 Sparky 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 You broadcast is different for each system. 192.168.10.255 for VALinux and 192.168.1.255 for Sparky. The netmask is also different for each system, 255.255.255.0 for VALinux and 255.255.252.0 for Sparky. Try making things a little easier on yourself run this on VALinux: #/sbin/ifconfig eth1 192.168.1.1 netmask 255.255.255.0 up Run this on Sparky: #/sbin/ifconfig eth1 192.168.1.2 netmask 255.255.255.0 up See if they can ping each other after running these commands. If so then you need to change your network setting to make these changes permanent. Just running the ifconfig command does not make this permanent. Dusty ------------------------------------------------------- > > > > > Re: [luau] Re: Networking Question > > > > > > >
Dusty and others,
> 
> OK the info you requested is here below...  
> 
> Output of /sbin/ifconfig -a
> 
> for VALinux 
> 
> [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   	
> 
> 
> for Sparky:
> 
> [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   
> 
> 
> What is the output of "ping (sparc IP)" from the PC?
> 
> [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.
>  
> 
> ---
> You are currently subscribed to luau as: dusty@sandust.com
> To unsubscribe send a blank email to $subst('Email.Unsub')
> --- 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@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@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]$    
> 
> 	sparky
> 
> [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
> 
> 
> What is the output of "netstat -i" for each system?
> 
> 	VALinux box
> 
> [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   
> 
> 	Sparky
> 
>  
> [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 $subst('Email.Unsub')
> >