Skip to content

Instantly share code, notes, and snippets.

@ipmb
Created September 3, 2019 18:45
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 ipmb/c8ca58662685c1b0846351b3102908d6 to your computer and use it in GitHub Desktop.
Save ipmb/c8ca58662685c1b0846351b3102908d6 to your computer and use it in GitHub Desktop.
$ ssh server "ifconfig thunderbolt0" | grep -A3 mtu
thunderbolt0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 9000
inet 169.254.0.1 netmask 255.255.255.252 broadcast 169.254.0.3
inet6 fe80::a1:c8ff:fece:1990 prefixlen 64 scopeid 0x20<link>
ether 02:a1:c8:ce:19:90 txqueuelen 1000 (Ethernet)
$ ifconfig bridge0 | grep -A4 mtu
bridge0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 9000
options=63<RXCSUM,TXCSUM,TSO4,TSO6>
ether 22:00:bc:aa:03:05
inet6 fe80::10f5:5b92:24f5:28a9%bridge0 prefixlen 64 secured scopeid 0xf
inet 169.254.0.2 netmask 0xfffffffc broadcast 169.254.0.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment