Skip to main content

Questions tagged [netplan]

Netplan is a utility for easily configuring networking on a linux system. You simply create a YAML description of the required network interfaces and what each should be configured to do. From this description Netplan will generate all the necessary configuration for your chosen renderer tool.

0 votes
0 answers
34 views

How to rename a Wi-Fi interface and connect it to a network using netplan?

I want to do two things with netplan (Ubuntu 22.04 Jammy): Rename the Wi-Fi interface on a system to wlan0 by matching its MAC address, and Connect that Wi-Fi interface to a Wi-Fi network. I can't ...
Jason C's user avatar
  • 846
0 votes
0 answers
77 views

Ubuntu Server 24.04 has no internet while installing

i decided to reuse my old pc and use it as an Home Server. I installed Ubuntu Server version 24.04 via an USB stick. Everything was fine till i came across the network configuartion (The PC is ...
LetsGhost's user avatar
0 votes
0 answers
20 views

Netplan error: device (wg0): linklocal6: failed to get interface identifier; IPv6 cannot continue

How to define a link-local network interface in netplan on a wireguard tunnel (interface)? When i define a wireguard tunnel using netplan with NetworkManager backend, i get the following errors in ...
mispp's user avatar
  • 119
0 votes
0 answers
10 views

Have netdata running but cant reach it from remote

I have started netdata on Ubuntu 20.04 for the first time. I changed the bind address to the one of the server. I checked the status and it say active. When I look in the config file its almost empty. ...
Mxmail's user avatar
  • 1
0 votes
0 answers
51 views

Error: Conflicting default route declarations for IPv6 (table: main, metric: default), first declared in ens3 but also in he-ipv6

I have a server from OVH (VPS) but unfortunatelly they only provide a /128 IPv6 block. So, I decided to use a Hurricane Electric (HE) tunnel to have a /64 IPv6 block. I've followed HE instructions in ...
Joniii11's user avatar
0 votes
0 answers
22 views

Need to connect to WiFi through USB adapter on fresh install

I'm trying to connect my old server (Ubuntu Server ver 22.04) to WiFi. I recently moved house, and my internet access changed. At my old apartment I had easy access to an ethernet port. However, at my ...
Open-Analysis's user avatar
0 votes
0 answers
135 views

How to remove the secondary ip dynamic through netplan itself? or even by command permanently? Even after reboot

For a clean installation for Ubuntu Server 24.04 through VirtualBox and to define a static ip was created and edited the /etc/netplan/01-netcfg.yaml file as follows network: version: 2 renderer: ...
Manuel Jordan's user avatar
0 votes
1 answer
29 views

Netplan matching modems that change names

I have the following netplan file to setup a system with ethernet interfaces and multiple modems. network: version: 2 renderer: NetworkManager ethernets: eth0: dhcp4: false ...
Siddharth Suri's user avatar
-1 votes
1 answer
78 views

run /etc/rc.local after restarting systemd-networkd.service

platform: ubuntu 22.04 I am performing advance routing and and I have saved all the commands in the /etc/rc.local file. the problem is once the systemd-networkd.service is restarted, the routing ...
Behzad's user avatar
  • 11
0 votes
1 answer
38 views

Problem in configuring network on RX1 board with Ubunutu 20.04

I am configuring an Ubuntu 20.04 on a RX1 board which is based on Rockchip RK3588 SoC I have installed the image and fired the system with DHCP and was working, after that I changed the configuration ...
Stefano Bossi's user avatar
0 votes
1 answer
47 views

netplan config multiple nic dhcp and fixed on different network

I'll try to be as clear as possible... I have tree computer, my desktop witch have a two nic, one 1gb witch is connected to the router in dhcp to the net (192.168.1.X), one dual 10gb nic connected to ...
hijack's user avatar
  • 1
0 votes
0 answers
28 views

Internal DNS not working unless I use googles open dns

I am thinking an error when step upgrading from 16 to 22.04, but it JUST started happening. etc/netplan is completely empty there are no config files in it at all. I really do not want to wipe and ...
Spre's user avatar
  • 1
1 vote
1 answer
91 views

How to force Ubuntu to look at netplan for DNS and not look at resolv.conf

What is the best (proper?) way to force Ubuntu 22.04 to look at ONLY netplan for DNS configuration? I'm working with Rancher+RKE2 and their preparation script includes truncating the resolv.conf file. ...
nomad's user avatar
  • 11
0 votes
0 answers
31 views

How to connect a open vSwitch interface to physical interface of another host?

I want to connect a switch interface to physical interface of another host. I am using Open vSwitch and ryu controller. I have one physical interface i.e., enp4s2 (IP address = 192.168.10.2/24) and ...
bandi sahithi laxmi's user avatar
0 votes
0 answers
44 views

How to create a network bridge between wlan0 and et1 to a second eth0 device?

I have a network topology as described in the linked image. Network Setup I have a WiFi router on a private 10.12.12.1 network. An Ubuntu 20.04 box, on a Nvidia Jetson, is connected to the WiFi ...
Wess's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
69