Skip to content

Instantly share code, notes, and snippets.

@iameli

iameli/ifconfig Secret

Last active October 11, 2016 21:36
Show Gist options
  • Save iameli/2e515305dd908f0b3c9a1b76ca836bec to your computer and use it in GitHub Desktop.
Save iameli/2e515305dd908f0b3c9a1b76ca836bec to your computer and use it in GitHub Desktop.
CoreOS logs after mounting a new network interface
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 9001
inet 10.8.0.104 netmask 255.255.255.0 broadcast 10.8.0.255
inet6 fe80::8db:65ff:fe30:1f09 prefixlen 64 scopeid 0x20<link>
ether 0a:db:65:30:1f:09 txqueuelen 1000 (Ethernet)
RX packets 14 bytes 1457 (1.4 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 22 bytes 2784 (2.7 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal kernel: pci 0000:00:04.0: [8086:10ed] type 00 class 0x020000
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal kernel: pci 0000:00:04.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit pref]
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal kernel: pci 0000:00:04.0: reg 0x1c: [mem 0x00000000-0x00003fff 64bit pref]
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal kernel: pci 0000:00:04.0: BAR 0: assigned [mem 0xf300c000-0xf300ffff 64bit pref]
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal kernel: pci 0000:00:04.0: BAR 3: assigned [mem 0xf3010000-0xf3013fff 64bit pref]
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal kernel: ixgbevf 0000:00:04.0: enabling device (0000 -> 0002)
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal kernel: ixgbevf 0000:00:04.0: 0a:db:65:30:1f:09
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal kernel: ixgbevf 0000:00:04.0: MAC: 1
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal kernel: ixgbevf 0000:00:04.0: Intel(R) 82599 Virtual Function
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal systemd-timesyncd[636]: Network configuration changed, trying to establish connection.
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal kernel: ixgbevf 0000:00:04.0: NIC Link is Up 10 Gbps
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal kernel: IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal systemd-networkd[723]: eth1: Gained carrier
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal systemd-networkd[723]: eth1: DHCPv4 address 10.8.0.104/24 via 10.8.0.1
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal dbus[711]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal systemd[1]: Starting Hostname Service...
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal systemd-timesyncd[636]: Synchronized to time server 4.53.160.75:123 (2.coreos.pool.ntp.org).
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal dbus[711]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal systemd[1]: Started Hostname Service.
Oct 11 21:32:49 ip-10-8-0-250.us-west-2.compute.internal systemd-hostnamed[16505]: Changed host name to 'ip-10-8-0-104'
Oct 11 21:32:51 ip-10-8-0-250.us-west-2.compute.internal systemd-networkd[723]: eth1: Gained IPv6LL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment