View Single Post
Old 09-09-2018, 08:50 PM   #5
nasser
Evangelist
nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.
 
nasser's Avatar
 
Posts: 477
Karma: 445678
Join Date: Feb 2010
Device: Too many..
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!
nasser is offline   Reply With Quote