I have two gateways - one for my servers (203.114.137.65) and one for my clients (192.168.100.1), I want my clients to be able to use the webproxy however when I turn it on it uses the default gateway (203.114.137.71) for bandwidth, how can I make it use the other one (192.168.100.1)?
Routes:
DST-ADDRESS PREF-SRC G GATEWAY DIS
0 ADC 10.0.0.0/8 10.0.0.100
1 ADC 192.168.100.0/24 192.168.100.2
2 ADC 203.114.137.64/28 203.114.137.71
3 ADC 203.114.162.40/29 203.114.162.41
4 A S 0.0.0.0/0 r 203.114.137.65
5 A S 0.0.0.0/0 r 192.168.100.1
IP Addresses:
ADDRESS NETWORK BROADCAST INTERFACE
0 10.0.0.100/8 10.0.0.0 10.255.255.255 THiNAiR
1 203.114.162.41/29 203.114.162.40 203.114.162.47 THiNAiR
2 203.114.137.71/28 203.114.137.64 203.114.137.79 InSPire Net (Wireless)
3 192.168.100.2/24 192.168.100.0 192.168.100.255 InSPire Net (ADSL)
4 10.50.100.100/8 10.0.0.0 10.255.255.255 THiNAiR
NAT:
0 ;;; LAN => WAN (Clients)
chain=srcnat src-address-list=clients action=masquerade
1 ;;; LAN => WAN (VoIP)
chain=srcnat src-address-list=voip action=masquerade
Mangle:
0 ;;; LAN => WAN (Clients)
chain=prerouting src-address-list=clients action=mark-routing
new-routing-mark=clients passthrough=no