When i am using LAN cable connect to my pc, this will not happened.
But when i connect thru wireless access point, it will appear this problem.
Both are under the same network and hotspot, just the connect method is different. One is using LAN cable and one is using wireless.
That is two physical interfaces. Please post "/ip hotspot print".That will show what interface the hotspot is actually assigned to.
here is all my setting:
[admin@MikroTik] > /export compact
# may/18/2013 03:57:13 by RouterOS 6.0rc14
# software id = Y7XA-J0NQ
#
/ip hotspot profile
add dns-name=tpwifi.tk hotspot-address=172.16.0.1 login-by=cookie,http-pap \
name=hsprof1 use-radius=yes
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m
/ip pool
add name=hs-pool-1 ranges=172.16.0.2-172.16.3.254
add name=dhcp-pool-1 ranges=172.16.0.2-172.16.3.254
/ip dhcp-server
add address-pool=hs-pool-1 disabled=no interface=ether1 lease-time=1h name=\
dhcp1
/ip hotspot
add address-pool=hs-pool-1 disabled=no interface=ether1 name=hotspot1 profile=\
hsprof1
/port
set 0 name=serial0
/tool user-manager customer
add backup-allowed=yes disabled=no login=nelson6069 password=0204 \
paypal-accept-pending=no paypal-allowed=no paypal-secure-response=no \
permissions=owner signup-allowed=no time-zone=-00:00
add backup-allowed=no disabled=no login=pometia parent=nelson6069 password=\
hashim paypal-accept-pending=no paypal-allowed=no paypal-secure-response=no \
permissions=read-write signup-allowed=no time-zone=-00:00
/tool user-manager profile
add name=Foundation317 name-for-users="" override-shared-users=1 owner=pometia \
price=0 starts-at=now validity=11w
/ip address
add address=172.16.0.1/22 comment="hotspot network" interface=ether1 network=\
172.16.0.0
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=ether2
/ip dhcp-server network
add address=172.16.0.0/22 comment="hotspot network" gateway=172.16.0.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip firewall filter
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" \
disabled=yes
/ip firewall nat
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" \
disabled=yes to-addresses=0.0.0.0
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
src-address=172.16.0.0/22 to-addresses=0.0.0.0
/ip hotspot user
add name=nelson6069 password=0204
/ip service
set www port=6069
/radius
add address=127.0.0.1 secret=0204 service=hotspot
/radius incoming
set accept=yes
/system clock manual
set time-zone=+08:00
/system ntp client
set enabled=yes primary-ntp=82.165.36.179
/system routerboard settings
set cpu-frequency=1200MHz memory-frequency=1066DDR
/tool user-manager router
add coa-port=1700 customer=pometia disabled=no ip-address=127.0.0.1 log=\
auth-ok,auth-fail,acct-ok,acct-fail name=TPWiFi shared-secret=0204 \
use-coa=no
/tool user-manager user
add customer=pometia disabled=no name=f317zz35 password=f317zz35 shared-users=1 \
wireless-enc-algo=none wireless-enc-key="" wireless-psk=""
add customer=pometia disabled=no name=f317b3zg password=f317b3zg shared-users=1 \
wireless-enc-algo=none wireless-enc-key="" wireless-psk=""
add customer=pometia disabled=no name=f317pea2 password=f317pea2 shared-users=1 \
wireless-enc-algo=none wireless-enc-key="" wireless-psk=""
add customer=pometia disabled=no name=f317e29u password=f317e29u shared-users=1 \
wireless-enc-algo=none wireless-enc-key="" wireless-psk=""
add customer=pometia disabled=no name=f317z9d6 password=f317z9d6 shared-users=1 \
wireless-enc-algo=none wireless-enc-key="" wireless-psk=""
[admin@MikroTik] >
Here is my log:
it still happened after i change Login by to HTTP PAP.
I am using username "f317zz35" to login to hotspot.
What is wrong with my setting?