Hotspot newbie

hello there,

I just want to as help, I really newbie on this, i have recently purchased RB450g, I like to setup this for hotspot with authentication, would you mine helping me to setup and configure it by giving examples which i will follow..

alginne
My Setup wifi hotspot.JPG

As long as all interfaces are set up correctly already all you need to do is run “/ip hotspot setup” and answer the questions to have a wizard configure default values for you.

will you do it for me sir?, i don't know where to start..



MikroTik RouterOS 4.11 (c) 1999-2010 http://www.mikrotik.com/

[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 broadcast=192.168.88.255
interface=ether2-local actual-interface=bridge

1 D address=192.168.0.8/24 network=192.168.0.0 broadcast=192.168.0.255
interface=ether1-gateway actual-interface=ether1-gateway
[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 ADS dst-address=0.0.0.0/0 gateway=192.168.0.100
gateway-status=192.168.0.100 reachable ether1-gateway distance=1
scope=30 target-scope=10

1 ADC dst-address=192.168.0.0/24 pref-src=192.168.0.8 gateway=ether1-gateway
gateway-status=ether1-gateway reachable distance=0 scope=10

2 ADC dst-address=192.168.88.0/24 pref-src=192.168.88.1 gateway=bridge
gateway-status=bridge 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-gateway ether 1500 1524
1 R ether2-local ether 1500 1524
2 ether3-local ether 1500 1524
3 ether4-local ether 1500 1524
4 R ether5-local ether 1500 1524
5 R bridge bridge 1500 1524
[admin@MikroTik] > ip firewall export

jan/02/1970 00:03:35 by RouterOS 4.11

/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=accept chain=input comment="default configuration" disabled=no
protocol=icmp
add action=accept chain=input comment="default configuration"
connection-state=established disabled=no in-interface=ether1-gateway
add action=accept chain=input comment="default configuration"
connection-state=related disabled=no in-interface=ether1-gateway
add action=drop chain=input comment="default configuration" disabled=no
in-interface=ether1-gateway
/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration" disabled=
no out-interface=ether1-gateway
/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
[admin@MikroTik] >

http://gregsowell.com/?page_id=951

Start there.