Can not access internet

Hi,i have a routerboard rb951g.I upgrade to 6.35.2 but now i can not access the internet.
the lan is connected to the port ether2 and the DSL modem is connected to ether1 and ether1 and ether2 were bridged.
Where is the problem?


Flags: D - dynamic, X - disabled, R - running, S - slave 
 #     NAME                                TYPE       ACTUAL-MTU L2MTU  MAX-L2MTU
 0  RS ether1-gateway                      ether            1500  1598       4074
 1  RS ether2-master-local                 ether            1500  1598       4074
 2   S ether3-slave-local                  ether            1500  1598       4074
 3   S ether4-slave-local                  ether            1500  1598       4074
 4   S ether5-slave-local                  ether            1500  1598       4074
 5   S wlan1                               wlan             1500  1600
 6  R  bridge-local                        bridge           1500  1598
[admin@MikroTik] /interface>



#      DST-ADDRESS        PREF-SRC        GATEWAY            DISTANCE
 0 ADC  192.168.1.0/24     192.168.1.11    bridge-local              0
 1 ADC  192.168.88.0/24    192.168.88.1    bridge-local              0
[admin@MikroTik] /ip route>



 #    INTERFACE               BRIDGE               PRIORITY  PATH-COST    HORIZON
 0 I  wlan1                   bridge-local             0x80         10       none
 1    ether1-gateway          bridge-local             0x80         10       none
 2    ether2-master-local     bridge-local             0x80         10       none
[admin@MikroTik] /interface bridge port>



#   ADDRESS            NETWORK         INTERFACE                                
 0   ;;; default configuration
     192.168.88.1/24    192.168.88.0    ether2-master-local                      
 1   192.168.1.11/24    192.168.1.0     ether1-gateway                           
[admin@MikroTik] /ip address>

Remove ETH1 from bridge.

Still can not access. My IP is 192.168.88.22 and the IP of DSL modem is 192.168.1.1 . I can not ping it (Request timeout)

Is it new router and fresh installation ?
If yes, then please reset it from System/Reset menu.
Accept default configuration and then check if it works.

I restart it, but still not work!!! I also change the ports

Can you post the config.

export :

# jan/02/1970 03:39:46 by RouterOS 6.35.2
# software id = LAGA-4D0I
#
/interface bridge
add name=bridge1 protocol-mode=rstp
/interface bridge port
add bridge=bridge1 interface=ether2
/ip address
add address=192.168.10.1/24 interface=ether2 network=192.168.10.0
add address=192.168.1.101/24 interface=ether1 network=192.168.1.0
/system clock
set time-zone-name=Asia/Tehran
/system leds
set 0 interface=wlan1
/system ntp client
set enabled=yes primary-ntp=4.2.2.4
/system routerboard settings
set protected-routerboot=disabled

I can ping the IP 192.168.1.101(ether1) but can not ping 192.168.1.1(DSL IP address) .

Your config is empty and a lot of errors. Could you reset the device and accept the default configuration.

No bridge to do between eth1 and eth2. Only masquerading.
Your config doesnt route. The default config has all the needed rules

It is easy.
Where is masquarading and default route

192.168.1.1 receives packet coming from 192.168.10.nnn. It is unknow address and therefore it sends it to his gateway so this packets does not goes back to mikrotik.

I restart it again, but no effect . I just upgarde it from 6.30.4 to 6.35.2, what does happen? Where is the errors that you said?
Thanks

Your config can’t work as is. Some fw rules are missing.

We don t say restart but reset and accept the default configuration
/system reset

I mean that reset. Could you give me that rules that i add them in config ?

ip firewall {
filter add chain=input action=accept protocol=icmp comment=“default configuration”
filter add chain=input action=accept connection-state=established in-interface=ether1-gateway comment=“default configuration”
filter add chain=input action=accept connection-state=related in-interface=ether1-gateway comment=“default configuration”
filter add chain=input action=drop in-interface=ether1-gateway comment=“default configuration”
nat add chain=srcnat out-interface=ether1-gateway action=masquerade comment=“default configuration”
}

Your config is not the default in your script. It’s clear…

Reset to defaults with no customize

Ok, That s it.
Thanks

It works now?

Yes, Thanks.
but i have another question that did not get answer yet, could you see it :
Why Hotspot Servers and DHCP Server are in red text?