Ubuntu 18.04 new second IP not workingmy wi-fi is connecting but the Internet is not workingNetplan error, error on nameserverHow to configure IPVS loopback address with netplan in Ubuntu 18.04?Having a real problem with systemctl networkingUbuntu 18.04 .local domain dns lookup not working18.04.1 LTS systemd-network not applying [RoutingPolicyRule]Unable to ping 18.04 desktop unless this machine first pings the client, when using networkd instead of network-managernetplan + WiFi: link is not ready (18.04 Server)Ubuntu 18.04 Server no remote accessmixed up network configuration in 18.04
Computation logic of Partway in TikZ
Is there a logarithm base for which the logarithm becomes an identity function?
"If + would" conditional in present perfect tense
Why does this boat have a landing pad? (SpaceX's GO Searcher) Any plans for propulsive capsule landings?
Should we avoid writing fiction about historical events without extensive research?
I reported the illegal activity of my boss to his boss. My boss found out. Now I am being punished. What should I do?
What is Tony Stark injecting into himself in Iron Man 3?
Will expression retain the same definition if particle is changed?
Create chunks from an array
Finding the minimum value of a function without using Calculus
Do Paladin Auras of Differing Oaths Stack?
Under what conditions can the right to remain silent be revoked in the USA?
PTIJ: Who was the sixth set of priestly clothes for?
(Codewars) Linked Lists-Sorted Insert
Are these two graphs isomorphic? Why/Why not?
How do we create new idioms and use them in a novel?
I can't die. Who am I?
Has a sovereign Communist government ever run, and conceded loss, on a fair election?
Movie: boy escapes the real world and goes to a fantasy world with big furry trolls
Was it really inappropriate to write a pull request for the company I interviewed with?
Is there a way to make cleveref distinguish two environments with the same counter?
When an outsider describes family relationships, which point of view are they using?
Cycles on the torus
How do you make a gun that shoots melee weapons and/or swords?
Ubuntu 18.04 new second IP not working
my wi-fi is connecting but the Internet is not workingNetplan error, error on nameserverHow to configure IPVS loopback address with netplan in Ubuntu 18.04?Having a real problem with systemctl networkingUbuntu 18.04 .local domain dns lookup not working18.04.1 LTS systemd-network not applying [RoutingPolicyRule]Unable to ping 18.04 desktop unless this machine first pings the client, when using networkd instead of network-managernetplan + WiFi: link is not ready (18.04 Server)Ubuntu 18.04 Server no remote accessmixed up network configuration in 18.04
On my VPS i have 2 ip-adresses. Now the hosting company changed my second ip-adress.
I changed the ip-adress in the /etc/netplan/*.yaml to the new one, but the new one does not work, sites not work and can't ping the new IP.
Here my config file:
network:
version: 2
renderer: networkd
ethernets:
ens3:
dhcp4: no
dhcp6: no
addresses: [5.157.82.219/23, 185.37.68.40/24]
gateway4: 5.157.82.1
nameservers:
addresses: [109.235.76.162,93.94.226.236,85.158.203.252,85.158.200.76,8.8.8.8]
I just replaced the second ip, anyone maybe know why its not working?
networking 18.04
add a comment |
On my VPS i have 2 ip-adresses. Now the hosting company changed my second ip-adress.
I changed the ip-adress in the /etc/netplan/*.yaml to the new one, but the new one does not work, sites not work and can't ping the new IP.
Here my config file:
network:
version: 2
renderer: networkd
ethernets:
ens3:
dhcp4: no
dhcp6: no
addresses: [5.157.82.219/23, 185.37.68.40/24]
gateway4: 5.157.82.1
nameservers:
addresses: [109.235.76.162,93.94.226.236,85.158.203.252,85.158.200.76,8.8.8.8]
I just replaced the second ip, anyone maybe know why its not working?
networking 18.04
Did you do asudo netplan --debug generate
and asudo netplan apply
? And I just noticed... the second address isn't even on the same subnet. And why is one netmask = 23 and the other = 24?
– heynnema
3 hours ago
add a comment |
On my VPS i have 2 ip-adresses. Now the hosting company changed my second ip-adress.
I changed the ip-adress in the /etc/netplan/*.yaml to the new one, but the new one does not work, sites not work and can't ping the new IP.
Here my config file:
network:
version: 2
renderer: networkd
ethernets:
ens3:
dhcp4: no
dhcp6: no
addresses: [5.157.82.219/23, 185.37.68.40/24]
gateway4: 5.157.82.1
nameservers:
addresses: [109.235.76.162,93.94.226.236,85.158.203.252,85.158.200.76,8.8.8.8]
I just replaced the second ip, anyone maybe know why its not working?
networking 18.04
On my VPS i have 2 ip-adresses. Now the hosting company changed my second ip-adress.
I changed the ip-adress in the /etc/netplan/*.yaml to the new one, but the new one does not work, sites not work and can't ping the new IP.
Here my config file:
network:
version: 2
renderer: networkd
ethernets:
ens3:
dhcp4: no
dhcp6: no
addresses: [5.157.82.219/23, 185.37.68.40/24]
gateway4: 5.157.82.1
nameservers:
addresses: [109.235.76.162,93.94.226.236,85.158.203.252,85.158.200.76,8.8.8.8]
I just replaced the second ip, anyone maybe know why its not working?
networking 18.04
networking 18.04
asked 5 hours ago
RickRick
31
31
Did you do asudo netplan --debug generate
and asudo netplan apply
? And I just noticed... the second address isn't even on the same subnet. And why is one netmask = 23 and the other = 24?
– heynnema
3 hours ago
add a comment |
Did you do asudo netplan --debug generate
and asudo netplan apply
? And I just noticed... the second address isn't even on the same subnet. And why is one netmask = 23 and the other = 24?
– heynnema
3 hours ago
Did you do a
sudo netplan --debug generate
and a sudo netplan apply
? And I just noticed... the second address isn't even on the same subnet. And why is one netmask = 23 and the other = 24?– heynnema
3 hours ago
Did you do a
sudo netplan --debug generate
and a sudo netplan apply
? And I just noticed... the second address isn't even on the same subnet. And why is one netmask = 23 and the other = 24?– heynnema
3 hours ago
add a comment |
0
active
oldest
votes
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
);
);
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%2f1124408%2fubuntu-18-04-new-second-ip-not-working%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1124408%2fubuntu-18-04-new-second-ip-not-working%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
Did you do a
sudo netplan --debug generate
and asudo netplan apply
? And I just noticed... the second address isn't even on the same subnet. And why is one netmask = 23 and the other = 24?– heynnema
3 hours ago