Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
09-08-2005, 04:24 PM
|
#1
|
LQ Newbie
Registered: Sep 2005
Distribution: SuSE Linux 9.3
Posts: 21
Rep:
|
bonding-problem, eth0,1,2 changes nic's
Configuration:
SuSE 9.3
1 nic for dsl
2 nic's for internal traffic with switch
Problem: eth0, eth1 and eth2 are not always related with the same nic. It changes on boot which makes bonding impossible with
ifup bond0
ifenslave bond0 eth0 eth1
Sometimes eth0 or eth1 on boot is related with the dsl-nic.
Tried PERSISTENT_NAME = eth-0 in the ifcfg-eth-macadress1 and also in the config-file for the other nic. Also changed ifenslave to
ifenslave bond0 eth-0 eth-1 (no way to place the mac here?)
After booting the computer renames the nics, but then searches for mandatory devices eth0, eth1, eth2. => bond0 not available
In 8.2 modules.conf(.local) the syntax changed from
alias eth0 3com59x
alias eth1 realtek...
to 9.3 modprobe.conf(.local)
install eth0 /sbin/true
install eth1 /sbin/true
howto handle eth2?
I also tried iftab and ifrename -t without success.
How can I solve this bonding-problem?
Thanks for helping
|
|
|
09-10-2005, 02:16 PM
|
#2
|
LQ Newbie
Registered: Sep 2005
Distribution: SuSE Linux 9.3
Posts: 21
Original Poster
Rep:
|
Solved: Bonding with SuSE 9.3
|
|
|
09-12-2005, 08:24 PM
|
#3
|
LQ Newbie
Registered: Oct 2004
Posts: 8
Rep:
|
same problem
I have the same problem. Suse9.3 on a Dell Inspiron 600m. It has both wireless and ethernet built-in. Sometimes wireless is eth0, and sometimes it's eth1.
I'm not trying to do any bonding. But I want to make some scripts for the wireless connection. I can't do that if I can't predict whether it's eth0 or eth1... looked at the link above from max_mad, but I don't understand how that controls the eth* naming of the interfaces.
Last edited by maddmike; 09-12-2005 at 08:33 PM.
|
|
|
09-12-2005, 11:27 PM
|
#4
|
LQ Newbie
Registered: Sep 2005
Distribution: SuSE Linux 9.3
Posts: 21
Original Poster
Rep:
|
renaming
Hi, it looks like you don't need any new bonding-techniques ;-) rather than giving your nic's PERSISTENT_NAMES or give them new names with iftab and ifrename => first posting of mine.
Greetings
|
|
|
09-13-2005, 10:07 AM
|
#5
|
LQ Newbie
Registered: Oct 2004
Posts: 8
Rep:
|
more help
Where's iftab? Where do you set PERSISTENT_NAME? where's ifrename? I haven't found anything like these commands/files in /etc/sysconfig/network/config. I've tried running iftab and ifrename as root, but that doesn't work.
|
|
|
09-13-2005, 04:33 PM
|
#6
|
LQ Newbie
Registered: Sep 2005
Distribution: SuSE Linux 9.3
Posts: 21
Original Poster
Rep:
|
Hi,
iftab is similar to fstab: written with an editor. Something like
eth0 mac 00:0a:12:13:14
for all if's
ifrename: look for it with filesearch, Place ifrename -t in the init.d/network if initialisation-section
(setting up network interfaces or something like that)
PERSISTENT_NAME = eth-0 in the ifcfg-eth-macadress1-file in /etc/sysconfig/network
Depends on your Linux-Distri and version.
Not much help for your problem, I guess.
|
|
|
All times are GMT -5. The time now is 11:46 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|