Thanks again for the tips, NiLuJe!
I tried the 3 available ports on my PC and I got these:
- enp0s29f7u1
- enp0s29f7u2
- enp0s29f7u4
Only the last character is changing.
Maybe a script can be made which changes the device name based on which port the kindle is plugged in...
I tried a brute force script:
Code:
sudo ip address add 192.168.15.201 peer 192.168.15.244 dev enp0s29f7u1
sudo ip address add 192.168.15.201 peer 192.168.15.244 dev enp0s29f7u2
sudo ip address add 192.168.15.201 peer 192.168.15.244 dev enp0s29f7u4
...which surprisingly seems to work!