Mikrotik cannot connect to the internet..

Hi, i have a new mikrotik groove and has setup it to hotspot. at 1st, i successuflly config it then I /system reset it and when I config it again, I cannot connect it to the internet..

My modem IP is 192.168.2.1
My prefer Mikrotik Ip is 192.168.3.1/24

Here is my config

software id = T12L-SFLS

/interface bridge
add name=bridge
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g disabled=no frequency=2432 l2mtu=2290 mode=
ap-bridge wds-default-bridge=bridge wds-mode=dynamic
/interface pppoe-client
add add-default-route=yes disabled=no interface=ether1 max-mru=1480 max-mtu=1480 mrru=1600
name=ADSL user=admin
/ip hotspot profile
add hotspot-address=192.168.3.1 name=hsprof1
add hotspot-address=192.168.3.1 name=hsprof2 smtp-server=192.168.2.1
add hotspot-address=192.168.3.1 name=hsprof3
/ip pool
add name=hs-pool-4 ranges=192.168.3.2-192.168.3.254
/ip dhcp-server
add address-pool=hs-pool-4 disabled=no interface=bridge lease-time=1h name=dhcp1
/ip hotspot
add address-pool=hs-pool-4 disabled=no interface=bridge name=hotspot1 profile=hsprof3
/interface bridge port
add bridge=bridge interface=wlan1
/ip address
add address=192.168.3.1/24 comment="hotspot network" interface=bridge network=192.168.3.0
/ip dhcp-server network
add address=192.168.3.0/24 comment="hotspot network" gateway=192.168.3.1
/ip dns
set 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
add action=masquerade chain=srcnat comment="masquerade hotspot network" src-address=
192.168.3.0/24
add action=masquerade chain=srcnat out-interface=ether1
add action=masquerade chain=srcnat comment="masquerade hotspot network" src-address=
192.168.3.0/24
add action=masquerade chain=srcnat comment="masquerade hotspot network" src-address=
192.168.3.0/24
/ip hotspot user
add name=admin password=admin
add name=user1 password=user1
/romon port
add disabled=no
/system leds
set 0 interface=wlan1
/system routerboard settings
set cpu-frequency=600MHz protected-routerboot=disabled


is there anything wrong with it?? thank you for the help..

Hallo clobitto,
i don’t see a dhcp-client configuration on ethre1 to get an ip address from the ISP. After successfull ppp login, your mikrotik don’t get a ip address on ether 1, isn’t it so?

Greetings
The Ruebenmaster