Hi,
I have a Sun fire e280r server which has a Sun network card that can
detect 10/100/1000 BASE TX.
I can connect and ping with my PC using a crossover cable to the standard
ethernet port (the port labled TP at the back of the e280r sun server)
But when I then connect the cossover cable to the 10/100/1000 BASE TX
network card I lose connection.
What I have done
1) I have rebooted with no luck
init 6 or reboot -- -r
2)when I try and create a second interface eri1 using the steps below
(eri0 is the connection that works when I connect to the TP ethernet port
card)
a)touch /etc/hostname.eri1;
b)echo 192.168.10.2 > /etc/hostname.eri1
c)edited host file
127.0.0.1 localhost
192.168.10.1 sunserver loghost
192.168.10.2 sunserver
e.g 192.168.10.1 = eri0, 192.168.10.2 = eri1
d) ifconfig eri1 plumb (i get the following error)
ifconfig: SIOCSLIFNAME for ip: eri1: no such interface
May 24 23:54:47 sunserver ip: ip_rput_dlpi(eri1): DL_ERROR_ACK for
DL_ATTACH_REQ(
11), errno 8, unix 0
DL_ERROR_ACK fo
r DL_BIND_REQ(1), errno 3, unix 0
May 24 23:54:47 sunserver ip: ip_rput_dlpi(eri1): DL_ERROR_ACK for
DL_PHYS_ADDR_R
EQ(49), errno 3, unix 0
May 24 23:54:47 sunserver ip: ip_rput_dlpi(eri1): DL_ERROR_ACK for
DL_UNBIND_REQ(
2), errno 3, unix 0
May 24 23:54:47 sunserver ip: ip_rput_dlpi(eri1): DL_ERROR_ACK for
DL_DETACH_REQ(
12), errno 3, unix 0
Any suggestions will be greatly appreciated
gab