Advertisement
xtree1

opnsense

Oct 27th, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. {
  2. "brand": "kvm",
  3. "vcpus": 2,
  4. "alias": "Backup Opnsense Firewall",
  5. "autoboot": false,
  6. "vnc_port": 99999,
  7. "ram": 1024,
  8. "disks": [{
  9. "boot": true,
  10. "model": "virtio",
  11. "size": 5120
  12. }],
  13. "nics": [{
  14. "nic_tag": "firewall",
  15. "model": "virtio",
  16. "ip": "dhcp",
  17. "mac": "d4:a9:28:14:e8:98",
  18. "vlan_id": 10,
  19. "allow_restricted_traffic": true,
  20. "allow_ip_spoofing": true,
  21. "allow_mac_spoofing": true,
  22. "allow_dhcp_spoofing": true,
  23. "allow_unfiltered_promisc": true,
  24. "primary": true
  25. },{
  26. "nic_tag": "firewall",
  27. "model": "virtio",
  28. "ip": "192.168.1.254",
  29. "netmask": "255.255.255.0",
  30. "vlan_id": 100,
  31. "allow_restricted_traffic": true,
  32. "allow_ip_spoofing": true,
  33. "allow_mac_spoofing": true,
  34. "allow_dhcp_spoofing": true,
  35. "allow_unfiltered_promisc": true,
  36. "primary": true
  37. },
  38.  
  39. {
  40. "nic_tag": "firewall",
  41. "model": "virtio",
  42. "ip": "192.168.200.30",
  43. "netmask": "255.255.255.224",
  44. "vlan_id": 200,
  45. "allow_restricted_traffic": true,
  46. "allow_ip_spoofing": true,
  47. "allow_mac_spoofing": true,
  48. "allow_dhcp_spoofing": true,
  49. "allow_unfiltered_promisc": true
  50. }]
  51.  
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement