How to configure two segment's IP addresses' gateway use netplan?Using networkd, how to see DNS ServerHow do I stop netplan from binding a default gateway on every interfaceNetplan error, error on nameserverNetplan does not apply at startupUbuntu 18.04 Network card with two IP addressesDoes Ubuntu 18.04 use dhclient?Unable to ping 18.04 desktop unless this machine first pings the client, when using networkd instead of network-managernetplan - configure one interface with gateway and two withoutcreate a vlan bond with netplan fails to get ipUbuntu Bionic Server edition + Netplan: Not getting static IP on a ethernet connection

Why does Kotter return in Welcome Back Kotter?

How to format long polynomial?

How can bays and straits be determined in a procedurally generated map?

Can a vampire attack twice with their claws using Multiattack?

What would happen to a modern skyscraper if it rains micro blackholes?

What's the point of deactivating Num Lock on login screens?

Add text to same line using sed

Doing something right before you need it - expression for this?

Replacing matching entries in one column of a file by another column from a different file

LWC SFDX source push error TypeError: LWC1009: decl.moveTo is not a function

"You are your self first supporter", a more proper way to say it

Theorems that impeded progress

Perform and show arithmetic with LuaLaTeX

Why can't I see bouncing of a switch on an oscilloscope?

Cross compiling for RPi - error while loading shared libraries

NMaximize is not converging to a solution

Was any UN Security Council vote triple-vetoed?

Can a(n) = n/n+1 be written recursively?

Can you really stack all of this on an Opportunity Attack?

Can I make popcorn with any corn?

Client team has low performances and low technical skills: we always fix their work and now they stop collaborate with us. How to solve?

How to determine what difficulty is right for the game?

Is it tax fraud for an individual to declare non-taxable revenue as taxable income? (US tax laws)

Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?



How to configure two segment's IP addresses' gateway use netplan?


Using networkd, how to see DNS ServerHow do I stop netplan from binding a default gateway on every interfaceNetplan error, error on nameserverNetplan does not apply at startupUbuntu 18.04 Network card with two IP addressesDoes Ubuntu 18.04 use dhclient?Unable to ping 18.04 desktop unless this machine first pings the client, when using networkd instead of network-managernetplan - configure one interface with gateway and two withoutcreate a vlan bond with netplan fails to get ipUbuntu Bionic Server edition + Netplan: Not getting static IP on a ethernet connection






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















How to configure two segment's IP addresses' gateway use netplan ?



#!/bin/bash
network:
version: 2
renderer: networkd
ethernets:
enp1s0f1:
addresses:
- 22.95.140.1/24
...
- 22.95.141.1/24
- 22.95.141.2/24
....
gateway4: 22.95.140.254
nameservers:
addresses: [8.8.8.8, 8.8.4.4]
dhcp4: no
optional: no


You see I configured two IP segment 22.95.140.0/24 and 22.95.141.0/24.



but there I only configured one gateway, gateway4: 22.95.140.254, is there I need two IP segments' gateway?



if I need two, how can I configured it?



should I configured like this?



gateway4: [22.95.140.254, 22.95.140.254]









share|improve this question






















  • Refer the following for more details: Netplan configuration examples, Configure Static IP Address using Netplan and How to Use the Netplan Network Configuration Tool on Linux

    – Marmayogi
    6 mins ago


















0















How to configure two segment's IP addresses' gateway use netplan ?



#!/bin/bash
network:
version: 2
renderer: networkd
ethernets:
enp1s0f1:
addresses:
- 22.95.140.1/24
...
- 22.95.141.1/24
- 22.95.141.2/24
....
gateway4: 22.95.140.254
nameservers:
addresses: [8.8.8.8, 8.8.4.4]
dhcp4: no
optional: no


You see I configured two IP segment 22.95.140.0/24 and 22.95.141.0/24.



but there I only configured one gateway, gateway4: 22.95.140.254, is there I need two IP segments' gateway?



if I need two, how can I configured it?



should I configured like this?



gateway4: [22.95.140.254, 22.95.140.254]









share|improve this question






















  • Refer the following for more details: Netplan configuration examples, Configure Static IP Address using Netplan and How to Use the Netplan Network Configuration Tool on Linux

    – Marmayogi
    6 mins ago














0












0








0








How to configure two segment's IP addresses' gateway use netplan ?



#!/bin/bash
network:
version: 2
renderer: networkd
ethernets:
enp1s0f1:
addresses:
- 22.95.140.1/24
...
- 22.95.141.1/24
- 22.95.141.2/24
....
gateway4: 22.95.140.254
nameservers:
addresses: [8.8.8.8, 8.8.4.4]
dhcp4: no
optional: no


You see I configured two IP segment 22.95.140.0/24 and 22.95.141.0/24.



but there I only configured one gateway, gateway4: 22.95.140.254, is there I need two IP segments' gateway?



if I need two, how can I configured it?



should I configured like this?



gateway4: [22.95.140.254, 22.95.140.254]









share|improve this question














How to configure two segment's IP addresses' gateway use netplan ?



#!/bin/bash
network:
version: 2
renderer: networkd
ethernets:
enp1s0f1:
addresses:
- 22.95.140.1/24
...
- 22.95.141.1/24
- 22.95.141.2/24
....
gateway4: 22.95.140.254
nameservers:
addresses: [8.8.8.8, 8.8.4.4]
dhcp4: no
optional: no


You see I configured two IP segment 22.95.140.0/24 and 22.95.141.0/24.



but there I only configured one gateway, gateway4: 22.95.140.254, is there I need two IP segments' gateway?



if I need two, how can I configured it?



should I configured like this?



gateway4: [22.95.140.254, 22.95.140.254]






netplan






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 14 mins ago









aircraftaircraft

1012




1012












  • Refer the following for more details: Netplan configuration examples, Configure Static IP Address using Netplan and How to Use the Netplan Network Configuration Tool on Linux

    – Marmayogi
    6 mins ago


















  • Refer the following for more details: Netplan configuration examples, Configure Static IP Address using Netplan and How to Use the Netplan Network Configuration Tool on Linux

    – Marmayogi
    6 mins ago

















Refer the following for more details: Netplan configuration examples, Configure Static IP Address using Netplan and How to Use the Netplan Network Configuration Tool on Linux

– Marmayogi
6 mins ago






Refer the following for more details: Netplan configuration examples, Configure Static IP Address using Netplan and How to Use the Netplan Network Configuration Tool on Linux

– Marmayogi
6 mins 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%2f1131591%2fhow-to-configure-two-segments-ip-addresses-gateway-use-netplan%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%2f1131591%2fhow-to-configure-two-segments-ip-addresses-gateway-use-netplan%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»