Hotspot Setup (what does it do?)

Hi,

Ik like to know what settings are done if I click in de Gui on IP | Hotspot | Hotspot Setup.
Can some one tell me what commands are done by this wizzard?

I know it adds these things:
Pool
DNS
DHCP-Server
DHCP-Server network
Hotspot profile
Hotspot
Hotspot user
But if I do this things manualy like this below I miss something. Who can tell me what I miss?

Setup Hotspot Profile

/ip hotspot profile add name="hsprof1" hotspot-address=10.120.254.1 dns-name="" html-directory=hotspot login-by=http-chap,cookie use-radius=yes radius-accounting=yes

DHCP Pool setup

/ip pool add name="hs-pool-1" ranges=10.120.254.2-10.120.254.253

Setup DHCP Server

/ip dhcp-server add name="dhcp1" interface=BR_VLAN_120 lease-time=1h address-pool="hs-pool-1" authoritative=after-2sec-delay bootp-support=static disabled=no

Setup DHCP Network

/ip dhcp-server network add address=10.120.254.0/24 gateway=10.120.254.1

Setup Hotspot Server

/ip hotspot add name="hotspot1" interface=BR_VLAN_120 address-pool="hs-pool-1" profile="hsprof1" disabled=no

Setup Radius

/radius add service=hotspot address=127.0.0.1 secret=123456

DNS Server toevoegen

/ip dns set server=194.109.6.66

Add user (Manger voor usermanager)

/ip hotspot user add name=admin password=password

I do not see any settings for the “/ip firewall nat” section. I know the hotspot does a few additions there when you use the setup function.