Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 107065  / 1 Year ago, tue, january 17, 2023, 1:16:41

no way to make the network works on the new ubuntu server.
This is the netplan yaml file:



# To disable cloud-init's network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config:disabled}
network:
version: 2
ethernets:
enp0s3:
addresses: [192.168.0.183/24]
gateway4: 192.168.0.250
dhcp4: false
nameservers:
addresses: [8.8.8.8,8.8.4.4]
optional: true


running netplan --debug apply I get:



Error in network definition //etc/netplan/50-cloud-init.yaml line 1 column 1: expected mapping



I'm going crazy, it was so simple before! Why doesn't work? what does it mean this error?


More From » networking

 Answers
7

removing dhcp4 setting fixed the issue...who knows!



maybe because if you enable the dhcp you have to set it to "true" and if you disable you have to set to "no"? I really hope not!!



debug info completely useless


[#6837] Tuesday, January 17, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
uxuriousrnal

Total Points: 279
Total Questions: 106
Total Answers: 96

Location: Fiji
Member since Wed, Mar 29, 2023
1 Year ago
;