Adding additional static Ip adresses The 2019 Stack Overflow Developer Survey Results Are InHow do I fix my resolution after Directx install through Steam?Use Steam's In-Home Streaming across VPN (OpenVPN)?Steam error > NVidia problem, fix = can't open xubuntuCS:GO mini stuttersSteam needs to install these additional packages“The assembly mscorlib.dll was not found or could not be loaded.” Tried everything I can find, to no regardI need help running steam on Ubuntu 16.04Play TF2 with free driversSteam was working just fine until: You are missing the following 32-bit libraries, and Steam may not run:Steam not launching (Kubuntu 17.04 64 bit)
Does a dangling wire really electrocute me if I'm standing in water?
Have you ever entered Singapore using a different passport or name?
Why do we hear so much about the Trump administration deciding to impose and then remove tariffs?
If a Druid sees an animal’s corpse, can they Wild Shape into that animal?
How can I autofill dates in Excel excluding Sunday?
Can someone be penalized for an "unlawful" act if no penalty is specified?
Why is the maximum length of OpenWrt’s root password 8 characters?
Multiply Two Integer Polynomials
Feature engineering suggestion required
What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?
Why isn't airport relocation done gradually?
Did Section 31 appear in Star Trek: The Next Generation?
Should I use my personal e-mail address, or my workplace one, when registering to external websites for work purposes?
Can a flute soloist sit?
Can a rogue use sneak attack with weapons that have the thrown property even if they are not thrown?
Is bread bad for ducks?
How are circuits which use complex ICs normally simulated?
How to notate time signature switching consistently every measure
What is the closest word meaning "respect for time / mindful"
What is the most effective way of iterating a std::vector and why?
Are spiders unable to hurt humans, especially very small spiders?
Lightning Grid - Columns and Rows?
What is the meaning of Triage in Cybersec world?
slides for 30min~1hr skype tenure track application interview
Adding additional static Ip adresses
The 2019 Stack Overflow Developer Survey Results Are InHow do I fix my resolution after Directx install through Steam?Use Steam's In-Home Streaming across VPN (OpenVPN)?Steam error > NVidia problem, fix = can't open xubuntuCS:GO mini stuttersSteam needs to install these additional packages“The assembly mscorlib.dll was not found or could not be loaded.” Tried everything I can find, to no regardI need help running steam on Ubuntu 16.04Play TF2 with free driversSteam was working just fine until: You are missing the following 32-bit libraries, and Steam may not run:Steam not launching (Kubuntu 17.04 64 bit)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I tried to make my own Steam Cache like it is shown in https://youtu.be/gk1eKPRLaJA?t=411 but even after I added all IP adresses they did not show up when executing ifconfig.
My questions are now:
1. Is this normal or do I need additional (virtual) Nics for additional IP adresses?
2. How can I set the IP adresses and the gateway using the terminal?
steam cache
New contributor
add a comment |
I tried to make my own Steam Cache like it is shown in https://youtu.be/gk1eKPRLaJA?t=411 but even after I added all IP adresses they did not show up when executing ifconfig.
My questions are now:
1. Is this normal or do I need additional (virtual) Nics for additional IP adresses?
2. How can I set the IP adresses and the gateway using the terminal?
steam cache
New contributor
add a comment |
I tried to make my own Steam Cache like it is shown in https://youtu.be/gk1eKPRLaJA?t=411 but even after I added all IP adresses they did not show up when executing ifconfig.
My questions are now:
1. Is this normal or do I need additional (virtual) Nics for additional IP adresses?
2. How can I set the IP adresses and the gateway using the terminal?
steam cache
New contributor
I tried to make my own Steam Cache like it is shown in https://youtu.be/gk1eKPRLaJA?t=411 but even after I added all IP adresses they did not show up when executing ifconfig.
My questions are now:
1. Is this normal or do I need additional (virtual) Nics for additional IP adresses?
2. How can I set the IP adresses and the gateway using the terminal?
steam cache
steam cache
New contributor
New contributor
New contributor
asked 2 days ago
Riordian123Riordian123
1
1
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You need to edit /etc/network/interfaces.
sudo nano /etc/network/interfaces
Add the required details.
After that. Save and close.
Then:
systemctl restart networking
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
);
);
Riordian123 is a new contributor. Be nice, and check out our Code of Conduct.
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%2faskubuntu.com%2fquestions%2f1132231%2fadding-additional-static-ip-adresses%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to edit /etc/network/interfaces.
sudo nano /etc/network/interfaces
Add the required details.
After that. Save and close.
Then:
systemctl restart networking
add a comment |
You need to edit /etc/network/interfaces.
sudo nano /etc/network/interfaces
Add the required details.
After that. Save and close.
Then:
systemctl restart networking
add a comment |
You need to edit /etc/network/interfaces.
sudo nano /etc/network/interfaces
Add the required details.
After that. Save and close.
Then:
systemctl restart networking
You need to edit /etc/network/interfaces.
sudo nano /etc/network/interfaces
Add the required details.
After that. Save and close.
Then:
systemctl restart networking
answered 2 days ago
An0nAn0n
979121
979121
add a comment |
add a comment |
Riordian123 is a new contributor. Be nice, and check out our Code of Conduct.
Riordian123 is a new contributor. Be nice, and check out our Code of Conduct.
Riordian123 is a new contributor. Be nice, and check out our Code of Conduct.
Riordian123 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2faskubuntu.com%2fquestions%2f1132231%2fadding-additional-static-ip-adresses%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