python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
NetPlan configured VLAN in Ubuntu 18.04 cannot ping
I have an Ubuntu 18.04 server in AWS EC2, running Docker.
I want to have separate network cards for each Docker container, as the app inside them needs to use the same port (5003).
I added some privat...
JonJ
Votes: 0
Answers: 1
Start a QEMU/KVM guest with static networking configuration
I'm trying to build a VM using cloud-init and qemu-kvm as hypervisor. I have the following script that builds the VM with user data:
# Create an overlay image
qemu-img create -f qcow2 -b "$CLOUD_...
Sergio Giménez
Votes: 0
Answers: 1
How to use netplan to connect to EAP wifi
I can't find any good guides online on how to connect to eap wifi using netplan. I currently have tried to create a file named config.yaml with the following
network:
wifis:
wlp1s0:
...
urd00m
Votes: 0
Answers: 1