IP Address Linux Containers


 
Thread Tools Search this Thread
Special Forums IP Networking IP Address Linux Containers
# 1  
Old 03-29-2015
IP Address Linux Containers

Hello All,
Please, i have a problem i try to find a solution since days
i'm a beginner with linux (networking)

In our cluster (10 nodes), we deploy the same image file on each node. So each node has a different ip address. In each image, there are several LXC containers.
When I deploy the same machine image on multiple nodes, I had the same IP address for containers.
Host 1: ip1 Host2: ip2 (ip1#ip2)
ip container c1: 10.0.3.109 ip container c1: 10.0.3.109
ip container c2: 10.0.3.181 ip container c2: 10.0.3.181

Have you an idea please, how can change ip address of containers automatically ?
As i read, i have to change the mac address....


Thanks a lot.
Best Regards.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Looking for equivalent of Solaris containers/zones in RHEL7 Linux

Hi, I come from a legacy Solaris background with lots of experience with Solaris Containers/zones that we use for network and process isolation from each other. Currently we have a RHEL7 Linux VM running on VMWare, but we would like to segment that VM with some form of containers and achieve... (1 Reply)
Discussion started by: ckmehta
1 Replies

2. UNIX for Beginners Questions & Answers

Linux Containers - /proc mounting and other queries

Hi guys, I am confused about how containers work in Linux, especially how chrooting works and about how /proc filesystems are mounted. So please feel to migrate this question to another forum if this is not the right one. Now, to business. Okay Dockers can be confusing to the uninitiated... (10 Replies)
Discussion started by: sreyan32
10 Replies

3. Red Hat

Ip address of Linux server

Hi, How to find ip address of Linux servers ? I know by ping command we can find ip address but wanted to check with you. Thanks, Maddy (5 Replies)
Discussion started by: Maddy123
5 Replies

4. Shell Programming and Scripting

Adding 'from' email address alias in Linux.

Hi Experts, We want to add the 'from' email address to mailx command in all our linux script. After searching this site I am able to find the command '-- -f' to add the from the email address. Bu the problem is our from email address is :- "Proper Support Name <support@company.com>" Now when I... (6 Replies)
Discussion started by: Amey Joshi
6 Replies

5. UNIX for Dummies Questions & Answers

[Solved] Can't get on internet with Linux Static IP address and Linksys Router.

I configured my linux server with Static IP address out of the range of the DHCP linksys router, but cannot get on the internet. When I switch back to "Automatically obtain IP address" ..then I can get on the internet. Can comeone help with this. (2 Replies)
Discussion started by: FrankOscar
2 Replies

6. UNIX for Advanced & Expert Users

What is the function to get address of the virtual memory block in linux??

I want address of current virtual memory block? i am using fedora10:wall::wall: (1 Reply)
Discussion started by: powyama
1 Replies

7. Shell Programming and Scripting

External IP Address of Linux Server

Hi, I am trying to find the external IP address of a server "XXX". I logged into server "XXX" and executed nslookup XXX. output number is 123.23.23.45 Later, i have executed "curl http://whatismyip.org". This time i got a different number 611.34.63.22 Out of these two numbers, what number... (1 Reply)
Discussion started by: forums123456
1 Replies

8. UNIX for Dummies Questions & Answers

Sign up address for linux forum eNews

Does anyone have this handy Thanks (0 Replies)
Discussion started by: 77yrold
0 Replies

9. UNIX for Advanced & Expert Users

detect mac address modication in linux

Hi, How Detect the mac address modification of a machine...in linux Thanks (1 Reply)
Discussion started by: shivarajM
1 Replies

10. UNIX for Dummies Questions & Answers

How to check theip address on Redhat Linux 9

hi How to check theip address on Redhat Linux 9 ? I have installed a SUN VMWARE and created VM on Vista. I am on bash and is not able to check the ip of the system. can someone plz with command ( wit options if any ) Regards, Subhotech (1 Reply)
Discussion started by: subhotech
1 Replies
Login or Register to Ask a Question
getnode(8)						      System Manager's Manual							getnode(8)

Name
       getnode - display one or more entries from the nodes database

Syntax
       /etc/getnode [ node...  ]

Description
       For  each  given  node argument, displays the corresponding node entry (or entries) from the nodes database.  The nodes database is the one
       used by DECnet.	If you do not specify any node argument(s), all of the entries in the nodes database are displayed.

       The node is either the node address or the node name for each node entry that you want to display.  (Note that you can  specify	more  than
       one node argument in a single command.)

       A node address is a decimal integer in the range of 1 to 1023 for single area networks, or has the format a.n for multiarea networks, where
       a is the network area number (a decimal integer in the range of 2 to 63) and n is the node number (a decimal integer in the range of  1	to
       1023).

       A node name can be from 1 to 6 alphanumeric characters, including at least 1 alphabetic character.

Examples
       # /etc/getnode 44.70 mynode <RET>
       This command displays the entries in the nodes database for nodes 44.70 and mynode.
       # /etc/getnode <RET>
       This command displays all of the entries in the nodes database.
       # /etc/getnode lttwi <RET>
       This command displays the entry in the nodes database for node lttwi.

See Also
       addnode(8), ccr(8), load(8), mop_mom(8), remnode(8), trigger(8)
       Guide to Ethernet Communication Servers

																	getnode(8)