Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "firewall": {
- "ipv6-name": {
- "wan_in-6": {
- "default-action": "drop",
- "description": "wan_in",
- "enable-default-log": "''",
- "rule": {
- "1": {
- "action": "accept",
- "description": "Allow Enabled/Related state",
- "state": {
- "established": "enable",
- "related": "enable"
- }
- },
- "2": {
- "action": "drop",
- "description": "Drop Invalid state",
- "log": "enable",
- "state": {
- "invalid": "enable"
- }
- },
- "5": {
- "action": "accept",
- "description": "Allow ICMPv6",
- "log": "enable",
- "protocol": "icmpv6"
- }
- }
- },
- "wan_local-6": {
- "default-action": "drop",
- "description": "wan_local",
- "enable-default-log": "''",
- "rule": {
- "1": {
- "action": "accept",
- "description": "Allow Enabled/Related state",
- "state": {
- "established": "enable",
- "related": "enable"
- }
- },
- "2": {
- "action": "drop",
- "description": "Drop Invalid state",
- "log": "enable",
- "state": {
- "invalid": "enable"
- }
- },
- "5": {
- "action": "accept",
- "description": "Allow ICMPv6",
- "log": "enable",
- "protocol": "icmpv6"
- },
- "6": {
- "action": "accept",
- "description": "DHCPv6",
- "destination": {
- "port": "546"
- },
- "protocol": "udp",
- "source": {
- "port": "547"
- }
- }
- }
- }
- }
- },
- "interfaces": {
- "ethernet": {
- "eth0": {
- "address": [
- "192.168.3.2/24"
- ],
- "duplex": "auto",
- "firewall": {
- "in": {
- "name": "WAN_IN"
- },
- "local": {
- "name": "WAN_LOCAL"
- },
- "out": {
- "name": "WAN_OUT"
- }
- },
- "pppoe": {
- "0": {
- "default-route": "auto",
- "dhcpv6-pd": {
- "no-dns": "''",
- "pd": {
- "0": {
- "interface": {
- "eth1": {
- "host-address": "::1",
- "no-dns": "''",
- "service": "slaac"
- },
- "eth2": {
- "host-address": "::1",
- "no-dns": "''",
- "service": "slaac"
- }
- },
- "prefix-length": "/56"
- }
- },
- "rapid-commit": "enable"
- },
- "firewall": {
- "in": {
- "ipv6-name": "wan_in-6",
- "name": "WAN_IN"
- },
- "local": {
- "ipv6-name": "wan_local-6",
- "name": "WAN_LOCAL"
- },
- "out": {
- "name": "WAN_OUT"
- }
- },
- "ipv6": {
- "dup-addr-detect-transmits": "1",
- "enable": "''"
- },
- "mtu": "1492",
- "name-server": "none"
- }
- },
- "speed": "auto"
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment