You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh |
|
|
|
sudo ip addr add 10.0.0.42/24 dev enp2s0f0 |
|
sudo ip addr add 2001:db8:42::42/64 dev enp2s0f1 |
|
|
|
~/master-thesis/bin/set_ipv4_neighbour.sh |
|
~/master-thesis/bin/set_ipv6_neighbour.sh
|
|
|