Created
October 9, 2014 08:30
-
-
Save matthijskooijman/a9c2b25f7b9f670f4d23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
matthijs@grubby:/tmp/network-manager-0.9.10.0$ nmcli c show 22d58543-cfb5-4d49-b1a5-5fbf26ec86a3 | |
connection.id: Fonera Test | |
connection.uuid: 22d58543-cfb5-4d49-b1a5-5fbf26ec86a3 | |
connection.interface-name: eth0.10 | |
connection.type: vlan | |
connection.autoconnect: yes | |
connection.timestamp: 1412755955 | |
connection.read-only: no | |
connection.permissions: | |
connection.zone: -- | |
connection.master: -- | |
connection.slave-type: -- | |
connection.secondaries: | |
connection.gateway-ping-timeout: 0 | |
ipv4.method: manual | |
ipv4.dns: | |
ipv4.dns-search: | |
ipv4.addresses: { ip = 192.168.10.200/24, gw = 0.0.0.0 } | |
ipv4.routes: | |
ipv4.ignore-auto-routes: no | |
ipv4.ignore-auto-dns: no | |
ipv4.dhcp-client-id: -- | |
ipv4.dhcp-send-hostname: yes | |
ipv4.dhcp-hostname: -- | |
ipv4.never-default: no | |
ipv4.may-fail: yes | |
ipv6.method: ignore | |
ipv6.dns: | |
ipv6.dns-search: | |
ipv6.addresses: | |
ipv6.routes: | |
ipv6.ignore-auto-routes: no | |
ipv6.ignore-auto-dns: no | |
ipv6.never-default: no | |
ipv6.may-fail: yes | |
ipv6.ip6-privacy: 0 (disabled) | |
ipv6.dhcp-hostname: -- | |
vlan.interface-name: eth0.10 | |
vlan.parent: eth0 | |
vlan.id: 10 | |
vlan.flags: 0 (NONE) | |
vlan.ingress-priority-map: | |
vlan.egress-priority-map: | |
matthijs@grubby:/tmp/network-manager-0.9.10.0$ nmcli d status | |
DEVICE TYPE STATE CONNECTION | |
eth0 ethernet connected Wired | |
eth0.253 vlan connected Switch Management | |
68:76:4F:AC:87:44 bt disconnected -- | |
eth0.10 vlan unavailable -- | |
wlan0 wifi unavailable -- | |
lo loopback unmanaged -- | |
matthijs@grubby:/tmp/network-manager-0.9.10.0$ nmcli d show eth0.10 | |
GENERAL.DEVICE: eth0.10 | |
GENERAL.TYPE: vlan | |
GENERAL.HWADDR: 5C:FF:35:0F:10:5E | |
GENERAL.MTU: 1500 | |
GENERAL.STATE: 20 (unavailable) | |
GENERAL.CONNECTION: -- | |
GENERAL.CON-PATH: -- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment