Martin Blume wrote:
....
> What says ifconfig on "arrakan"?
....
forgot to run ifconfig. however, some progress
the following static IP addresses give mixed results:
arrakis eth0 192.168.10.123
arrakis eth1 192.168.10.124
caladan 192.168.10.125
pinging caladan from arrakis eth0 gave good results.
pinging caladan from arrakis eth1 gave poor results.
I made sure to run "./network restart" on arrakis
between attempts. when the network script was restarted
on arrakis a message would pop up on caladan saying
"network unplugged" and then "network connected".
I'm 99.99999999% sure that eth0 refers to the built-in
jack and eth1 refers to the D-Link NIC.
so, why is eth1 not working as well as eth0?
when the crossover cable is plugged into the arrakis
eth1 jack and arrakis pings caladan the red light
on arrakis eth1 flickers.
grr. forgot to run ifconfig on arrakis. anyhow,
here's some data:
[root@arrakis init.d]#
[root@arrakis init.d]#
[root@arrakis init.d]# ./network restart
Shutting down interface eth0: [ OK ]
Shutting down interface eth1: [ OK ]
Shutting down loopback interface: [ OK ]
Disabling IPv4 packet forwarding: [ OK ]
Setting network parameters: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
Bringing up interface eth1: [ OK ]
[root@arrakis init.d]# ping 192.168.10.125
PING 192.168.10.125 (192.168.10.125) 56(84) bytes of data.
>From 192.168.10.123 icmp_seq=1 Destination Host Unreachable
>From 192.168.10.123 icmp_seq=2 Destination Host Unreachable
>From 192.168.10.123 icmp_seq=3 Destination Host Unreachable
--- 192.168.10.125 ping statistics ---
7 packets transmitted, 0 received, +3 errors, 100% packet loss, time
5999ms
, pipe 4
[root@arrakis init.d]# ./network restart
Shutting down interface eth0: [ OK ]
Shutting down interface eth1: [ OK ]
Shutting down loopback interface: [ OK ]
Disabling IPv4 packet forwarding: [ OK ]
Setting network parameters: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
Bringing up interface eth1: [ OK ]
[root@arrakis init.d]# ./network restart
Shutting down interface eth0: [ OK ]
Shutting down interface eth1: [ OK ]
Shutting down loopback interface: [ OK ]
Disabling IPv4 packet forwarding: [ OK ]
Setting network parameters: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
Bringing up interface eth1: [ OK ]
[root@arrakis init.d]#
[root@arrakis init.d]#
[root@arrakis init.d]#
[root@arrakis init.d]# ping 192.168.10.125
PING 192.168.10.125 (192.168.10.125) 56(84) bytes of data.
64 bytes from 192.168.10.125: icmp_seq=0 ttl=128 time=1.30 ms
64 bytes from 192.168.10.125: icmp_seq=1 ttl=128 time=0.257 ms
64 bytes from 192.168.10.125: icmp_seq=2 ttl=128 time=0.259 ms
64 bytes from 192.168.10.125: icmp_seq=3 ttl=128 time=0.255 ms
64 bytes from 192.168.10.125: icmp_seq=4 ttl=128 time=0.261 ms
--- 192.168.10.125 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4000ms
rtt min/avg/max/mdev = 0.255/0.468/1.308/0.420 ms, pipe 2
[root@arrakis init.d]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
# built-in
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=none
HOSTNAME=arrakis
#HWADDR=00:0D:88:37:FA:22
NETMASK=255.255.255.0
IPADDR=192.168.10.123
USERCTL=yes
PEERDNS=yes
TYPE=Ethernet
IPV6INIT=yes
[root@arrakis init.d]# cat /etc/sysconfig/network-scripts/ifcfg-eth1
# D-Link System Inc RTL8139 Ethernet
DEVICE=eth1
ONBOOT=yes
BOOTPROTO=none
HOSTNAME=arrakis
HWADDR=00:0D:88:37:FA:22
NETMASK=255.255.255.0
IPADDR=192.168.10.124
USERCTL=yes
PEERDNS=yes
TYPE=Ethernet
IPV6INIT=yes
[root@arrakis init.d]#
thanks,
Thufir