Can not configure hotspot on RB450G

Hello
I am new in configuring mikrotik routers.I was used to configure 750G routers before
750G’s were simple while installing hotspot configuration.But When i try to configure 450g as 750g’s didn’t work.So i found some tutorials and mixed them up.Entered them into the console again DIDN’T work.

Those are my configuration.

Please help me search out my fault.

or

if you have working confirmation please post.

Thanks for your helpings

[admin@MikroTik] > /ip address print detail
Flags: X - disabled, I - invalid, D - dynamic 
 0   address=192.168.1.1/24 network=192.168.1.0 broadcast=192.168.1.255 
     interface=ether1 actual-interface=ether1 

 1   address=10.0.0.1/24 network=10.0.0.0 broadcast=10.0.0.255 interface=ether2 
     actual-interface=ether2 

 2 D address=192.168.1.3/24 network=192.168.1.0 broadcast=192.168.1.255 
     interface=ether1 actual-interface=ether1 
[admin@MikroTik] > /ip address print detail
Flags: X - disabled, I - invalid, D - dynamic 
 0   address=192.168.1.1/24 network=192.168.1.0 broadcast=192.168.1.255 
     interface=ether1 actual-interface=ether1 

 1   address=10.0.0.1/24 network=10.0.0.0 broadcast=10.0.0.255 interface=ether2 
     actual-interface=ether2 
[admin@MikroTik] > /ip route print detail
Flags: X - disabled, A - active, D - dynamic, 
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, 
B - blackhole, U - unreachable, P - prohibit 
 0  DS  dst-address=0.0.0.0/0 gateway=192.168.1.1 
        gateway-status=192.168.1.1 unreachable distance=0 scope=30 
        target-scope=10 

 1   S  dst-address=0.0.0.0/0 gateway=192.168.1.1 
        gateway-status=192.168.1.1 unreachable distance=1 scope=30 
        target-scope=10 

 2 ADC  dst-address=10.0.0.0/24 pref-src=10.0.0.1 gateway=ether2 
        gateway-status=ether2 reachable distance=0 scope=10 

 3 ADC  dst-address=192.168.1.0/24 pref-src=192.168.1.1 gateway=ether1 
        gateway-status=ether1 reachable distance=0 scope=10 
[admin@MikroTik] > /interface print
Flags: D - dynamic, X - disabled, R - running, S - slave 
 #     NAME                                        TYPE             MTU   L2MTU
 0  R  ether1                                      ether            1500  1524 
 1  R  ether2                                      ether            1500  1524 
 2     ether3                                      ether            1500  1524 
 3     ether4                                      ether            1500  1524 
 4     ether5                                      ether            1500  1524 
[admin@MikroTik] > /ip firewall export
# jan/02/1970 01:30:33 by RouterOS 4.16
# software id = G86G-PDBE
#
/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
/ip firewall nat
add action=passthrough chain=unused-hs-chain comment=\
    "place hotspot rules here" disabled=yes
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
    disabled=no dst-address=192.168.1.0/24 src-address=10.0.0.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
set pptp disabled=no
/ip firewall nat
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
    disabled=no dst-address=192.168.1.0/24 src-address=10.0.0.0/24

Remove the ‘dst-address=192.168.1.0/24’ part and replace it with ‘out-interface=ether1’. You probably want to also remove the DHCP client running on ether1 as part of the default configuration if you have a static IP to use, or remove the static IP if you’re going to use DHCP. Don’t use both at once.

If it still doesn’t work include your Hotspot configuration (which you aren’t showing at all) together with at least some description of what you’re observing. “It doesn’t work” is a pretty open statement.

problem solved thanks