Hi!
I have two diffrent providers which i want to utilize in the following scheme.
From provider 1 i have a set of fixed ip-s , which i use for my servers, and i want to use this uplink (ether12) when i m accessing some fixed ip-s. 193.16.xxx.xxx
I have another cheap provider with unguaranteed bandwidth which is cheap and has a larger bandwidth basically for browsing and downloading. This is a pppoe connection on ether10.
The problem is that i could not even test my secondary pppoe connection, problably because i m not routing correctly , or marking my connection correctly.
brief file follow-strict oid stats without-paging
count-only follow from proplist stats-detail
[admin@MikroTik] > interface print
Flags: R - RUNNING
Columns: NAME, TYPE, ACTUAL-MTU, L2MTU, MAX-L2MTU, MAC-ADDRESS
# NAME TYPE ACTUAL-MTU L2MTU MAX-L2MTU MAC-ADDRESS
0 ether1 ether 1500 1580 10222 4C:5E:0C:6A:80:4C
;;; AdminLan
1 R ether2 ether 1500 1580 10222 4C:5E:0C:6A:80:4D
;;; SecuredWifi
2 R ether3 ether 1500 1580 10222 4C:5E:0C:6A:80:4E
;;; FreeWifi
3 R ether4 ether 1500 1580 10222 4C:5E:0C:6A:80:4F
;;; AccesPoints
4 R ether5 ether 1500 1580 10222 4C:5E:0C:6A:80:50
;;; VideoProduction
5 ether6 ether 1500 1580 10222 4C:5E:0C:6A:80:51
;;; Class&Library
6 ether7 ether 1500 1580 10222 4C:5E:0C:6A:80:52
;;; Professors
7 ether8 ether 1500 1580 10222 4C:5E:0C:6A:80:53
;;; DMZ
8 R ether9 ether 1500 1580 10222 4C:5E:0C:6A:80:54
;;; Wan2 - digi - 1 GB/s
9 R ether10 ether 1500 1580 10222 4C:5E:0C:6A:80:55
;;; teszt
;;; Wan
11 R ether12 ether 1500 1580 10222 4C:5E:0C:6A:80:57
12 R Int_DIGI pppoe-out 1492
13 R vlan0 vlan 1500 1576 4C:5E:0C:6A:80:4D
14 R vlan3 vlan 1500 1576 4C:5E:0C:6A:80:4E
15 R vlan4 vlan 1500 1576 4C:5E:0C:6A:80:4F
16 R vlan5 vlan 1500 1576 4C:5E:0C:6A:80:50
17 R vlan100 vlan 1500 1576 4C:5E:0C:6A:80:54
18 R vlan105 vlan 1500 1576 4C:5E:0C:6A:80:4D
[admin@MikroTik] > ip route print
Flags: D - DYNAMIC; I - INACTIVE, A - ACTIVE; c - CONNECT, s - STATIC; H - HW-OFFLOADED; + - ECMP
Columns: DST-ADDRESS, GATEWAY, DISTANCE
DST-ADDRESS GATEWAY DISTANCE
0 IsH 0.0.0.0/0 0.0.0.0 1
1 As 0.0.0.0/0 193.16.xxx.141 5
DAc 10.0.19.48/32 Int_DIGI 0
2 As 10.0.99.1/32 ether11 1
DAc 10.0.100.0/24 vlan100 0
DAc 10.0.105.0/24 vlan105 0
DAc 192.168.0.0/24 vlan0 0
DAc 192.168.3.0/24 vlan3 0
DAc 192.168.4.0/24 vlan4 0
DAc 192.168.5.0/24 vlan5 0
DIcH 192.168.88.0/24 ether1 0
DAc + 193.16.xxx.128/26 ether12 0
DAc + 193.16.xxx.128/26 ether12 0
DAc + 193.16.xxx.128/26 ether12 0
DAc + 193.16.xxx.128/26 ether12 0
DAc + 193.16.xxx.128/26 ether12 0
DAc + 193.16.xxx.128/26 ether12 0
DAc + 193.16.xxx.128/26 ether12 0
DAc + 193.16.xxx.128/26 ether12 0
DAc + 193.16.xxx.128/26 ether12 0
DAc + 193.16.xxx.128/26 ether12 0
DAc + 193.16.xxx.128/26 ether12 0
DAc + 193.16.xxx.128/26 ether12 0
DAc + 193.16.xxx.128/26 ether12 0
DAc 193.16.xxx.128/32 ether12 0
[admin@MikroTik] >
[/quote]
[admin@MikroTik] > ip firewall mangle print
Flags: X - disabled, I - invalid; D - dynamic
5 chain=prerouting action=mark-routing new-routing-mark=test-mark passthrough=yes protocol=tcp
src-address=192.168.0.24 dst-address=104.19.223.79 log=yes log-prefix=""6 chain=prerouting action=mark-routing new-routing-mark=test-mark passthrough=yes protocol=tcp
src-address=192.168.0.24 dst-address=104.19.222.79 log=no log-prefix=""
I tried to mark my connection for my local ip 192.168.0.24 to destination https://whatsmyipaddress.com with the intent to force Int_DIGI as default gateway.
Could somebody help me set this up?
Any help would be appreciated.
Steve