Posts with "networking" Tag

Simple Netplan Config

by Dan Aukes

Configs

Are usually found in /etc/netplan/

Usage

to test your config for 120 seconds

sudo netplan try

to ...

Read More
Networking

by Dan Aukes

Networking

list all current ethernet adapters

ifconfig

to bring a specific network interface up or down

```bash ifconfig <network ...

Read More
Tailscale Details

by Dan Aukes

IP Forwarding

```bash echo 'net.ipv4.ip_forward = 1' | sudo ...

Read More
Intricacies of working with two virtual machine clones

by Dan Aukes

Even if you have two vm clones with different mac addresses, you need to tell ...

Read More