Advertisement
Guest User

Untitled

a guest
Nov 1st, 2022
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. 50-wired.network file :
  2.  
  3. [Match]
  4. Name=eth0
  5.  
  6. [Network]
  7. DHCP=no
  8. DNS=8.8.8.8
  9. Address=192.168.5.11/24
  10. Gateway=192.168.5.1
  11.  
  12. --------------------------------------------
  13.  
  14. systemctl status dhcpcd output :
  15.  
  16. dhcpcd.service - A minimalistic network configuration daemon with DHCPv4, rdisc and DHCPv6 support
  17. Loaded: loaded (/lib/systemd/system/dhcpcd.service; enabled; vendor preset: enabled)
  18. Active: active (running) since Tue 2022-11-01 08:48:27 +03; 36min ago
  19. Main PID: 696 (dhcpcd)
  20. Tasks: 5 (limit: 3715)
  21. CGroup: /system.slice/dhcpcd.service
  22. ├─ 696 "dhcpcd: [manager] [ip4] [ip6]"
  23. ├─ 698 "dhcpcd: [privileged proxy]"
  24. ├─ 699 "dhcpcd: [network proxy]"
  25. ├─ 700 "dhcpcd: [control proxy]"
  26. └─ 820 "dhcpcd: [BPF ARP] eth0 192.168.5.104"
  27.  
  28. Nov 01 09:10:23 trueai-rp432 dhcpcd[698]: eth0: deleting default route via 192.168.5.1
  29. Nov 01 09:10:32 trueai-rp432 dhcpcd[698]: eth0: carrier acquired
  30. Nov 01 09:10:32 trueai-rp432 dhcpcd[698]: eth0: IAID 32:33:9d:61
  31. Nov 01 09:10:32 trueai-rp432 dhcpcd[698]: eth0: rebinding lease of 192.168.5.104
  32. Nov 01 09:10:32 trueai-rp432 dhcpcd[698]: eth0: probing address 192.168.5.104/24
  33. Nov 01 09:10:33 trueai-rp432 dhcpcd[698]: eth0: soliciting an IPv6 router
  34. Nov 01 09:10:37 trueai-rp432 dhcpcd[698]: eth0: leased 192.168.5.104 for 7200 seconds
  35. Nov 01 09:10:37 trueai-rp432 dhcpcd[698]: eth0: adding route to 192.168.5.0/24
  36. Nov 01 09:10:37 trueai-rp432 dhcpcd[698]: eth0: adding default route via 192.168.5.1
  37. Nov 01 09:10:45 trueai-rp432 dhcpcd[698]: eth0: no IPv6 Routers available
  38.  
  39. -----------------------------------------------------------------
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement