Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. *-network
  2. description: Ethernet interface
  3. product: Ethernet Connection I217-LM
  4. vendor: Intel Corporation
  5. physical id: 19
  6. bus info: pci@0000:00:19.0
  7. logical name: eno1
  8. version: 04
  9. serial: f8:b1:56:a2:35:d2
  10. size: 1Gbit/s
  11. capacity: 1Gbit/s
  12. width: 32 bits
  13. clock: 33MHz
  14. capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
  15. configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k duplex=full firmware=0.13-4 ip=... latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
  16. resources: irq:27 memory:f7100000-f711ffff memory:f7139000-f7139fff ioport:f040(size=32)
  17.  
  18. while true ; do
  19. sleep 86400 # number of seconds in a day
  20. nmcli con down id [name]
  21. sleep 1
  22. nmcli con up id [name]
  23. sleep 1
  24. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement