It is more than just macaddr in ifcfg-eth0

You also have to make sure you have a proper entry in /etc/udev/rules.d/70-persistent-net.rules that links eth0 to the real mac addr. e.g.

SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="02:c3:04:01:77:c3", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

Cloning systems off of a compress image can leave this file a little confused.

On 08/21/2014 09:50 AM, Robert Moskowitz wrote:
I was using hdaddr when I should have been using macaddr.

But I still have that nasty, long, prompt with the current directory in it...

On 08/21/2014 09:36 AM, Robert Moskowitz wrote:
I want a static IPv4 and IPv6 address. I also want to specify the MAC addr, rather than using the random local scope addr created basic on the SID.

I tried using system-config-network, but it does not list any devices to configure!

I tried creating a base ifcfg-eth0, but something is wrong and it does not like it. It seems to be ignoring it.

So how do I get this working?

On a separate note, how do I get the terminal prompt not to include the current directory. It has been so long since I had to change this, that I have forgotten...


_______________________________________________
users mailing list
[email protected]
http://lists.redsleeve.org/mailman/listinfo/users


_______________________________________________
users mailing list
[email protected]
http://lists.redsleeve.org/mailman/listinfo/users


_______________________________________________
users mailing list
[email protected]
http://lists.redsleeve.org/mailman/listinfo/users

Reply via email to