Advertisement
Guest User

Network config mac rand ex

a guest
Oct 15th, 2019
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.69 KB | None | 0 0
  1. [main]                                                                                                                                            
  2. plugins=ifupdown,keyfile
  3.  
  4. [ifupdown]
  5. managed=false
  6.  
  7. [device]
  8. # wifi.scan-rand-mac-address=no
  9.  
  10. [device-mac-randomization]
  11. # "yes" is already the default for scanning
  12. wifi.scan-generate-mac-address-mask=FE:FF:FF:00:00:00 40:A6:D9:00:00:00
  13. wifi.scan-rand-mac-address=yes
  14.  
  15. [connection-mac-randomization]
  16. ethernet.generate-mac-address-mask=FE:FF:FF:00:00:00 40:A6:D9:00:00:00
  17. ethernet.cloned-mac-address=random
  18. wifi.generate-mac-address-mask=FE:FF:FF:00:00:00 40:A6:D9:00:00:00
  19. wifi.cloned-mac-address=random
  20. #wifi.assigned-mac-address=stable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement