Hi i have a Hotspot and it works fine but with the Windows 7 computers it doesnt open
You have to include more detailed problem description!
- Do you see Windows client at /ip hotspot host?
- Are you able to get IP address from DHPC server?
- Are you able to open login page?
something you are seriously missing out it works fine with mine. Most likely you are not getting an ip address from the server. please confirm
for example i have and ipod touch and if i connect to the wireless im able to introduce the user and the passwd but in a computer with windows i cant open the page i have an error if i have no connection
where can i found the solution??
This is what i get if i try to connect with a pc, but for example with an Ipod i can connect without problem

Unfortunately you blocked out the most important part. What DNS name did you give the Hotspot instance? Different OSs may have different resolvers that may throw faults on different RFC incompatible names.
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
(networking noob here…)
Hi, I had this issue as well.
Looked to me to be dns resoltion, (do mac’s use mdns somehow or multicast dns?) anyway they can find hotspot dns name no problem just not pc’s.
Anyway under hotspot gateway dns name I changed that to an ip address instead of a dns name and boom worked instantly for pc’s.
Thanks man- that worked for me, put the IP in dns name(under hotspot server profile ‘DNS Name’)