Before Start Load balancing change WAN Ip address according to your need.
Add Evo 3g Usb Dongle and set user name and password on pppoe client to access internet.
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
| /ip address add address=10.0.2.2/24 interface =wan2 add address=192.168.5.1/24 interface =Local /ip firewall nat add chain=srcnat out- interface =pppoe-out1 action=masquerade add chain=srcnat out- interface =wan2 action=masquerade /ip firewall mangle add chain=prerouting in- interface =pppoe-out1 connection-state= new new -connection-mark=pppoe-out1_conn action=mark-connection passthrough=yes add chain=prerouting in- interface =wan2 connection-state= new new -connection-mark=ether2_conn action=mark-connection passthrough=yes add chain=output connection-mark=pppoe-out1_conn new -routing-mark=to_pppoe-out1 action=mark-routing passthrough=yes add chain=output connection-mark=ether2_conn new -routing-mark=to_ether2 action=mark-routing passthrough=yes /ip firewall mangle add chain=prerouting in- interface =Local connection-state= new dst-address-type=!local per-connection-classifier=both-addresses:2/0 action=mark-connection new -connection-mark=pppoe-out1_conn passthrough=yes add chain=prerouting in- interface =Local connection-state= new dst-address-type=!local per-connection-classifier=both-addresses:2/1 action=mark-connection new -connection-mark=ether2_conn passthrough=yes add chain=prerouting in- interface =Local connection-mark=pppoe-out1_conn action=mark-routing new -routing-mark=to_pppoe-out1 passthrough=yes add chain=prerouting in- interface =Local connection-mark=ether2_conn action=mark-routing new -routing-mark=to_ether2 passthrough=yes /ip firewall mangle add chain=prerouting dst-address=10.0.2.0/24 action=accept in- interface =ether5 /ip route add gateway=pppoe-out1 distance=1 add gateway=10.0.2.1 check-gateway=ping distance=2 /ip route add gateway=pppoe-out1 routing-mark=to_pppoe-out1 add gateway=10.0.2.1 routing-mark=to_ether2 check-gateway=ping |
No comments:
Post a Comment