hi there i meet a problem (i’m newbie)
my current situation is
eth5 (wan: 192.168.1.252) ==> eth 6 (mark routing : wan 2 / 192.168.100.0/24)
eth1 (wan: 192.168.8.252) ==> eth 4 (mark routing : wan 1 / 192.168.12.0/24)
==> eth 2 (mark routing : wan 1 / 192.168.10.0/24)
i want connect eth2 (NAS / 192.168.10.1) to eth4 (switch /192.168.12.254).
i did direct dstnat to 192.168.12.254 to 192.168.10.1 and not working
sorry for my bad english language
[b]NAT[/b]
0 ;;; wan 1
chain=srcnat action=masquerade out-interface=ether1 - wan 1 log=no
log-prefix=""
1 ;;; wan 2
chain=srcnat action=masquerade out-interface=ether5 - wan 2 log=no
log-prefix=""
2 ;;; SSH
chain=dstnat action=dst-nat to-addresses=192.168.100.114 to-ports=22
protocol=tcp dst-address=192.168.1.252 dst-port=22 log=no log-prefix=""
3 ;;; HTTP
chain=dstnat action=dst-nat to-addresses=192.168.100.114 to-ports=80
protocol=tcp dst-address=192.168.1.252 dst-port=80 log=no log-prefix=""
[b]Mangle[/b]
0 ;;; Only For SERVER
chain=prerouting action=mark-routing new-routing-mark=LAN-WAN2
passthrough=yes src-address=192.168.100.0/24 log=no log-prefix=""
1 ;;; Internet Office
chain=prerouting action=mark-routing new-routing-mark=LAN-WAN1
passthrough=yes src-address=192.168.12.0/24 log=no log-prefix=""
2 chain=prerouting action=mark-routing new-routing-mark=LAN-WAN1
passthrough=yes src-address=192.168.11.0/24 log=no log-prefix=""
3 chain=prerouting action=mark-routing new-routing-mark=LAN-LAN1
passthrough=yes src-address=192.168.10.0/24 log=no log-prefix=""
[b]Route[/b]
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 192.168.1.254 2
1 A S 0.0.0.0/0 192.168.8.1 1
2 A S 0.0.0.0/0 192.168.1.254 1
3 S 0.0.0.0/0 192.168.8.1 1
4 ADC 192.168.1.0/24 192.168.1.252 ether5 - wan 2 0
5 ADC 192.168.8.0/24 192.168.8.102 ether1 - wan 1 0
6 ADC 192.168.10.0/24 192.168.10.254 ether2 -NAS 0
7 ADC 192.168.11.0/24 192.168.11.254 ether3 - 1F 0
8 ADC 192.168.12.0/24 192.168.12.254 ether4 - 3F 0
9 ADC 192.168.100.0/24 192.168.100.254 ether6 - SVR 0