Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. {
  2. "interfaces":{
  3. "pseudo-ethernet":{
  4. "peth0":{
  5. "address":[
  6. "192.168.0.10/24"
  7. ],
  8. "description":"Access to 4G Modem",
  9. "link":[
  10. "eth2"
  11. ]
  12. }
  13. }
  14. },
  15. "service":{
  16. "nat":{
  17. "rule":{
  18. "4500":{
  19. "description":"port_forward_Plex_WAN2",
  20. "destination":{
  21. "address":"146.90.174.60",
  22. "port":"32400"
  23. },
  24. "inbound-interface":"eth3",
  25. "inside-address":{
  26. "address":"192.168.1.12",
  27. "port":"32400"
  28. },
  29. "protocol":"tcp",
  30. "type":"destination"
  31. },
  32. "4501":{
  33. "description":"port_forward_HTTP_WAN2",
  34. "destination":{
  35. "address":"146.90.174.60",
  36. "port":"80"
  37. },
  38. "inbound-interface":"eth3",
  39. "inside-address":{
  40. "address":"192.168.1.18",
  41. "port":"80"
  42. },
  43. "protocol":"tcp",
  44. "type":"destination"
  45. },
  46. "4502":{
  47. "description":"port_forward_HTTPS_WAN2",
  48. "destination":{
  49. "address":"146.90.174.60",
  50. "port":"443"
  51. },
  52. "inbound-interface":"eth3",
  53. "inside-address":{
  54. "address":"192.168.1.18",
  55. "port":"443"
  56. },
  57. "protocol":"tcp",
  58. "type":"destination"
  59. }
  60. }
  61. }
  62. },
  63. "firewall":{
  64. "name":{
  65. "WAN_IN":{
  66. "rule":{
  67. "1001":{
  68. "action":"accept",
  69. "description":"port_forward_Plex_WAN2",
  70. "destination":{
  71. "address":"192.168.1.12",
  72. "port":"32400"
  73. },
  74. "protocol":"tcp",
  75. "log":"disable"
  76. },
  77. "1002":{
  78. "action":"accept",
  79. "description":"port_forward_HTTP_WAN2",
  80. "destination":{
  81. "address":"192.168.1.18",
  82. "port":"80"
  83. },
  84. "protocol":"tcp",
  85. "log":"disable"
  86. },
  87. "1003":{
  88. "action":"accept",
  89. "description":"port_forward_HTTPS_WAN2",
  90. "destination":{
  91. "address":"192.168.1.18",
  92. "port":"443"
  93. },
  94. "protocol":"tcp",
  95. "log":"disable"
  96. }
  97. }
  98. }
  99. }
  100. }
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement