forked from P3TERX/Actions-OpenWrt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmwan3.config
93 lines (80 loc) · 1.95 KB
/
mwan3.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
config globals 'globals'
option mmx_mask '0x3F00'
option rtmon_interval '5'
option local_source 'lan'
config interface 'wan'
option enabled '1'
option family 'ipv4'
option reliability '2'
option count '1'
option timeout '2'
option interval '5'
option down '3'
list track_ip '114.114.114.114'
list track_ip '223.6.6.6'
list track_ip '208.67.222.222'
list track_ip '208.67.220.220'
list track_ip '223.5.5.5'
option track_method 'ping'
option size '56'
option check_quality '0'
option failure_interval '5'
option recovery_interval '5'
option up '5'
option initial_state 'offline'
option flush_conntrack 'always'
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 policy 'wan_only'
list use_member 'wan_m1_w3'
option last_resort 'unreachable'
config policy 'balanced'
option last_resort 'unreachable'
list use_member 'wan_m1_w3'
list use_member 'wwan_m1_w3'
config rule 'https'
option sticky '1'
option dest_port '443'
option proto 'tcp'
option use_policy 'balanced'
config rule 'default_rule'
option dest_ip '0.0.0.0/0'
option proto 'all'
option sticky '0'
option use_policy 'balanced'
config interface 'wwan'
option enabled '1'
option family 'ipv4'
list track_ip '114.114.114.114'
list track_ip '223.5.5.5'
list track_ip '223.6.6.6'
option track_method 'ping'
option reliability '2'
option count '1'
option size '56'
option check_quality '0'
option timeout '2'
option interval '5'
option failure_interval '5'
option recovery_interval '5'
option down '3'
option up '5'
option initial_state 'offline'
option flush_conntrack 'always'
config member 'wwan_m1_w3'
option metric '1'
option weight '3'
option interface 'wwan'
config member 'wwan_m2_w3'
option metric '2'
option weight '3'
option interface 'wwan'
config policy 'wwan_only'
option last_resort 'unreachable'
list use_member 'wwan_m1_w3'