Can we add greater than 2 counts IPs to a interface?











up vote
-1
down vote

favorite












We know we can config a interface two IPs like this:



...
IPADDR=10.10.10.1
PREFIX=24
GATEWAY=10.10.10.254
IPADDR2=10.10.10.1
PREFIX2=24
GATEWAY2=10.10.10.254
...


So, can we add multi IPs like this?



IPADDR3=10.10.10.3
...
IPADDR4=10.10.10.4
...









share|improve this question







New contributor




26334_zeal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 2




    Why not? ifconfig eth0:1 10.0.2.15 through ifconfig eth0:N 10.0.N.15
    – ivanivan
    2 days ago










  • You can add virtual interfaces. This is the way to add more than one IP to network interface in UNIX/Linux
    – Romeo Ninov
    2 days ago










  • I know your meaning, create multi virtual interfaces. but I want to in one interface configure file to assign more IPs, I know I can add two like post, can I add more than two IPs in one ifcfg file?
    – 26334_zeal
    2 days ago















up vote
-1
down vote

favorite












We know we can config a interface two IPs like this:



...
IPADDR=10.10.10.1
PREFIX=24
GATEWAY=10.10.10.254
IPADDR2=10.10.10.1
PREFIX2=24
GATEWAY2=10.10.10.254
...


So, can we add multi IPs like this?



IPADDR3=10.10.10.3
...
IPADDR4=10.10.10.4
...









share|improve this question







New contributor




26334_zeal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 2




    Why not? ifconfig eth0:1 10.0.2.15 through ifconfig eth0:N 10.0.N.15
    – ivanivan
    2 days ago










  • You can add virtual interfaces. This is the way to add more than one IP to network interface in UNIX/Linux
    – Romeo Ninov
    2 days ago










  • I know your meaning, create multi virtual interfaces. but I want to in one interface configure file to assign more IPs, I know I can add two like post, can I add more than two IPs in one ifcfg file?
    – 26334_zeal
    2 days ago













up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











We know we can config a interface two IPs like this:



...
IPADDR=10.10.10.1
PREFIX=24
GATEWAY=10.10.10.254
IPADDR2=10.10.10.1
PREFIX2=24
GATEWAY2=10.10.10.254
...


So, can we add multi IPs like this?



IPADDR3=10.10.10.3
...
IPADDR4=10.10.10.4
...









share|improve this question







New contributor




26334_zeal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











We know we can config a interface two IPs like this:



...
IPADDR=10.10.10.1
PREFIX=24
GATEWAY=10.10.10.254
IPADDR2=10.10.10.1
PREFIX2=24
GATEWAY2=10.10.10.254
...


So, can we add multi IPs like this?



IPADDR3=10.10.10.3
...
IPADDR4=10.10.10.4
...






linux ip interface






share|improve this question







New contributor




26334_zeal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




26334_zeal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




26334_zeal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









26334_zeal

1




1




New contributor




26334_zeal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





26334_zeal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






26334_zeal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 2




    Why not? ifconfig eth0:1 10.0.2.15 through ifconfig eth0:N 10.0.N.15
    – ivanivan
    2 days ago










  • You can add virtual interfaces. This is the way to add more than one IP to network interface in UNIX/Linux
    – Romeo Ninov
    2 days ago










  • I know your meaning, create multi virtual interfaces. but I want to in one interface configure file to assign more IPs, I know I can add two like post, can I add more than two IPs in one ifcfg file?
    – 26334_zeal
    2 days ago














  • 2




    Why not? ifconfig eth0:1 10.0.2.15 through ifconfig eth0:N 10.0.N.15
    – ivanivan
    2 days ago










  • You can add virtual interfaces. This is the way to add more than one IP to network interface in UNIX/Linux
    – Romeo Ninov
    2 days ago










  • I know your meaning, create multi virtual interfaces. but I want to in one interface configure file to assign more IPs, I know I can add two like post, can I add more than two IPs in one ifcfg file?
    – 26334_zeal
    2 days ago








2




2




Why not? ifconfig eth0:1 10.0.2.15 through ifconfig eth0:N 10.0.N.15
– ivanivan
2 days ago




Why not? ifconfig eth0:1 10.0.2.15 through ifconfig eth0:N 10.0.N.15
– ivanivan
2 days ago












You can add virtual interfaces. This is the way to add more than one IP to network interface in UNIX/Linux
– Romeo Ninov
2 days ago




You can add virtual interfaces. This is the way to add more than one IP to network interface in UNIX/Linux
– Romeo Ninov
2 days ago












I know your meaning, create multi virtual interfaces. but I want to in one interface configure file to assign more IPs, I know I can add two like post, can I add more than two IPs in one ifcfg file?
– 26334_zeal
2 days ago




I know your meaning, create multi virtual interfaces. but I want to in one interface configure file to assign more IPs, I know I can add two like post, can I add more than two IPs in one ifcfg file?
– 26334_zeal
2 days ago















active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






26334_zeal is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f483114%2fcan-we-add-greater-than-2-counts-ips-to-a-interface%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes








26334_zeal is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















26334_zeal is a new contributor. Be nice, and check out our Code of Conduct.













26334_zeal is a new contributor. Be nice, and check out our Code of Conduct.












26334_zeal is a new contributor. Be nice, and check out our Code of Conduct.















 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f483114%2fcan-we-add-greater-than-2-counts-ips-to-a-interface%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Entries order in /etc/network/interfaces

新発田市

Grub takes very long (several minutes) to open Menu (in Multi-Boot-System)