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
...
linux ip interface
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.
add a comment |
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
...
linux ip interface
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.15throughifconfig 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
add a comment |
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
...
linux ip interface
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
linux ip interface
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.
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.15throughifconfig 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
add a comment |
2
Why not?ifconfig eth0:1 10.0.2.15throughifconfig 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
add a comment |
active
oldest
votes
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
2
Why not?
ifconfig eth0:1 10.0.2.15throughifconfig 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