Monday, July 27, 2020

Set IP address manually on Kali/Debian

sudo ip addr add 192.168.0.2/255.255.255.0 dev eth0
sudo ip link set dev eth0 up

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...