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/viewtopic.php ... 35#p190935
thanks for helping
ip adress
Code: Select all
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
Code: Select all
# 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
Code: Select all
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