Hi,

I've got two routers with two internet connections and two openvpn tunnels in 
between them.
And I'ld like to do some traffic shaping? to send only traffic between A 
192.168.223.0/24 and two distinct B IPs (192.168.222.75 and 192.168.222.251) 
through the A1 B2 low latency tunnel. All other traffic between 
192.168.222.0/24 and 192.168.223.0/24 should use the A2 B2 tunnel

How can I achieve this with shorewall?


router A connected to the internet via A1 SDSL (low latency) and A2 LTE (high 
bandwidth) connection
router B connected to the internet via B1 SDSL (low latency) and B2 ADSL (high 
bandwidth) connection

A:
providers
netco   2       0x200   -               eth4            212.117.77.201  
balance=3       -
tcom    3       0x300   -               eth3            10.110.0.1      
balance=1       -

tcrules
0x300:P 0.0.0.0/0
0x300   $FW
0x200:P -               212.117.77.218
0x200   $FW             212.117.77.218

B:
providers
netco   2       0x200   -               eth4            212.117.77.217  
balance=1       -
netco2  3       0x300   -               eth2            89.1.45.57      
balance=1,track -

tcrules
0x300:P 0.0.0.0/0
0x300   $FW
0x200:P -               212.117.77.202
0x200   $FW             212.117.77.202


private network behind A 192.168.223.0/24
private network behind B 192.168.222.0/24

there are two openvpn tunnels in between the two routers
first via interfaces A1 and B1 (the SDSL low latency connections)
second  via interfaces A2 and B2

regards
Axel




_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to