Advertisement
xtree1

vyos_config

Dec 14th, 2016
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. {
  2. "zonename": "bc3a591a-efcc-61ab-9bb7-bacd11c729ec",
  3. "autoboot": true,
  4. "brand": "kvm",
  5. "limit_priv": "default,-file_link_any,-net_access,-proc_fork,-proc_info,-proc_session",
  6. "v": 1,
  7. "create_timestamp": "2016-12-14T23:13:34.130Z",
  8. "cpu_shares": 100,
  9. "max_lwps": 2000,
  10. "max_msg_ids": 4096,
  11. "max_sem_ids": 4096,
  12. "max_shm_ids": 4096,
  13. "max_shm_memory": 5120,
  14. "zfs_io_priority": 100,
  15. "max_physical_memory": 5120,
  16. "max_locked_memory": 5120,
  17. "max_swap": 5120,
  18. "billing_id": "00000000-0000-0000-0000-000000000000",
  19. "owner_uuid": "00000000-0000-0000-0000-000000000000",
  20. "alias": "opnsense router",
  21. "ram": 4096,
  22. "vcpus": 4,
  23. "vnc_port": 12345,
  24. "disks": [
  25. {
  26. "path": "/dev/zvol/rdsk/zones/bc3a591a-efcc-61ab-9bb7-bacd11c729ec-disk0",
  27. "boot": true,
  28. "model": "virtio",
  29. "media": "disk",
  30. "zfs_filesystem": "zones/bc3a591a-efcc-61ab-9bb7-bacd11c729ec-disk0",
  31. "zpool": "zones",
  32. "size": 22186,
  33. "compression": "off",
  34. "refreservation": 22186,
  35. "block_size": 8192
  36. }
  37. ],
  38. "nics": [
  39. {
  40. "interface": "net0",
  41. "mac": "d4:a9:28:14:e8:98",
  42. "nic_tag": "external",
  43. "ip": "dhcp",
  44. "ips": [
  45. "dhcp"
  46. ],
  47. "model": "e1000",
  48. "allow_dhcp_spoofing": true,
  49. "allow_ip_spoofing": true,
  50. "allow_mac_spoofing": true,
  51. "allow_restricted_traffic": true,
  52. "allow_unfiltered_promisc": true,
  53. "primary": true
  54. },
  55. {
  56. "interface": "net1",
  57. "mac": "92:78:49:99:f3:3d",
  58. "nic_tag": "admin",
  59. "netmask": "255.255.255.0",
  60. "ip": "192.168.1.254",
  61. "ips": [
  62. "192.168.1.254/24"
  63. ],
  64. "model": "e1000",
  65. "allow_dhcp_spoofing": true,
  66. "allow_ip_spoofing": true,
  67. "allow_mac_spoofing": true,
  68. "allow_restricted_traffic": true,
  69. "allow_unfiltered_promisc": true
  70. }
  71. ],
  72. "uuid": "bc3a591a-efcc-61ab-9bb7-bacd11c729ec",
  73. "zone_state": "running",
  74. "zonepath": "/zones/bc3a591a-efcc-61ab-9bb7-bacd11c729ec",
  75. "zoneid": 14,
  76. "last_modified": "2016-12-15T00:03:43.000Z",
  77. "resolvers": [],
  78. "firewall_enabled": false,
  79. "server_uuid": "00020003-0004-0005-0006-000700080009",
  80. "platform_buildstamp": "20161208T003707Z",
  81. "state": "running",
  82. "boot_timestamp": "2016-12-15T00:03:40.000Z",
  83. "pid": 10392,
  84. "customer_metadata": {},
  85. "internal_metadata": {},
  86. "routes": {},
  87. "tags": {},
  88. "quota": 10,
  89. "zfs_root_recsize": 131072,
  90. "zfs_filesystem": "zones/bc3a591a-efcc-61ab-9bb7-bacd11c729ec",
  91. "zpool": "zones",
  92. "snapshots": []
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement