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 ...
Networking
by Dan Aukes
Networking
list all current ethernet adapters
ifconfig
to bring a specific network interface up or down
```bash ifconfig <network ...
Tailscale Details
by Dan Aukes
- from here about exit nodes
- and subnets
IP Forwarding
```bash echo 'net.ipv4.ip_forward = 1' | sudo ...
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 ...