Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@OpenWrt:~# ubus call system board; \
- > uci export network; uci export mwan3; \
- head -n -0 /etc/firewall.user; \
- > uci export dhcp; uci export firewall; \
- ip -6 addr ; ip -6 ro li tab all ; ip -6 ru; \
- > head -n -0 /etc/firewall.user; \
- > ip6tables-save -c; \
- > ip -6 addr ; ip -6 ro li tab all ; ip -6 ru; \
- > ls -l /etc/resolv.* /tmp/resolv.* /tmp/resolv.*/* ; head -n -0 /etc/resolv.*
- /tmp/resolv.* /tmp/resolv.*/*
- {
- "kernel": "4.14.209",
- "hostname": "OpenWrt",
- "system": "MediaTek MT7621 ver:1 eco:3",
- "model": "Netgear R6220",
- "board_name": "r6220",
- "release": {
- "distribution": "OpenWrt",
- "version": "19.07.5",
- "revision": "r11257-5090152ae3",
- "target": "ramips/mt7621",
- "description": "OpenWrt 19.07.5 r11257-5090152ae3"
- }
- }
- package network
- config interface 'loopback'
- option ifname 'lo'
- option proto 'static'
- option ipaddr '127.0.0.1'
- option netmask '255.0.0.0'
- config globals 'globals'
- option ula_prefix 'dd4e:2271:c462::/48'
- config interface 'lan'
- option type 'bridge'
- option ifname 'eth0.1'
- option proto 'static'
- option netmask '255.255.255.0'
- option ip6assign '60'
- option ipaddr '192.168.0.1'
- config device 'lan_eth0_1_dev'
- option name 'eth0.1'
- option macaddr '08:02:8e:e6:43:e8'
- config interface 'wan'
- option ifname 'eth0.2'
- option proto 'dhcp'
- option metric '10'
- option delegate '0'
- config device 'wan_eth0_2_dev'
- option name 'eth0.2'
- option macaddr '08:02:8e:e6:43:e9'
- config interface 'wan6'
- option ifname 'eth0.2'
- option proto 'dhcpv6'
- option reqaddress 'try'
- option reqprefix 'auto'
- option metric '10'
- option sourcefilter '0'
- config switch
- option name 'switch0'
- option reset '1'
- option enable_vlan '1'
- config switch_vlan
- option device 'switch0'
- option vlan '1'
- option vid '1'
- option ports '6t 1 0'
- config switch_vlan
- option device 'switch0'
- option vlan '2'
- option vid '2'
- option ports '6t 4'
- config switch_vlan
- option device 'switch0'
- option vlan '3'
- option vid '3'
- option ports '6t 3'
- config interface 'wanb'
- option ifname 'eth0.3'
- option proto 'static'
- option netmask '255.255.255.0'
- option ipaddr '192.168.4.4'
- option gateway '192.168.4.1'
- option metric '20'
- option macaddr '08:02:8e:e6:43:e7'
- option force_link '0'
- option delegate '0'
- config interface 'wanb6'
- option ifname 'eth0.3'
- option proto 'dhcpv6'
- option reqaddress 'try'
- option reqprefix 'auto'
- option macaddr '08:02:8e:e6:43:e7'
- option metric '20'
- option sourcefilter '0'
- config switch_vlan
- option device 'switch0'
- option vlan '5'
- option vid '131'
- option ports '6t 2t'
- config switch_vlan
- option device 'switch0'
- option vlan '6'
- option vid '1849'
- option ports '6t 2t'
- config switch_vlan
- option device 'switch0'
- option vlan '7'
- option ports '6t 2'
- option vid '4'
- config interface 'wanc'
- option ifname 'eth0.4'
- option proto 'static'
- option netmask '255.255.255.0'
- option ipaddr '192.168.100.2'
- option gateway '192.168.100.1'
- option metric '30'
- option delegate '0'
- config interface 'wancvirtual'
- option ifname 'eth0.4'
- option proto 'static'
- option netmask '255.255.255.0'
- option ipaddr '192.168.100.4'
- option gateway '192.168.100.1'
- option metric '35'
- option macaddr '7c:a9:6b:37:28:2d'
- config interface 'wanc6'
- option proto 'dhcpv6'
- option reqprefix 'auto'
- option reqaddress 'try'
- option mtu '1492'
- option macaddr '7c:a9:6b:37:28:2e'
- option ifname 'eth0.4'
- option metric '30'
- option sourcefilter '0'
- package mwan3
- config policy 'balanced'
- option last_resort 'unreachable'
- list use_member 'wan_m1_w3'
- list use_member 'wanb_m1_w2'
- list use_member 'wanc_m1_w2'
- list use_member 'wan6_m1_w3'
- list use_member 'wanb6_m1_w2'
- list use_member 'wanc6_m1_w2'
- config policy 'wan_only'
- list use_member 'wan_m1_w3'
- list use_member 'wan6_m1_w3'
- config policy 'wanb_only'
- list use_member 'wanb_m1_w2'
- list use_member 'wanb6_m1_w2'
- config policy 'wan_wanb'
- list use_member 'wan_m1_w3'
- list use_member 'wanb_m2_w2'
- list use_member 'wan6_m1_w3'
- list use_member 'wanb6_m2_w2'
- config policy 'wanb_wan'
- list use_member 'wan_m2_w3'
- list use_member 'wanb_m1_w2'
- list use_member 'wan6_m2_w3'
- list use_member 'wanb6_m1_w2'
- config globals 'globals'
- option mmx_mask '0x3F00'
- option rtmon_interval '5'
- config interface 'wan'
- option enabled '1'
- list track_ip '8.8.4.4'
- list track_ip '8.8.8.8'
- list track_ip '208.67.222.222'
- list track_ip '208.67.220.220'
- option family 'ipv4'
- option reliability '2'
- option count '1'
- option timeout '2'
- option failure_latency '1000'
- option recovery_latency '500'
- option failure_loss '20'
- option recovery_loss '5'
- option interval '5'
- option down '3'
- option up '8'
- config interface 'wan6'
- list track_ip '2001:4860:4860::8844'
- list track_ip '2001:4860:4860::8888'
- list track_ip '2620:0:ccd::2'
- list track_ip '2620:0:ccc::2'
- option family 'ipv6'
- option reliability '2'
- option count '1'
- option timeout '2'
- option interval '5'
- option down '3'
- option up '8'
- option enabled '1'
- option initial_state 'online'
- option track_method 'ping'
- option size '56'
- option max_ttl '60'
- option check_quality '0'
- option failure_interval '5'
- option recovery_interval '5'
- config interface 'wanb'
- list track_ip '8.8.4.4'
- list track_ip '8.8.8.8'
- list track_ip '208.67.222.222'
- list track_ip '208.67.220.220'
- option family 'ipv4'
- option count '1'
- option timeout '2'
- option interval '5'
- option down '3'
- option up '8'
- option enabled '1'
- option initial_state 'online'
- option track_method 'ping'
- option size '56'
- option max_ttl '60'
- option check_quality '0'
- option failure_interval '5'
- option recovery_interval '5'
- option reliability '2'
- config interface 'wanb6'
- option family 'ipv6'
- option count '1'
- option timeout '2'
- option interval '5'
- option down '3'
- option up '8'
- option enabled '1'
- option initial_state 'online'
- option track_method 'ping'
- option size '56'
- option max_ttl '60'
- option check_quality '0'
- option failure_interval '5'
- option recovery_interval '5'
- option reliability '2'
- list track_ip '2001:4860:4860::8844'
- list track_ip '2001:4860:4860::8888'
- list track_ip '2620:0:ccd::2'
- config member 'wan_m1_w3'
- option interface 'wan'
- option metric '1'
- option weight '3'
- config member 'wan_m2_w3'
- option interface 'wan'
- option metric '2'
- option weight '3'
- config member 'wanb_m1_w2'
- option interface 'wanb'
- option metric '1'
- option weight '2'
- config member 'wanb_m2_w2'
- option interface 'wanb'
- option metric '2'
- option weight '2'
- config member 'wan6_m1_w3'
- option interface 'wan6'
- option metric '1'
- option weight '3'
- config member 'wan6_m2_w3'
- option interface 'wan6'
- option metric '2'
- option weight '3'
- config member 'wanb6_m1_w2'
- option interface 'wanb6'
- option metric '1'
- option weight '2'
- config member 'wanb6_m2_w2'
- option interface 'wanb6'
- option metric '2'
- option weight '2'
- config rule 'https'
- option sticky '1'
- option dest_port '443'
- option proto 'tcp'
- option use_policy 'balanced'
- config rule 'default_rule_v4'
- option dest_ip '0.0.0.0/0'
- option use_policy 'balanced'
- option family 'ipv4'
- config rule 'default_rule_v6'
- option dest_ip '::/0'
- option use_policy 'balanced'
- option family 'ipv6'
- config interface 'wanc'
- option enabled '1'
- option initial_state 'online'
- option family 'ipv4'
- option track_method 'ping'
- option count '1'
- option size '56'
- option max_ttl '60'
- option check_quality '0'
- option timeout '2'
- option interval '5'
- option failure_interval '5'
- option recovery_interval '5'
- option down '3'
- list track_ip '8.8.4.4'
- list track_ip '8.8.8.8'
- list track_ip '208.67.222.222'
- list track_ip '208.67.220.220'
- option reliability '2'
- option up '8'
- config member 'wanc_m1_w2'
- option interface 'wanc'
- option metric '1'
- option weight '2'
- config member 'wanc_m2_w2'
- option interface 'wanc'
- option metric '2'
- option weight '2'
- config interface 'wanc6'
- option enabled '1'
- option initial_state 'online'
- option track_method 'ping'
- option reliability '2'
- option count '1'
- option size '56'
- option max_ttl '60'
- option check_quality '0'
- option timeout '2'
- option interval '5'
- option failure_interval '5'
- option recovery_interval '5'
- option down '3'
- option up '8'
- option family 'ipv6'
- list track_ip '2001:4860:4860::8844'
- list track_ip '2001:4860:4860::8888'
- list track_ip '2620:0:ccd::2'
- config member 'wanc6_m1_w2'
- option interface 'wanc6'
- option metric '1'
- option weight '2'
- config member 'wanc6_m2_w2'
- option metric '2'
- option weight '2'
- package dhcp
- config dnsmasq
- option domainneeded '1'
- option boguspriv '1'
- option filterwin2k '0'
- option localise_queries '1'
- option rebind_protection '1'
- option rebind_localhost '1'
- option local '/lan/'
- option domain 'lan'
- option expandhosts '1'
- option nonegcache '0'
- option authoritative '1'
- option readethers '1'
- option leasefile '/tmp/dhcp.leases'
- option resolvfile '/tmp/resolv.conf.auto'
- option nonwildcard '1'
- option localservice '1'
- config dhcp 'lan'
- option interface 'lan'
- option start '100'
- option limit '150'
- option leasetime '12h'
- option ra 'server'
- option dhcpv6 'server'
- option ra_management '1'
- config dhcp 'wan'
- option interface 'wan'
- option ignore '1'
- config odhcpd 'odhcpd'
- option maindhcp '0'
- option leasefile '/tmp/hosts/odhcpd'
- option leasetrigger '/usr/sbin/odhcpd-update'
- option loglevel '4'
- package firewall
- config defaults
- option input 'ACCEPT'
- option output 'ACCEPT'
- option synflood_protect '1'
- option forward 'ACCEPT'
- config zone
- option name 'lan'
- option input 'ACCEPT'
- option output 'ACCEPT'
- option forward 'ACCEPT'
- option network 'lan'
- config zone
- option name 'wan'
- option input 'REJECT'
- option output 'ACCEPT'
- option forward 'REJECT'
- option mtu_fix '1'
- option masq '1'
- option network 'wan wan6 wanb wanb6 wanc wancvirtual wanc6'
- option masq6 ''\''1'\'''
- config forwarding
- option src 'lan'
- option dest 'wan'
- config rule
- option name 'Allow-DHCP-Renew'
- option src 'wan'
- option proto 'udp'
- option dest_port '68'
- option target 'ACCEPT'
- option family 'ipv4'
- config rule
- option name 'Allow-Ping'
- option src 'wan'
- option proto 'icmp'
- option icmp_type 'echo-request'
- option family 'ipv4'
- option target 'ACCEPT'
- config rule
- option name 'Allow-IGMP'
- option src 'wan'
- option proto 'igmp'
- option family 'ipv4'
- option target 'ACCEPT'
- config rule
- option name 'Allow-DHCPv6'
- option src 'wan'
- option proto 'udp'
- option src_ip 'fc00::/6'
- option dest_ip 'fc00::/6'
- option dest_port '546'
- option family 'ipv6'
- option target 'ACCEPT'
- config rule
- option name 'Allow-MLD'
- option src 'wan'
- option proto 'icmp'
- option src_ip 'fe80::/10'
- list icmp_type '130/0'
- list icmp_type '131/0'
- list icmp_type '132/0'
- list icmp_type '143/0'
- option family 'ipv6'
- option target 'ACCEPT'
- config rule
- option name 'Allow-ICMPv6-Input'
- option src 'wan'
- option proto 'icmp'
- list icmp_type 'echo-request'
- list icmp_type 'echo-reply'
- list icmp_type 'destination-unreachable'
- list icmp_type 'packet-too-big'
- list icmp_type 'time-exceeded'
- list icmp_type 'bad-header'
- list icmp_type 'unknown-header-type'
- list icmp_type 'router-solicitation'
- list icmp_type 'neighbour-solicitation'
- list icmp_type 'router-advertisement'
- list icmp_type 'neighbour-advertisement'
- option limit '1000/sec'
- option family 'ipv6'
- option target 'ACCEPT'
- config rule
- option name 'Allow-ICMPv6-Forward'
- option src 'wan'
- option dest '*'
- option proto 'icmp'
- list icmp_type 'echo-request'
- list icmp_type 'echo-reply'
- list icmp_type 'destination-unreachable'
- list icmp_type 'packet-too-big'
- list icmp_type 'time-exceeded'
- list icmp_type 'bad-header'
- list icmp_type 'unknown-header-type'
- option limit '1000/sec'
- option family 'ipv6'
- option target 'ACCEPT'
- option enabled ''\''0'\'''
- config rule
- option name 'Allow-IPSec-ESP'
- option src 'wan'
- option dest 'lan'
- option proto 'esp'
- option target 'ACCEPT'
- config rule
- option name 'Allow-ISAKMP'
- option src 'wan'
- option dest 'lan'
- option dest_port '500'
- option proto 'udp'
- option target 'ACCEPT'
- config include
- option path '/etc/firewall.user'
- config forwarding
- option dest 'lan'
- option src 'wan'
- config redirect
- option dest_port '21'
- option src 'wan'
- option name 'Linphone'
- option src_dport '21'
- option target 'DNAT'
- option dest_ip '192.168.0.187'
- option dest 'lan'
- list proto 'udp'
- option src_ip '192.168.4.1'
- list src_mac 'B4:6E:08:93:57:C2'
- config include 'nat6'
- option path '/etc/firewall.nat6'
- option reload '1'
- # This file is interpreted as shell script.
- # Put your custom iptables rules here, they will
- # be executed with each firewall (re-)start.
- # Internal uci firewall chains are flushed and recreated on reload, so
- # put custom rules into the root chains e.g. INPUT or FORWARD or into the
- # special user chains, e.g. input_wan_rule or postrouting_lan_rule.
- # Generated by ip6tables-save v1.8.3 on Thu May 20 02:53:47 2021
- *nat
- :PREROUTING ACCEPT [4923:701626]
- :INPUT ACCEPT [2513:222150]
- :OUTPUT ACCEPT [7277:712927]
- :POSTROUTING ACCEPT [9:1334]
- :postrouting_lan_rule - [0:0]
- :postrouting_rule - [0:0]
- :postrouting_wan_rule - [0:0]
- :prerouting_lan_rule - [0:0]
- :prerouting_rule - [0:0]
- :prerouting_wan_rule - [0:0]
- :zone_lan_postrouting - [0:0]
- :zone_lan_prerouting - [0:0]
- :zone_wan_postrouting - [0:0]
- :zone_wan_prerouting - [0:0]
- [4923:701626] -A PREROUTING -m comment --comment "!fw3: Custom prerouting rule chain" -j prerouting_rule
- [4243:582966] -A PREROUTING -i br-lan -m comment --comment "!fw3" -j zone_lan_prerouting
- [0:0] -A PREROUTING -i eth0.2 -m comment --comment "!fw3" -j zone_wan_prerouting
- [0:0] -A PREROUTING -i eth0.3 -m comment --comment "!fw3" -j zone_wan_prerouting
- [680:118660] -A PREROUTING -i eth0.4 -m comment --comment "!fw3" -j zone_wan_prerouting
- [8562:910475] -A POSTROUTING -m comment --comment "!fw3: Custom postrouting rule chain" -j postrouting_rule
- [9:1334] -A POSTROUTING -o br-lan -m comment --comment "!fw3" -j zone_lan_postrouting
- [3291:378353] -A POSTROUTING -o eth0.2 -m comment --comment "!fw3" -j zone_wan_postrouting
- [2541:226490] -A POSTROUTING -o eth0.3 -m comment --comment "!fw3" -j zone_wan_postrouting
- [2721:304298] -A POSTROUTING -o eth0.4 -m comment --comment "!fw3" -j zone_wan_postrouting
- [9:1334] -A zone_lan_postrouting -m comment --comment "!fw3: Custom lan postrouting rule chain" -j postrouting_lan_rule
- [4243:582966] -A zone_lan_prerouting -m comment --comment "!fw3: Custom lan prerouting rule chain" -j prerouting_lan_rule
- [8553:909141] -A zone_wan_postrouting -m comment --comment "!fw3: Custom wan postrouting rule chain" -j postrouting_wan_rule
- [8553:909141] -A zone_wan_postrouting -m comment --comment "!fw3" -j MASQUERADE
- [680:118660] -A zone_wan_prerouting -m comment --comment "!fw3: Custom wan prerouting rule chain" -j prerouting_wan_rule
- COMMIT
- # Completed on Thu May 20 02:53:47 2021
- # Generated by ip6tables-save v1.8.3 on Thu May 20 02:53:47 2021
- *mangle
- :PREROUTING ACCEPT [27249:4370961]
- :INPUT ACCEPT [12878:1543090]
- :FORWARD ACCEPT [13051:2531467]
- :OUTPUT ACCEPT [26799:3382939]
- :POSTROUTING ACCEPT [39807:5911826]
- :mwan3_connected - [0:0]
- :mwan3_hook - [0:0]
- :mwan3_iface_in_wan6 - [0:0]
- :mwan3_iface_in_wanb6 - [0:0]
- :mwan3_iface_in_wanc6 - [0:0]
- :mwan3_ifaces_in - [0:0]
- :mwan3_policy_balanced - [0:0]
- :mwan3_policy_wan_only - [0:0]
- :mwan3_policy_wan_wanb - [0:0]
- :mwan3_policy_wanb_only - [0:0]
- :mwan3_policy_wanb_wan - [0:0]
- :mwan3_rule_https - [0:0]
- :mwan3_rules - [0:0]
- [1314831:172180377] -A PREROUTING -j mwan3_hook
- [1965:156688] -A FORWARD -o eth0.2 -p tcp -m tcp --tcp-flags SYN,RST SYN -m comment --comment "!fw3: Zone wan MTU fixing" -j TCPMSS --clamp-mss-to-pmtu
- [5030:397440] -A FORWARD -i eth0.2 -p tcp -m tcp --tcp-flags SYN,RST SYN -m comment --comment "!fw3: Zone wan MTU fixing" -j TCPMSS --clamp-mss-to-pmtu
- [0:0] -A FORWARD -o eth0.3 -p tcp -m tcp --tcp-flags SYN,RST SYN -m comment --comment "!fw3: Zone wan MTU fixing" -j TCPMSS --clamp-mss-to-pmtu
- [0:0] -A FORWARD -i eth0.3 -p tcp -m tcp --tcp-flags SYN,RST SYN -m comment --comment "!fw3: Zone wan MTU fixing" -j TCPMSS --clamp-mss-to-pmtu
- [9500:751668] -A FORWARD -o eth0.4 -p tcp -m tcp --tcp-flags SYN,RST SYN -m comment --comment "!fw3: Zone wan MTU fixing" -j TCPMSS --clamp-mss-to-pmtu
- [3232:255540] -A FORWARD -i eth0.4 -p tcp -m tcp --tcp-flags SYN,RST SYN -m comment --comment "!fw3: Zone wan MTU fixing" -j TCPMSS --clamp-mss-to-pmtu
- [1193252:139576459] -A OUTPUT -j mwan3_hook
- [965634:112082966] -A mwan3_connected -m set --match-set mwan3_connected dst -j MARK --set-xmark 0x3f00/0x3f00
- [406:21896] -A mwan3_hook -p ipv6-icmp -m icmp6 --icmpv6-type 133 -j RETURN
- [13430:1775264] -A mwan3_hook -p ipv6-icmp -m icmp6 --icmpv6-type 134 -j RETURN
- [306924:22091576] -A mwan3_hook -p ipv6-icmp -m icmp6 --icmpv6-type 135 -j RETURN
- [96129:6193992] -A mwan3_hook -p ipv6-icmp -m icmp6 --icmpv6-type 136 -j RETURN
- [27:4392] -A mwan3_hook -p ipv6-icmp -m icmp6 --icmpv6-type 137 -j RETURN
- [167232:17392128] -A mwan3_hook -p ipv6-icmp -m set --match-set mwan3_source_v6 src -m icmp6 --icmpv6-type 128 -j RETURN
- [1923935:264277588] -A mwan3_hook -j CONNMARK --restore-mark --nfmask 0x3f00 --ctmask 0x3f00
- [587026:62157788] -A mwan3_hook -m mark --mark 0x0/0x3f00 -j mwan3_ifaces_in
- [382245:39265855] -A mwan3_hook -m mark --mark 0x0/0x3f00 -j mwan3_connected
- [132937:16400596] -A mwan3_hook -m mark --mark 0x0/0x3f00 -j mwan3_rules
- [1923935:264277588] -A mwan3_hook -j CONNMARK --save-mark --nfmask 0x3f00 --ctmask 0x3f00
- [1306710:179663725] -A mwan3_hook -m mark ! --mark 0x3f00/0x3f00 -j mwan3_connected
- [10670:811276] -A mwan3_iface_in_wan6 -i eth0.2 -m set --match-set mwan3_connected_v6 src -m mark --mark 0x0/0x3f00 -m comment --comment default -j MARK --set-xmark 0x3f00/0x3f00
- [83759:8705968] -A mwan3_iface_in_wan6 -i eth0.2 -m mark --mark 0x0/0x3f00 -m comment --comment wan6 -j MARK --set-xmark 0x200/0x3f00
- [0:0] -A mwan3_iface_in_wanb6 -i eth0.3 -m set --match-set mwan3_connected_v6 src -m mark --mark 0x0/0x3f00 -m comment --comment default -j MARK --set-xmark 0x3f00/0x3f00
- [0:0] -A mwan3_iface_in_wanb6 -i eth0.3 -m mark --mark 0x0/0x3f00 -m comment --comment wanb6 -j MARK --set-xmark 0x400/0x3f00
- [2137:372880] -A mwan3_iface_in_wanc6 -i eth0.4 -m set --match-set mwan3_connected_v6 src -m mark --mark 0x0/0x3f00 -m comment --comment default -j MARK --set-xmark 0x3f00/0x3f00
- [6655:691752] -A mwan3_iface_in_wanc6 -i eth0.4 -m mark --mark 0x0/0x3f00 -m comment --comment wanc6 -j MARK --set-xmark 0x600/0x3f00
- [587011:62156230] -A mwan3_ifaces_in -m mark --mark 0x0/0x3f00 -j mwan3_iface_in_wanb6
- [586044:62049242] -A mwan3_ifaces_in -m mark --mark 0x0/0x3f00 -j mwan3_iface_in_wan6
- [23147:2586074] -A mwan3_ifaces_in -m mark --mark 0x0/0x3f00 -j mwan3_iface_in_wanc6
- [1653:242059] -A mwan3_policy_balanced -m mark --mark 0x0/0x3f00 -m statistic --mode random --probability 0.39999999991 -m comment --comment "wanc6 2 5" -j MARK --set-xmark 0x600/0x3f00
- [2407:371222] -A mwan3_policy_balanced -m mark --mark 0x0/0x3f00 -m comment --comment "wan6 3 3" -j MARK --set-xmark 0x200/0x3f00
- [0:0] -A mwan3_policy_wan_only -m mark --mark 0x0/0x3f00 -m comment --comment "wan6 3 3" -j MARK --set-xmark 0x200/0x3f00
- [0:0] -A mwan3_policy_wan_wanb -m mark --mark 0x0/0x3f00 -m comment --comment "wan6 3 3" -j MARK --set-xmark 0x200/0x3f00
- [0:0] -A mwan3_policy_wanb_only -o eth0.3 -m mark --mark 0x0/0x3f00 -m comment --comment "out wanb6 eth0.3" -j MARK --set-xmark 0x3f00/0x3f00
- [0:0] -A mwan3_policy_wanb_only -m mark --mark 0x0/0x3f00 -m comment --comment unreachable -j MARK --set-xmark 0x3e00/0x3f00
- [0:0] -A mwan3_policy_wanb_wan -m mark --mark 0x0/0x3f00 -m comment --comment "wan6 3 3" -j MARK --set-xmark 0x200/0x3f00
- [1702:135120] -A mwan3_rule_https -m mark --mark 0x0/0x3f00 -j mwan3_policy_balanced
- [1702:135120] -A mwan3_rule_https -m mark ! --mark 0xfc00/0xfc00 -j SET --del-set mwan3_sticky_https src,src
- [1702:135120] -A mwan3_rule_https -m mark ! --mark 0xfc00/0xfc00 -j SET --add-set mwan3_sticky_https src,src
- [1702:135120] -A mwan3_rules -p tcp -m multiport --dports 443 -m mark --mark 0x0/0x3f00 -j mwan3_rule_https
- [2358:478161] -A mwan3_rules -m mark --mark 0x0/0x3f00 -j mwan3_policy_balanced
- COMMIT
- # Completed on Thu May 20 02:53:47 2021
- # Generated by ip6tables-save v1.8.3 on Thu May 20 02:53:47 2021
- *filter
- :INPUT ACCEPT [0:0]
- :FORWARD ACCEPT [0:0]
- :OUTPUT ACCEPT [0:0]
- :forwarding_lan_rule - [0:0]
- :forwarding_rule - [0:0]
- :forwarding_wan_rule - [0:0]
- :input_lan_rule - [0:0]
- :input_rule - [0:0]
- :input_wan_rule - [0:0]
- :output_lan_rule - [0:0]
- :output_rule - [0:0]
- :output_wan_rule - [0:0]
- :reject - [0:0]
- :syn_flood - [0:0]
- :zone_lan_dest_ACCEPT - [0:0]
- :zone_lan_forward - [0:0]
- :zone_lan_input - [0:0]
- :zone_lan_output - [0:0]
- :zone_lan_src_ACCEPT - [0:0]
- :zone_wan_dest_ACCEPT - [0:0]
- :zone_wan_dest_REJECT - [0:0]
- :zone_wan_forward - [0:0]
- :zone_wan_input - [0:0]
- :zone_wan_output - [0:0]
- :zone_wan_src_REJECT - [0:0]
- [2:632] -A INPUT -i lo -m comment --comment "!fw3" -j ACCEPT
- [12876:1542458] -A INPUT -m comment --comment "!fw3: Custom input rule chain" -j input_rule
- [7392:1097383] -A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -m comment --comment "!fw3" -j ACCEPT
- [2:168] -A INPUT -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -m comment --comment "!fw3" -j syn_flood
- [4003:324575] -A INPUT -i br-lan -m comment --comment "!fw3" -j zone_lan_input
- [1103:93620] -A INPUT -i eth0.2 -m comment --comment "!fw3" -j zone_wan_input
- [164:11520] -A INPUT -i eth0.3 -m comment --comment "!fw3" -j zone_wan_input
- [214:15360] -A INPUT -i eth0.4 -m comment --comment "!fw3" -j zone_wan_input
- [13051:2531467] -A FORWARD -m comment --comment "!fw3: Custom forwarding rule chain" -j forwarding_rule
- [11578:2318489] -A FORWARD -m conntrack --ctstate RELATED,ESTABLISHED -m comment --comment "!fw3" -j ACCEPT
- [1473:212978] -A FORWARD -i br-lan -m comment --comment "!fw3" -j zone_lan_forward
- [0:0] -A FORWARD -i eth0.2 -m comment --comment "!fw3" -j zone_wan_forward
- [0:0] -A FORWARD -i eth0.3 -m comment --comment "!fw3" -j zone_wan_forward
- [0:0] -A FORWARD -i eth0.4 -m comment --comment "!fw3" -j zone_wan_forward
- [2:632] -A OUTPUT -o lo -m comment --comment "!fw3" -j ACCEPT
- [26797:3382307] -A OUTPUT -m comment --comment "!fw3: Custom output rule chain" -j output_rule
- [11226:2062739] -A OUTPUT -m conntrack --ctstate RELATED,ESTABLISHED -m comment --comment "!fw3" -j ACCEPT
- [1512:106396] -A OUTPUT -o br-lan -m comment --comment "!fw3" -j zone_lan_output
- [3672:352787] -A OUTPUT -o eth0.2 -m comment --comment "!fw3" -j zone_wan_output
- [2697:237771] -A OUTPUT -o eth0.3 -m comment --comment "!fw3" -j zone_wan_output
- [7690:622614] -A OUTPUT -o eth0.4 -m comment --comment "!fw3" -j zone_wan_output
- [32:2504] -A reject -p tcp -m comment --comment "!fw3" -j REJECT --reject-with tcp-reset
- [0:0] -A reject -m comment --comment "!fw3" -j REJECT --reject-with icmp6-port-unreachable
- [2:168] -A syn_flood -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -m limit --limit 25/sec --limit-burst 50 -m comment --comment "!fw3" -j RETURN
- [0:0] -A syn_flood -m comment --comment "!fw3" -j DROP
- [1512:106396] -A zone_lan_dest_ACCEPT -o br-lan -m comment --comment "!fw3" -j ACCEPT
- [1473:212978] -A zone_lan_forward -m comment --comment "!fw3: Custom lan forwarding rule chain" -j forwarding_lan_rule
- [1473:212978] -A zone_lan_forward -m comment --comment "!fw3: Zone lan to wan forwarding policy" -j zone_wan_dest_ACCEPT
- [0:0] -A zone_lan_forward -m comment --comment "!fw3" -j zone_lan_dest_ACCEPT
- [4003:324575] -A zone_lan_input -m comment --comment "!fw3: Custom lan input rule chain" -j input_lan_rule
- [4003:324575] -A zone_lan_input -m comment --comment "!fw3" -j zone_lan_src_ACCEPT
- [1512:106396] -A zone_lan_output -m comment --comment "!fw3: Custom lan output rule chain" -j output_lan_rule
- [1512:106396] -A zone_lan_output -m comment --comment "!fw3" -j zone_lan_dest_ACCEPT
- [4003:324575] -A zone_lan_src_ACCEPT -i br-lan -m conntrack --ctstate NEW,UNTRACKED -m comment --comment "!fw3" -j ACCEPT
- [36:2160] -A zone_wan_dest_ACCEPT -o eth0.2 -m conntrack --ctstate INVALID -m comment --comment "!fw3: Prevent NAT leakage" -j DROP
- [4593:487355] -A zone_wan_dest_ACCEPT -o eth0.2 -m comment --comment "!fw3" -j ACCEPT
- [0:0] -A zone_wan_dest_ACCEPT -o eth0.3 -m conntrack --ctstate INVALID -m comment --comment "!fw3: Prevent NAT leakage" -j DROP
- [2697:237771] -A zone_wan_dest_ACCEPT -o eth0.3 -m comment --comment "!fw3" -j ACCEPT
- [7:420] -A zone_wan_dest_ACCEPT -o eth0.4 -m conntrack --ctstate INVALID -m comment --comment "!fw3: Prevent NAT leakage" -j DROP
- [8199:698444] -A zone_wan_dest_ACCEPT -o eth0.4 -m comment --comment "!fw3" -j ACCEPT
- [0:0] -A zone_wan_dest_REJECT -o eth0.2 -m comment --comment "!fw3" -j reject
- [0:0] -A zone_wan_dest_REJECT -o eth0.3 -m comment --comment "!fw3" -j reject
- [0:0] -A zone_wan_dest_REJECT -o eth0.4 -m comment --comment "!fw3" -j reject
- [0:0] -A zone_wan_forward -m comment --comment "!fw3: Custom wan forwarding rule chain" -j forwarding_wan_rule
- [0:0] -A zone_wan_forward -p esp -m comment --comment "!fw3: Allow-IPSec-ESP" -j zone_lan_dest_ACCEPT
- [0:0] -A zone_wan_forward -p udp -m udp --dport 500 -m comment --comment "!fw3: Allow-ISAKMP" -j zone_lan_dest_ACCEPT
- [0:0] -A zone_wan_forward -m comment --comment "!fw3: Zone wan to lan forwarding policy" -j zone_lan_dest_ACCEPT
- [0:0] -A zone_wan_forward -m comment --comment "!fw3" -j zone_wan_dest_REJECT
- [1481:120500] -A zone_wan_input -m comment --comment "!fw3: Custom wan input rule chain" -j input_wan_rule
- [0:0] -A zone_wan_input -s fc00::/6 -d fc00::/6 -p udp -m udp --dport 546 -m comment --comment "!fw3: Allow-DHCPv6" -j ACCEPT
- [269:20444] -A zone_wan_input -s fe80::/10 -p ipv6-icmp -m icmp6 --icmpv6-type 130/0 -m comment --comment "!fw3: Allow-MLD" -j ACCEPT
- [0:0] -A zone_wan_input -s fe80::/10 -p ipv6-icmp -m icmp6 --icmpv6-type 131/0 -m comment --comment "!fw3: Allow-MLD" -j ACCEPT
- [0:0] -A zone_wan_input -s fe80::/10 -p ipv6-icmp -m icmp6 --icmpv6-type 132/0 -m comment --comment "!fw3: Allow-MLD" -j ACCEPT
- [0:0] -A zone_wan_input -s fe80::/10 -p ipv6-icmp -m icmp6 --icmpv6-type 143/0 -m comment --comment "!fw3: Allow-MLD" -j ACCEPT
- [0:0] -A zone_wan_input -p ipv6-icmp -m icmp6 --icmpv6-type 128 -m limit --limit 1000/sec -m comment --comment "!fw3: Allow-ICMPv6-Input" -j ACCEPT
- [0:0] -A zone_wan_input -p ipv6-icmp -m icmp6 --icmpv6-type 129 -m limit --limit 1000/sec -m comment --comment "!fw3: Allow-ICMPv6-Input" -j ACCEPT
- [0:0] -A zone_wan_input -p ipv6-icmp -m icmp6 --icmpv6-type 1 -m limit --limit 1000/sec -m comment --comment "!fw3: Allow-ICMPv6-Input" -j ACCEPT
- [0:0] -A zone_wan_input -p ipv6-icmp -m icmp6 --icmpv6-type 2 -m limit --limit 1000/sec -m comment --comment "!fw3: Allow-ICMPv6-Input" -j ACCEPT
- [0:0] -A zone_wan_input -p ipv6-icmp -m icmp6 --icmpv6-type 3 -m limit --limit 1000/sec -m comment --comment "!fw3: Allow-ICMPv6-Input" -j ACCEPT
- [0:0] -A zone_wan_input -p ipv6-icmp -m icmp6 --icmpv6-type 4/0 -m limit --limit 1000/sec -m comment --comment "!fw3: Allow-ICMPv6-Input" -j ACCEPT
- [0:0] -A zone_wan_input -p ipv6-icmp -m icmp6 --icmpv6-type 4/1 -m limit --limit 1000/sec -m comment --comment "!fw3: Allow-ICMPv6-Input" -j ACCEPT
- [0:0] -A zone_wan_input -p ipv6-icmp -m icmp6 --icmpv6-type 133 -m limit --limit 1000/sec -m comment --comment "!fw3: Allow-ICMPv6-Input" -j ACCEPT
- [342:24624] -A zone_wan_input -p ipv6-icmp -m icmp6 --icmpv6-type 135 -m limit --limit 1000/sec -m comment --comment "!fw3: Allow-ICMPv6-Input" -j ACCEPT
- [295:38176] -A zone_wan_input -p ipv6-icmp -m icmp6 --icmpv6-type 134 -m limit --limit 1000/sec -m comment --comment "!fw3: Allow-ICMPv6-Input" -j ACCEPT
- [543:34752] -A zone_wan_input -p ipv6-icmp -m icmp6 --icmpv6-type 136 -m limit --limit 1000/sec -m comment --comment "!fw3: Allow-ICMPv6-Input" -j ACCEPT
- [32:2504] -A zone_wan_input -m comment --comment "!fw3" -j zone_wan_src_REJECT
- [14059:1213172] -A zone_wan_output -m comment --comment "!fw3: Custom wan output rule chain" -j output_wan_rule
- [14059:1213172] -A zone_wan_output -m comment --comment "!fw3" -j zone_wan_dest_ACCEPT
- [19:1520] -A zone_wan_src_REJECT -i eth0.2 -m comment --comment "!fw3" -j reject
- [0:0] -A zone_wan_src_REJECT -i eth0.3 -m comment --comment "!fw3" -j reject
- [13:984] -A zone_wan_src_REJECT -i eth0.4 -m comment --comment "!fw3" -j reject
- COMMIT
- # Completed on Thu May 20 02:53:47 2021
- 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 state UNKNOWN qlen 1000
- inet6 ::1/128 scope host
- valid_lft forever preferred_lft forever
- 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UNKNOWN qlen 1000
- inet6 fe80::a02:8eff:fee6:43e8/64 scope link
- valid_lft forever preferred_lft forever
- 5: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
- inet6 2001:4490:4409:74b5::1/64 scope global dynamic noprefixroute
- valid_lft 80634sec preferred_lft 80634sec
- inet6 2001:4490:4409:6fe4::1/64 scope global dynamic noprefixroute
- valid_lft 37429sec preferred_lft 37429sec
- inet6 dd4e:2271:c462::1/60 scope global noprefixroute
- valid_lft forever preferred_lft forever
- inet6 fe80::a02:8eff:fee6:43e8/64 scope link
- valid_lft forever preferred_lft forever
- 7: eth0.2@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
- inet6 2405:201:300f:d4:a02:8eff:fee6:43e9/64 scope global dynamic noprefixroute
- valid_lft 3585sec preferred_lft 3585sec
- inet6 fe80::a02:8eff:fee6:43e9/64 scope link
- valid_lft forever preferred_lft forever
- 8: eth0.3@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
- inet6 fdb4:6e08:9357:c200:a02:8eff:fee6:43e7/64 scope global dynamic noprefixroute
- valid_lft 7057sec preferred_lft 3457sec
- inet6 fe80::a02:8eff:fee6:43e7/64 scope link
- valid_lft forever preferred_lft forever
- 9: eth0.4@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1492 state UP qlen 1000
- inet6 2001:4490:4409:74b5:7ea9:6bff:fe37:282e/64 scope global dynamic noprefixroute
- valid_lft 86336sec preferred_lft 86336sec
- inet6 fd8c:fd18:2c36:c100:7ea9:6bff:fe37:282e/64 scope global dynamic noprefixroute
- valid_lft 7136sec preferred_lft 3536sec
- inet6 2001:4490:4409:6fe4::1/128 scope global dynamic noprefixroute
- valid_lft 37430sec preferred_lft 37430sec
- inet6 fe80::7ea9:6bff:fe37:282e/64 scope link
- valid_lft forever preferred_lft forever
- 10: wlan1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
- inet6 fe80::a02:8eff:fee6:43ec/64 scope link
- valid_lft forever preferred_lft forever
- 11: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
- inet6 fe80::a02:8eff:fee6:43e8/64 scope link
- valid_lft forever preferred_lft forever
- 2001:4490:4409:6fe4::/64 dev eth0.4 table 2 proto static metric 256 pref medium
- 2001:4490:4409:6fe4::/64 dev br-lan table 2 proto static metric 1024 pref medium
- 2001:4490:4409:738e::/64 dev eth0.4 table 2 proto static metric 256 pref medium
- 2001:4490:4409:74b5::/64 dev eth0.4 table 2 proto static metric 256 pref medium
- 2405:201:300f:d4::/64 dev eth0.2 table 2 proto static metric 256 pref medium
- dd4e:2271:c462::/64 dev br-lan table 2 proto static metric 1024 pref medium
- fd8c:fd18:2c36:c100::/64 dev eth0.4 table 2 proto static metric 256 pref medium
- fdb4:6e08:9357:c200::/64 dev eth0.3 table 2 proto static metric 256 pref medium
- default via fe80::6a14:1ff:fe58:9f8b dev eth0.2 table 2 metric 10 pref medium
- 2001:4490:4409:6fe4::/64 dev eth0.4 table 4 proto static metric 256 pref medium
- 2001:4490:4409:6fe4::/64 dev br-lan table 4 proto static metric 1024 pref medium
- 2001:4490:4409:738e::/64 dev eth0.4 table 4 proto static metric 256 pref medium
- 2001:4490:4409:74b5::/64 dev eth0.4 table 4 proto static metric 256 pref medium
- 2405:201:300f:d4::/64 dev eth0.2 table 4 proto static metric 256 pref medium
- dd4e:2271:c462::/64 dev br-lan table 4 proto static metric 1024 pref medium
- fd8c:fd18:2c36:c100::/64 dev eth0.4 table 4 proto static metric 256 pref medium
- fdb4:6e08:9357:c200::/64 dev eth0.3 table 4 proto static metric 256 pref medium
- default via fe80::1 dev eth0.3 table 4 metric 20 pref medium
- 2001:4490:4409:6fe4::/64 dev eth0.4 table 6 proto static metric 256 pref medium
- 2001:4490:4409:6fe4::/64 dev br-lan table 6 proto static metric 1024 pref medium
- 2001:4490:4409:738e::/64 dev eth0.4 table 6 proto static metric 256 pref medium
- 2001:4490:4409:74b5::/64 dev eth0.4 table 6 proto static metric 256 pref medium
- 2405:201:300f:d4::/64 dev eth0.2 table 6 proto static metric 256 pref medium
- dd4e:2271:c462::/64 dev br-lan table 6 proto static metric 1024 pref medium
- fd8c:fd18:2c36:c100::/64 dev eth0.4 table 6 proto static metric 256 pref medium
- fdb4:6e08:9357:c200::/64 dev eth0.3 table 6 proto static metric 256 pref medium
- default via fe80::1 dev eth0.4 table 6 metric 30 pref medium
- 2001:4490:4409:6fe4::/64 dev eth0.4 proto static metric 256 pref medium
- 2001:4490:4409:6fe4::/64 dev br-lan proto static metric 1024 pref medium
- unreachable 2001:4490:4409:6fe4::/64 dev lo proto static metric 2147483647 error 4294967148 pref medium
- 2001:4490:4409:738e::/64 dev eth0.4 proto static metric 256 pref medium
- 2001:4490:4409:74b5::/64 dev eth0.4 proto static metric 256 pref medium
- 2001:4490:4409:74b5::/64 dev br-lan proto static metric 1024 pref medium
- unreachable 2001:4490:4409:74b5::/64 dev lo proto static metric 2147483647 error 4294967148 pref medium
- 2405:201:300f:d4::/64 dev eth0.2 proto static metric 256 pref medium
- dd4e:2271:c462::/64 dev br-lan proto static metric 1024 pref medium
- unreachable dd4e:2271:c462::/48 dev lo proto static metric 2147483647 error 4294967148 pref medium
- fd8c:fd18:2c36:c100::/64 dev eth0.4 proto static metric 256 pref medium
- fdb4:6e08:9357:c200::/64 dev eth0.3 proto static metric 256 pref medium
- fe80::/64 dev eth0 proto kernel metric 256 pref medium
- fe80::/64 dev eth0.2 proto kernel metric 256 pref medium
- fe80::/64 dev eth0.3 proto kernel metric 256 pref medium
- fe80::/64 dev eth0.4 proto kernel metric 256 pref medium
- fe80::/64 dev br-lan proto kernel metric 256 pref medium
- fe80::/64 dev wlan0 proto kernel metric 256 pref medium
- fe80::/64 dev wlan1 proto kernel metric 256 pref medium
- default via fe80::6a14:1ff:fe58:9f8b dev eth0.2 proto static metric 384 pref medium
- default via fe80::1 dev eth0.4 proto static metric 512 pref medium
- local ::1 dev lo table local proto kernel metric 0 pref medium
- anycast 2001:4490:4409:6fe4:: dev br-lan table local proto kernel metric 0 pref medium
- local 2001:4490:4409:6fe4::1 dev br-lan table local proto kernel metric 0 pref medium
- local 2001:4490:4409:6fe4::1 dev eth0.4 table local proto kernel metric 0 pref medium
- anycast 2001:4490:4409:74b5:: dev eth0.4 table local proto kernel metric 0 pref medium
- anycast 2001:4490:4409:74b5:: dev br-lan table local proto kernel metric 0 pref medium
- local 2001:4490:4409:74b5::1 dev br-lan table local proto kernel metric 0 pref medium
- local 2001:4490:4409:74b5:7ea9:6bff:fe37:282e dev eth0.4 table local proto kernel metric 0 pref medium
- anycast 2405:201:300f:d4:: dev eth0.2 table local proto kernel metric 0 pref medium
- local 2405:201:300f:d4:a02:8eff:fee6:43e9 dev eth0.2 table local proto kernel metric 0 pref medium
- anycast dd4e:2271:c462:: dev br-lan table local proto kernel metric 0 pref medium
- local dd4e:2271:c462::1 dev br-lan table local proto kernel metric 0 pref medium
- anycast fd8c:fd18:2c36:c100:: dev eth0.4 table local proto kernel metric 0 pref medium
- local fd8c:fd18:2c36:c100:7ea9:6bff:fe37:282e dev eth0.4 table local proto kernel metric 0 pref medium
- anycast fdb4:6e08:9357:c200:: dev eth0.3 table local proto kernel metric 0 pref medium
- local fdb4:6e08:9357:c200:a02:8eff:fee6:43e7 dev eth0.3 table local proto kernel metric 0 pref medium
- anycast fe80:: dev eth0 table local proto kernel metric 0 pref medium
- anycast fe80:: dev eth0.2 table local proto kernel metric 0 pref medium
- anycast fe80:: dev eth0.3 table local proto kernel metric 0 pref medium
- anycast fe80:: dev eth0.4 table local proto kernel metric 0 pref medium
- anycast fe80:: dev br-lan table local proto kernel metric 0 pref medium
- anycast fe80:: dev wlan0 table local proto kernel metric 0 pref medium
- anycast fe80:: dev wlan1 table local proto kernel metric 0 pref medium
- local fe80::a02:8eff:fee6:43e7 dev eth0.3 table local proto kernel metric 0 pref medium
- local fe80::a02:8eff:fee6:43e8 dev eth0 table local proto kernel metric 0 pref medium
- local fe80::a02:8eff:fee6:43e8 dev br-lan table local proto kernel metric 0 pref medium
- local fe80::a02:8eff:fee6:43e8 dev wlan0 table local proto kernel metric 0 pref medium
- local fe80::a02:8eff:fee6:43e9 dev eth0.2 table local proto kernel metric 0 pref medium
- local fe80::a02:8eff:fee6:43ec dev wlan1 table local proto kernel metric 0 pref medium
- local fe80::7ea9:6bff:fe37:282e dev eth0.4 table local proto kernel metric 0 pref medium
- ff00::/8 dev eth0 table local metric 256 pref medium
- ff00::/8 dev br-lan table local metric 256 pref medium
- ff00::/8 dev eth0.2 table local metric 256 pref medium
- ff00::/8 dev eth0.3 table local metric 256 pref medium
- ff00::/8 dev eth0.4 table local metric 256 pref medium
- ff00::/8 dev wlan0 table local metric 256 pref medium
- ff00::/8 dev wlan1 table local metric 256 pref medium
- 0: from all lookup local
- 1002: from all iif eth0.2 lookup 2
- 1004: from all iif eth0.3 lookup 4
- 1006: from all iif eth0.4 lookup 6
- 2002: from all fwmark 0x200/0x3f00 lookup 2
- 2004: from all fwmark 0x400/0x3f00 lookup 4
- 2006: from all fwmark 0x600/0x3f00 lookup 6
- 2061: from all fwmark 0x3d00/0x3f00 blackhole
- 2062: from all fwmark 0x3e00/0x3f00 unreachable
- 32766: from all lookup main
- 4200000000: from 2001:4490:4409:6fe4::1/64 iif br-lan unreachable
- 4200000000: from 2001:4490:4409:74b5::1/64 iif br-lan unreachable
- 4200000001: from all iif lo failed_policy
- 4200000005: from all iif br-lan failed_policy
- 4200000007: from all iif eth0.2 failed_policy
- 4200000007: from all iif eth0.2 failed_policy
- 4200000008: from all iif eth0.3 failed_policy
- 4200000008: from all iif eth0.3 failed_policy
- 4200000009: from all iif eth0.4 failed_policy
- 4200000009: from all iif eth0.4 failed_policy
- 4200000009: from all iif eth0.4 failed_policy
- ls: /tmp/resolv.*/*: No such file or directory
- lrwxrwxrwx 1 root root 16 Dec 6 07:31 /etc/resolv.conf -> /tmp/resolv.conf
- -rw-r--r-- 1 root root 0 May 20 02:37 /tmp/resolv.conf
- -rw-r--r-- 1 root root 222 May 20 02:37 /tmp/resolv.conf.auto
- ==> /etc/resolv.conf <==
- ==> /tmp/resolv.conf <==
- ==> /tmp/resolv.conf.auto <==
- # Interface wan
- nameserver 192.168.29.1
- # Interface wan6
- nameserver 2405:201:300f:d4::c0a8:1d01
- # Interface wanb6
- nameserver fe80::1%eth0.3
- # Interface wanc6
- nameserver 2001:4490:3ffe:13::4
- nameserver 2001:4490:3ffe:13::4
- head: /tmp/resolv.*/*: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment