If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > ifup problems with mac address

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-30-04, 14:54
curious3k1 curious3k1 is offline
Registered User
 
Join Date: Jun 2004
Posts: 2
ifup problems with mac address

I have multiple IP addresses on my machines ( 5 machines) and there are 1 class C of IPs. The computers switch between using the different IP addresses.

The problem I'm having is I'm creating all the files needed:

ifcfg-eth0
ifcfg-eth0:0
ifcfg-eth0:1
ifcfg-eth0:2
ifcfg-eth0:3

Setup on these interfaces' are perfect when you try to bring them up the first time.

I bring them up using ifup eth0, which brings up all my devices pertaining to eth0. But when I remove those IPs from that server and try to use them on another, usuing the ifdown eth0 on one server, then ifup eth0 on the second only the first interface works properly and the rest do not. The only thing I could think of is that they are not going and reassigning the MAC address in the router. but I'm unable to change router configurations and I need a way to bring the interfaces up faster... besides issuing the command

ifup eth0 | ifup eth0:0 | ifup eth0:1 | ifup eth0:2 | ifup eth0:3

Is there a faster way to do this?
Reply With Quote
  #2 (permalink)  
Old 06-30-04, 16:29
LKBrwn_DBA LKBrwn_DBA is offline
Registered User
 
Join Date: Jun 2003
Location: West Palm Beach, FL
Posts: 2,456
Lightbulb

Seems complicated to me, maybe you could get a good answer if you post the question in http://www.tek-tips.com forum, there are many specialized guru's there.
__________________
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On