[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Sun Fire V210 NIC's don't work



On Wed, 2012-11-14 at 14:05 +0000, Kaya Saman wrote:
> 
> I am getting icmp echo responses.
> 
> I rejigged the interface to sit inside a new vlan:
> 
> eth1      Link encap:Ethernet  HWaddr 00:14:4f:5d:1e:80
>            inet addr:192.168.140.2  Bcast:192.168.140.3 Mask:255.255.255.252
>            UP BROADCAST MULTICAST  MTU:1500  Metric:1
>            RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>            TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>            collisions:0 txqueuelen:1000
>            RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
>            Interrupt:31
> 
> ping 192.168.140.2
> PING 192.168.140.2 (192.168.140.2) 56(84) bytes of data.
> 64 bytes from 192.168.140.2: icmp_req=1 ttl=64 time=0.057 ms
> 64 bytes from 192.168.140.2: icmp_req=2 ttl=64 time=0.036 ms
> 64 bytes from 192.168.140.2: icmp_req=3 ttl=64 time=0.040 ms
> 
> ping 192.168.140.1
> PING 192.168.140.1 (192.168.140.1) 56(84) bytes of data.
>  From 192.168.140.2 icmp_seq=1 Destination Host Unreachable
>  From 192.168.140.2 icmp_seq=2 Destination Host Unreachable
> 
> 
> while similar config on eth0 works fine.....

In the example is 192.168.140.3 your vlan gateway? If so, please do ...

# route add default gw 192.168.140.3
# ping 192.168.140.3
# ping 192.168.140.2

The eth0 has the same gateway. So this will break your default eth0
communication. Now it's all set by hand. Later on you want this all well
in interfaces, true.

> > Check your settings with # ifconfig again. And does # update-initramfs
> > also complains about the missing firmware files, as asked?
> 
> update-initramfs -u
> update-initramfs: Generating /boot/initrd.img-2.6.32-5-sparc64

That all, looks good to me.

Thanks,


Frans van Berckel


Reply to: