Open RangerMauve opened 4 years ago
Is there a way to set the IP of the interface? Ideally both IPv4 and IPv6.
Yeah please that would be a great enhancement
sudo ip address add 10.23.0.1/30 dev <name of interface> sudo ip link set <name of interface> up
Is there a way to set the IP of the interface? Ideally both IPv4 and IPv6.