>
> Simple, I configure eth0 with 192.168.0.6, reboots, and then it
> doesn't have an IP address
> eth1 is configured with 192.168.100.2, and it keeps it upon reboot.
>
> Scanning through /var/log/boot.msg doesn't yield much
>
> I have noticed that udev renamed the eth devices, and if I rename eth0
> to something like eth2 it works fine, but that's not really an option,
> since some code (like iptables, smb, MySQL & heartbeat are bound to
> the network devices. This is part of a cluster, so to change the ether
> device names on 1 machine cold cause problems all over the LAN
>
> <6>eth1: SiS 900 PCI Fast Ethernet at 0xa800, IRQ 225, 00:0f:ea:c3:3c:55.
> <6>eth0 renamed to ethxx0
> <6>eth1 renamed to eth0
> <6>ethxx0 renamed to eth1
>
> Kind Regards
> Rudi Ahlers
> CEO, SoftDux
>
> Web:   http://www.SoftDux.com
> Forum: http://Forum.SoftDux.com
>
> Join SA WebHostingTalk today, on http://www.WebHostingTalk.co.za
>
>
>
> _______________________________________________
> Linux-HA mailing list
> [email protected]
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
>
Hi,

I wouldn't say that boot message doesn't produce much. On SuSE 9.3 you
had hotplug and coldplug which are now substitute by udev. What you
simply need to do is fix the lines in
/etc/udev/rules.d/30-net_persistent_names.rules. Now you propably have
several rules which create different interfaces for different devices.
Just keep the two rules you need and delete all the others. Then you
maybe have to reconfigure your network with YaST.

Regards,
Jan
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to