Tue Apr 17, 2012 8:55 pm
Hi, for me - my Windows can not reach Hotspot server IP but Mac is fine.
my config is
/interface print detail
Flags: D - dynamic, X - disabled, R - running, S - slave
0 R name="ether1-gateway" type="ether" mtu=1500 l2mtu=1520 max-l2mtu=1520
1 R name="ether2-master-local" type="ether" mtu=1500 l2mtu=1520 max-l2mtu=1520
2 R name="ether3-slave-local" type="ether" mtu=1500 l2mtu=1520 max-l2mtu=1520
3 name="ether4-slave-local" type="ether" mtu=1500 l2mtu=1520 max-l2mtu=1520
4 R ;;; Hot Spot Port
name="ether5-hotspot" type="ether" mtu=1500 l2mtu=1520 max-l2mtu=1520
[admin@MikroTik] >> /ip address print detail
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; default configuration
address=192.168.88.1/24 network=192.168.88.0 interface=ether2-master-local
actual-interface=ether2-master-local
1 D address=10.10.8.30/24 network=10.10.8.0 interface=ether1-gateway
actual-interface=ether1-gateway
2 address=192.168.88.1/32 network=192.168.88.1 interface=ether2-master-local
actual-interface=ether2-master-local
3 ;;; hotspot network
address=10.10.50.1/24 network=10.10.50.0 interface=ether5-hotspot
actual-interface=ether5-hotspot
4 address=10.10.50.1/32 network=10.10.50.1 interface=ether5-hotspot
actual-interface=ether5-hotspot
[admin@MikroTik] >> /ip firewall export
# apr/18/2012 00:46:50 by RouterOS 5.11
# software id = 1SP5-RQJK
#
/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=yes
add action=accept chain=input comment="default configuration" disabled=no \
protocol=icmp
add action=accept chain=input comment="default configuration" connection-state=\
established disabled=no
add action=accept chain=input comment="default configuration" connection-state=\
related disabled=no
add action=drop chain=input comment="default configuration" disabled=no \
in-interface=ether1-gateway
/ip firewall nat
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" \
disabled=yes
add action=masquerade chain=srcnat comment="default configuration" disabled=no \
out-interface=ether1-gateway
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
disabled=no src-address=10.10.50.0/24
/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 sip-direct-media=yes
set pptp disabled=no
thank for help