static wan connection problem

Hi all,
I am a beginer in the world of mikrotik.
I have a static WAN internet from UPC. I search and tried a lot of simple config but i am in stuck with the connection.

This is the export of my non workikng setting:

# jan/02/1970 00:22:45 by RouterOS 6.43.11
# software id = LKXQ-4DAU
#
# model = RouterBOARD 962UiGS-5HacT2HnT
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] ssid=MikroTik
set [ find default-name=wlan2 ] ssid=MikroTik
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp_pool1 ranges=10.0.0.105-10.0.0.149
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=bridge1 lease-time=1d name=\
    dhcp1
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
/ip address
add address=178.XXX.XXX.81/30 comment="WAN side" interface=ether1 network=\
    178.XXX.XXX.80
add address=10.0.0.252/24 comment="LAN side" interface=bridge1 network=\
    10.0.0.0
/ip dhcp-server network
add address=10.0.0.0/24 dns-server=8.8.8.8,8.8.4.4 gateway=10.0.0.252
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/ip route
add distance=1 gateway=178.XXX.XXX.82

Can you help me what is my fault with it?

Thank you in advance :slight_smile:

I think the problem is that your are hungary!
You need more energy in order to complete the config, there are no firewall rules!!

In other words, please post the entire config
/export hide-sensitive file=yourconfig.

Also the config from defaults pretty much works out of the box and thus if you havent invested too much energy in a very detailed setup it may
be best to go back to defaults and try again.

But it would be useful to note how you are supposed to interact with your ISP.
I am assuming a static WANIP has been provided and a gateway IP etc etc…???