Trying to get Load Balancing working alongside the Web Proxy..
LAN IP Address: 172.31.100.100
PPPoE Server: 172.41.100.100
Gateway1 IP: 10.1.1.1 (NIC IP: 10.1.1.3)
Gateway2 IP: 192.168.1.1 (NIC IP: 192.168.1.3)
ROUTE PRINT:
# DST-ADDRESS PREF-SRC G GATEWAY DIS
0 ADC 10.1.0.0/16 10.1.1.3
1 ADC 172.31.0.0/16 172.31.100.100
2 ADC 172.41.0.1/32 172.41.100.100
3 ADC 172.41.0.2/32 172.41.100.100
4 ADC 172.41.0.0/16 172.41.100.100
5 ADC 192.168.1.0/24 192.168.1.3
6 A S 0.0.0.0/0 r 192.168.1.1
r 10.1.1.1
7 A S 0.0.0.0/0 r 192.168.1.1
NAT FIREWALL PRINT:
0 ;;; uTorrent (Adam Shaw)
chain=dstnat protocol=tcp dst-port=100 action=dst-nat
to-addresses=172.31.0.1 to-ports=100
1 ;;; uTorrent (Max Annear)
chain=dstnat protocol=tcp dst-port=101 action=dst-nat
to-addresses=172.31.0.3 to-ports=101
2 ;;; uTorrent (Jonathan Dix)
chain=dstnat protocol=tcp dst-port=102 action=dst-nat
to-addresses=172.31.0.6 to-ports=102
3 ;;; uTorrent (Brian Annear)
chain=dstnat protocol=tcp dst-port=103 action=dst-nat
to-addresses=172.31.0.4 to-ports=103
4 ;;; uTorrent (Max Annear)
chain=dstnat protocol=tcp dst-port=104 action=dst-nat
to-addresses=172.31.0.5 to-ports=104
5 ;;; Web Proxy
chain=dstnat in-interface=WiFiPN dst-address=!172.31.100.100
6 ;;; Orcon #1 => LAN
chain=srcnat out-interface=Orcon #1 action=src-nat to-addresses=10.1.1.3
to-ports=0-65535
7 ;;; Orcon #2 => LAN
chain=srcnat out-interface=Orcon #2 action=src-nat
to-addresses=192.168.1.3 to-ports=0-65535
NAT MANGLE PRINT:
0 ;;; Proxy Traffic
chain=output src-address=172.31.100.100 protocol=tcp dst-port=80
action=mark-routing new-routing-mark=Proxy Traffic passthrough=yes
Will the PPPoE clients also get the Load Balancing/Web Proxy feature?