Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. OpenWrt 18.06.1, r7258-5eb055306f
  2. -----------------------------------------------------
  3. root@MT300N-V2:~# uci show firewall
  4. firewall.@defaults[0]=defaults
  5. firewall.@defaults[0].syn_flood='1'
  6.  
  7. firewall.@defaults[0].input='ACCEPT'
  8. firewall.@defaults[0].output='ACCEPT'
  9. firewall.@defaults[0].forward='REJECT'
  10. firewall.@zone[0]=zone
  11. firewall.@zone[0].name='lan'
  12. firewall.@zone[0].network='lan'
  13. firewall.@zone[0].input='ACCEPT'
  14. firewall.@zone[0].output='ACCEPT'
  15. firewall.@zone[0].forward='ACCEPT'
  16. firewall.@zone[1]=zone
  17. firewall.@zone[1].name='wan'
  18. firewall.@zone[1].output='ACCEPT'
  19. firewall.@zone[1].masq='1'
  20. firewall.@zone[1].mtu_fix='1'
  21. firewall.@zone[1].network='wan wan6'
  22. firewall.@zone[1].input='ACCEPT'
  23. firewall.@zone[1].forward='ACCEPT'
  24. firewall.@forwarding[0]=forwarding
  25. firewall.@forwarding[0].src='lan'
  26. firewall.@forwarding[0].dest='wan'
  27. firewall.@forwarding[0].enabled='0'
  28. firewall.@rule[0]=rule
  29. firewall.@rule[0].name='Allow-DHCP-Renew'
  30. firewall.@rule[0].src='wan'
  31. firewall.@rule[0].proto='udp'
  32. firewall.@rule[0].dest_port='68'
  33. firewall.@rule[0].target='ACCEPT'
  34. firewall.@rule[0].family='ipv4'
  35. firewall.@rule[1]=rule
  36. firewall.@rule[1].name='Allow-Ping'
  37. firewall.@rule[1].src='wan'
  38. firewall.@rule[1].proto='icmp'
  39. firewall.@rule[1].icmp_type='echo-request'
  40. firewall.@rule[1].family='ipv4'
  41. firewall.@rule[1].target='ACCEPT'
  42. firewall.@rule[2]=rule
  43. firewall.@rule[2].name='Allow-IGMP'
  44. firewall.@rule[2].src='wan'
  45. firewall.@rule[2].proto='igmp'
  46. firewall.@rule[2].family='ipv4'
  47. firewall.@rule[2].target='ACCEPT'
  48. firewall.@rule[3]=rule
  49. firewall.@rule[3].name='Allow-DHCPv6'
  50. firewall.@rule[3].src='wan'
  51. firewall.@rule[3].proto='udp'
  52. firewall.@rule[3].src_ip='fc00::/6'
  53. firewall.@rule[3].dest_ip='fc00::/6'
  54. firewall.@rule[3].dest_port='546'
  55. firewall.@rule[3].family='ipv6'
  56. firewall.@rule[3].target='ACCEPT'
  57. firewall.@rule[4]=rule
  58. firewall.@rule[4].name='Allow-MLD'
  59. firewall.@rule[4].src='wan'
  60. firewall.@rule[4].proto='icmp'
  61. firewall.@rule[4].src_ip='fe80::/10'
  62. firewall.@rule[4].icmp_type='130/0' '131/0' '132/0' '143/0'
  63. firewall.@rule[4].family='ipv6'
  64. firewall.@rule[4].target='ACCEPT'
  65. firewall.@rule[5]=rule
  66. firewall.@rule[5].name='Allow-ICMPv6-Input'
  67. firewall.@rule[5].src='wan'
  68. firewall.@rule[5].proto='icmp'
  69. firewall.@rule[5].icmp_type='echo-request' 'echo-reply' 'destination-unreachable ' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type' 'router-so licitation' 'neighbour-solicitation' 'router-advertisement' 'neighbour-advertise ment'
  70. firewall.@rule[5].limit='1000/sec'
  71. firewall.@rule[5].family='ipv6'
  72. firewall.@rule[5].target='ACCEPT'
  73. firewall.@rule[6]=rule
  74. firewall.@rule[6].name='Allow-ICMPv6-Forward'
  75. firewall.@rule[6].src='wan'
  76. firewall.@rule[6].dest='*'
  77. firewall.@rule[6].proto='icmp'
  78. firewall.@rule[6].icmp_type='echo-request' 'echo-reply' 'destination-unreachable ' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type'
  79. firewall.@rule[6].limit='1000/sec'
  80. firewall.@rule[6].family='ipv6'
  81. firewall.@rule[6].target='ACCEPT'
  82. firewall.@rule[7]=rule
  83. firewall.@rule[7].name='Allow-IPSec-ESP'
  84. firewall.@rule[7].src='wan'
  85. firewall.@rule[7].dest='lan'
  86. firewall.@rule[7].proto='esp'
  87. firewall.@rule[7].target='ACCEPT'
  88. firewall.@rule[8]=rule
  89. firewall.@rule[8].name='Allow-ISAKMP'
  90. firewall.@rule[8].src='wan'
  91. firewall.@rule[8].dest='lan'
  92. firewall.@rule[8].dest_port='500'
  93. firewall.@rule[8].proto='udp'
  94. firewall.@rule[8].target='ACCEPT'
  95. firewall.@include[0]=include
  96. firewall.@include[0].path='/etc/firewall.user'
  97. firewall.@include[0].reload='1'
  98. firewall.glfw=include
  99. firewall.glfw.type='script'
  100. firewall.glfw.path='/usr/bin/glfw.sh'
  101. firewall.glfw.reload='1'
  102. firewall.glqos=include
  103. firewall.glqos.type='script'
  104. firewall.glqos.path='/usr/sbin/glqos.sh'
  105. firewall.glqos.reload='1'
  106. firewall.mwan3=include
  107. firewall.mwan3.type='script'
  108. firewall.mwan3.path='/var/etc/mwan3.include'
  109. firewall.mwan3.reload='1'
  110. firewall.guestzone=zone
  111. firewall.guestzone.name='guestzone'
  112. Login incorrect
  113. MT300N-V2 login:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement