Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2020
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. block
  2. target: %%REJECT%%
  3. icmp-block-inversion: no
  4. interfaces:
  5. sources:
  6. services:
  7. ports:
  8. protocols:
  9. masquerade: no
  10. forward-ports:
  11. source-ports:
  12. icmp-blocks:
  13. rich rules:
  14.  
  15.  
  16. dmz
  17. target: default
  18. icmp-block-inversion: no
  19. interfaces:
  20. sources:
  21. services: ssh
  22. ports:
  23. protocols:
  24. masquerade: no
  25. forward-ports:
  26. source-ports:
  27. icmp-blocks:
  28. rich rules:
  29.  
  30.  
  31. drop
  32. target: DROP
  33. icmp-block-inversion: no
  34. interfaces:
  35. sources:
  36. services:
  37. ports:
  38. protocols:
  39. masquerade: no
  40. forward-ports:
  41. source-ports:
  42. icmp-blocks:
  43. rich rules:
  44.  
  45.  
  46. external
  47. target: default
  48. icmp-block-inversion: no
  49. interfaces:
  50. sources:
  51. services: ssh
  52. ports:
  53. protocols:
  54. masquerade: yes
  55. forward-ports:
  56. source-ports:
  57. icmp-blocks:
  58. rich rules:
  59.  
  60.  
  61. home
  62. target: default
  63. icmp-block-inversion: no
  64. interfaces:
  65. sources:
  66. services: dhcpv6-client mdns samba-client ssh
  67. ports:
  68. protocols:
  69. masquerade: no
  70. forward-ports:
  71. source-ports:
  72. icmp-blocks:
  73. rich rules:
  74.  
  75.  
  76. internal
  77. target: default
  78. icmp-block-inversion: no
  79. interfaces:
  80. sources:
  81. services: dhcpv6-client mdns samba-client ssh
  82. ports:
  83. protocols:
  84. masquerade: no
  85. forward-ports:
  86. source-ports:
  87. icmp-blocks:
  88. rich rules:
  89.  
  90.  
  91. public (active)
  92. target: default
  93. icmp-block-inversion: no
  94. interfaces: wlan0
  95. sources:
  96. services: dhcp dhcpv6-client samba ssh synology
  97. ports:
  98. protocols:
  99. masquerade: yes
  100. forward-ports: port=137:proto=udp:toport=137:toaddr=192.168.0.2
  101. port=138:proto=udp:toport=138:toaddr=192.168.0.2
  102. port=139:proto=tcp:toport=139:toaddr=192.168.0.2
  103. port=445:proto=tcp:toport=445:toaddr=192.168.0.2
  104. port=8022:proto=tcp:toport=22:toaddr=192.168.0.2
  105. port=5000:proto=tcp:toport=5000:toaddr=192.168.0.2
  106. port=5001:proto=tcp:toport=5001:toaddr=192.168.0.2
  107. source-ports:
  108. icmp-blocks:
  109. rich rules:
  110.  
  111.  
  112. trusted (active)
  113. target: ACCEPT
  114. icmp-block-inversion: no
  115. interfaces: eth0
  116. sources:
  117. services:
  118. ports:
  119. protocols:
  120. masquerade: no
  121. forward-ports:
  122. source-ports:
  123. icmp-blocks:
  124. rich rules:
  125.  
  126.  
  127. work
  128. target: default
  129. icmp-block-inversion: no
  130. interfaces:
  131. sources:
  132. services: dhcpv6-client ssh
  133. ports:
  134. protocols:
  135. masquerade: no
  136. forward-ports:
  137. source-ports:
  138. icmp-blocks:
  139. rich rules:
  140.  
  141.  
  142.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement