i want to make it on my pc to my network
but i can open it only on my pc and tried to open it in another local pc but i failed
help me to turn it on in all local network pc
here is some thing like my problem,i tried but nothing happen ![]()
http://forum.mikrotik.com/t/rb750g-port-forwarding-not-working/34909/26
thanks for helping
ip adress
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK BROADCAST INTERFACE
0 50.60.70.1/24 50.60.70.1 50.60.70.255 lan
1 10.20.30.12/24 10.20.30.12 10.20.30.255 wan
ip routes
# DST-ADDRESS PREF-SRC G GATEWAY DISTANCE IN..
0 A S 0.0.0.0/0 r 10.20.30.9 1 wan
1 ADC 10.20.30.0/24 10.20.30.12 0 wan
2 ADC 50.60.70.0/24 50.60.70.1 0 lan
ip firewall nat
0 X ;;; place hotspot rules here
chain=unused-hs-chain action=passthrough
1 chain=srcnat action=masquerade out-interface=lan
2 chain=srcnat action=masquerade src-address=50.60.70.0/24
3 chain=dstnat action=redirect to-ports=8080 protocol=tcp dst-port=80
4 chain=dstnat action=dst-nat to-addresses=50.60.70.100 to-ports=1234
protocol=tcp dst-port=1234
5 chain=dstnat action=dst-nat to-addresses=50.60.70.100 to-ports=1234
protocol=udp dst-port=1234
6 ;;; masquerade hotspot network
chain=srcnat action=masquerade src-address=50.60.70.0/24