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













0















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?










share|improve this question






















  • 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
















0















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?










share|improve this question






















  • 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














0












0








0








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?










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 5 hours ago









RickRick

31




31












  • 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

















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











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
);



);













draft saved

draft discarded


















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















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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

Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»