Welcome,
I know there are many post about my problem , but i did not find solution.
If I turn on redirecting 80 port to 8080 i get gateway timeout. The problem did not exist , when the routing wasnt set.
Here is my specification:
IP Adress
0 ;;; hotspot network
address=192.168.100.1/23 network=192.168.100.0 interface=ether2
actual-interface=ether2
1 address=172.16.1.2/30 network=172.16.1.0 interface=ether1
actual-interface=ether1
IP ROUTE
0 A S dst-address=0.0.0.0/0 gateway=172.16.1.1
gateway-status=172.16.1.1 reachable ether1 distance=1 scope=30
target-scope=10
1 ADC dst-address=172.16.1.0/30 pref-src=172.16.1.2 gateway=ether1
gateway-status=ether1 reachable distance=0 scope=10
2 ADC dst-address=192.168.100.0/23 pref-src=192.168.100.1 gateway=ether2
gateway-status=ether2 unreachable distance=0 scope=200
/ip firewall connection tracking
set enabled=yes generic-timeout=10m icmp-timeout=10s tcp-close-timeout=10s \
tcp-close-wait-timeout=10s tcp-established-timeout=1d \
tcp-fin-wait-timeout=10s tcp-last-ack-timeout=10s \
tcp-syn-received-timeout=5s tcp-syn-sent-timeout=5s tcp-syncookie=no \
tcp-time-wait-timeout=10s udp-stream-timeout=3m udp-timeout=10s
/ip firewall filter
add action=passthrough chain=unused-hs-chain comment=\
"place hotspot rules here" disabled=no
/ip firewall mangle
add action=accept chain=output disabled=no dscp=4
/ip firewall nat
add action=redirect chain=dstnat disabled=no dst-port=80 protocol=tcp \
to-ports=8080
add action=passthrough chain=unused-hs-chain comment=\
"place hotspot rules here" disabled=yes
/ip firewall service-port
set ftp disabled=no ports=21
set tftp disabled=no ports=69
set irc disabled=no ports=6667
set h323 disabled=no
set sip disabled=no ports=5060,5061
set pptp disabled=no
Thanks in advance for any help.
P.S. Sorry for my english