Thanks for the reply! ok, here goes (I've never heard of the 'more' command before, but I tried it and hey, it worked!)
more /etc/resolv.conf
# Generated by NetworkManager
nameserver 192.168.0.1
more /etc/sysconfig/network-scripts/ifcfg-eth0
# nVidia Corporation MCP61 Ethernet
DEVICE=eth0
HWADDR=00:24:37:08:29:F0 [revised now=HWADDR=00:30:67:0D

7:77]
TYPE=Ethernet
BOOTPROTO=dhcp
DNS1=208.67.222.222
NAME="System eth0"
UUID=5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03
ONBOOT=yes
PEERDNS=no
PEERROUTES=yes
ethtool eth0
Settings for eth0:
Supported ports: [ MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 1
Transceiver: external
Auto-negotiation: on
Supports Wake-on: g
Wake-on: d
Link detected: yes
Code:
/etc/init.d/network restart
Shutting down interface eth0: Device eth0 has MAC address 00:30:67:0D:C7:77, instead of configured address 00:24:37:08:29:F0. Ignoring.
[FAILED]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: Device eth0 has different MAC address than expected, ignoring.
[FAILED]
After above, I opened the network connections, b/c I'd changed the mac address to the one I found on my Netopia Router page (
http://192.168.0.1) -- and I see that there are now 3 services under the wired connection tab: Auto Ethernet, System eth0 (the one I changed the MAC address for, and added the open dns IP under IPv4 settings) and Auto eth0, the 1st and 3rd ones have no MAC address showing.
Ok, here's the rest of the output:
ethtool eth0 (again), same output as previous
The ifdown eth0 command gave an error message about the MAC address being different. So I changed the system eth0 back to what it was for the MAC address (though it shows 'last used' as never).
Then, ifdown returns no error, and here's the next one:
Code:
ifup eth0
Determining IP information for eth0.../etc/sysconfig/network-scripts/ifup-eth: line 298: 2550 Terminated /sbin/dhclient ${DHCLIENTARGS} ${DEVICE}
failed.
Then ethtool eth0, same as previous output. I think that last bit with ifup eth0 contains a valuable clue, I just don't know what it is.
However -- I just tried evolution again after re-doing the MAC address, and it worked! I got mail... I did the ifdown and ifup again, and got the same info. as previous, though.