New and feeling stupid. Help to connect to internet using v5

I have read many tutorials and tried but not getting anywere.
old pc with 2 nics and one wireless card
using v5.18

My adsl router details below
ADSL Port wan1
MAC Address 74:44:01:4B:CB:BB
IP Address 41.133.39.92
Network Type PPPoE
IP Subnet Mask 255.255.255.255
Gateway IP Address 41.132.68.1
Domain Name Server 197.80.80.80
196.28.182.20

LAN Port
MAC Address 74:44:01:4B:CB:BA
IP Address 10.0.0.2
Network Type DHCP
IP Subnet Mask 255.255.255.0

Thanks

And where is the question?
Here is the answer http://wiki.mikrotik.com/wiki/Manual:TOC

oops sorry could not get it right to connect to the internet.
in the meantime i got it right connecting in bridge mode but not when i put it in router mode












MMM MMM KKK TTTTTTTTTTT KKK
MMMM MMMM KKK TTTTTTTTTTT KKK
MMM MMMM MMM III KKK KKK RRRRRR OOOOOO TTT III KKK KKK
MMM MM MMM III KKKKK RRR RRR OOO OOO TTT III KKKKK
MMM MMM III KKK KKK RRRRRR OOO OOO TTT III KKK KKK
MMM MMM III KKK KKK RRR RRR OOOOOO TTT III KKK KKK

MikroTik RouterOS 5.18 (c) 1999-2012 http://www.mikrotik.com/





[admin@Speedyit] > export compact

jan/04/2005 14:59:49 by RouterOS 5.18

software id = W5EY-LHT9

/interface bridge
add l2mtu=2290 name=bridge-speedy protocol-mode=rstp
/interface wireless
set 0 band=2ghz-b/g country="south africa" disabled=no frequency=2417 l2mtu=
2290 mode=ap-bridge name=wlan-speedy ssid=Speedy-MT
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=
dynamic-keys supplicant-identity=MikroTik wpa-pre-shared-key=letmeinnow123
wpa2-pre-shared-key=letmeinnow123
/ip hotspot
add disabled=no idle-timeout=none interface=bridge-speedy name=HSSpeedy
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m
/interface bridge port
add bridge=bridge-speedy interface=ether1
add bridge=bridge-speedy interface=wlan-speedy
add bridge=bridge-speedy disabled=yes interface=ether2
/ip address
add address=192.168.0.100/24 interface=wlan-speedy
/ip dhcp-client
add interface=ether1
/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
/ip hotspot user
add name=user1 password=user1
/ip neighbor discovery
set wlan-speedy disabled=yes
/system gps
set set-system-time=no
/system identity
set name=Speedyit
/system lcd
set contrast=0 enabled=no port=parallel type=24x4
/system lcd page
set time disabled=yes display-time=5s
set resources disabled=yes display-time=5s
set uptime disabled=yes display-time=5s
set packets disabled=yes display-time=5s
set bits disabled=yes display-time=5s
set version disabled=yes display-time=5s
set identity disabled=yes display-time=5s
set wlan-speedy disabled=yes display-time=5s
set bridge-speedy disabled=yes display-time=5s
set ether1 disabled=yes display-time=5s
set ether2 disabled=yes display-time=5s
/tool user-manager customer
add backup-allowed=yes disabled=no login=admin parent=admin password="
paypal-accept-pending=no paypal-allowed=no paypal-secure-response=
permissions=owner signup-allowed=no time-zone=-00:00
[admin@Speedyit] >

Post /export compact

It’s easier to give recommendations when you can see the whole configuration.