Skip to content

Instantly share code, notes, and snippets.

@ivan
Created October 25, 2018 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivan/daf56f2af26c7feddcdee239036453c9 to your computer and use it in GitHub Desktop.
Save ivan/daf56f2af26c7feddcdee239036453c9 to your computer and use it in GitHub Desktop.
network drops out in nixos 18.09 in hyper-v VM (generation 2 hardware)
Oct 25 21:24:00 hydra dhcpcd[118894]: eth0: carrier lost
Oct 25 21:24:00 hydra dhcpcd[118894]: eth0: deleting address fe80::215:5dff:febf:f00
Oct 25 21:24:00 hydra dhcpcd[118894]: eth0: deleting route to 172.23.118.48/28
Oct 25 21:24:00 hydra dhcpcd[118894]: eth0: deleting default route via 172.23.118.49
Oct 25 21:24:02 hydra dhcpcd[118894]: eth0: carrier acquired
Oct 25 21:24:02 hydra dhcpcd[118894]: eth0: IAID 5d:bf:0f:00
Oct 25 21:24:02 hydra dhcpcd[118894]: eth0: adding address fe80::215:5dff:febf:f00
Oct 25 21:24:03 hydra dhcpcd[118894]: eth0: soliciting an IPv6 router
Oct 25 21:24:03 hydra dhcpcd[118894]: eth0: rebinding lease of 172.23.118.51
Oct 25 21:24:03 hydra dhcpcd[118894]: eth0: probing address 172.23.118.51/28
Oct 25 21:24:07 hydra dhcpcd[118894]: eth0: leased 172.23.118.51 for 86400 seconds
Oct 25 21:24:07 hydra dhcpcd[118894]: eth0: adding route to 172.23.118.48/28
Oct 25 21:24:07 hydra dhcpcd[118894]: eth0: adding default route via 172.23.118.49
Oct 25 21:24:16 hydra dhcpcd[118894]: eth0: no IPv6 Routers available
@ivan
Copy link
Author

ivan commented Oct 25, 2018

  *-network
       description: Ethernet interface
       physical id: 1
       logical name: eth0
       serial: 00:15:5d:bf:0f:00
       size: 10Gbit/s
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=hv_netvsc duplex=full firmware=N/A ip=172.23.118.51 link=yes multicast=yes speed=10Gbit/s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment