Here are the detail as you demand
Bridge Side Configration
> ip address print detail
Flags: X - disabled, I - invalid, D - dynamic
0 address=10.10.0.1/30 network=10.10.0.0 broadcast=10.10.0.3 interface=wlan1
actual-interface=bridge1
1 address=90.0.0.10/24 network=90.0.0.0 broadcast=90.0.0.255 interface=ether1
actual-interface=bridge1
[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 A S dst-address=0.0.0.0/0 gateway=90.0.0.1
gateway-status=90.0.0.1 reachable bridge1 distance=1 scope=30
target-scope=10
1 ADC dst-address=10.10.0.0/30 pref-src=10.10.0.1 gateway=bridge1
gateway-status=bridge1 reachable distance=0 scope=10
2 ADC dst-address=90.0.0.0/24 pref-src=90.0.0.10 gateway=bridge1
gateway-status=bridge1 reachable distance=0 scope=10
/interface prin
Flags: D - dynamic, X - disabled, R - running, S - slave
# NAME TYPE MTU L2MTU
0 R ether1 ether 1500 1526
1 ether2 ether 1500 1522
2 ether3 ether 1500 1522
3 R bridge1 bridge 1500 1526
4 R wlan1 wlan 1500 2290
/ip firewall export
# jan/02/1970 03:19:41 by RouterOS 4.11
# software id = 0JWX-J3GH
#
/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 nat
add action=masquerade chain=srcnat comment="" disabled=no out-interface=\
bridge1
/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
Station Site Configration
/ip address print detail
Flags: X - disabled, I - invalid, D - dynamic
0 address=90.0.0.20/24 network=90.0.0.0 broadcast=90.0.0.255
interface=ether1 actual-interface=bridge1
1 address=10.10.0.2/30 network=10.10.0.0 broadcast=10.10.0.3
interface=Wireless actual-interface=bridge1
/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 A S dst-address=0.0.0.0/0 gateway=90.0.0.10
gateway-status=90.0.0.10 reachable bridge1 distance=1 scope=30
target-scope=10
1 ADC dst-address=10.10.0.0/30 pref-src=10.10.0.2 gateway=bridge1
gateway-status=bridge1 reachable distance=0 scope=10
2 ADC dst-address=90.0.0.0/24 pref-src=90.0.0.20 gateway=bridge1
gateway-status=bridge1 reachable distance=0 scope=10
/interface print
Flags: D - dynamic, X - disabled, R - running, S - slave
# NAME TYPE MTU L2MTU
0 R ether1 ether 1500 1526
1 ether2 ether 1500 1522
2 ether3 ether 1500 1522
3 R Wireless wlan 1500 2290
4 R bridge1 bridge 1500 1526
/ip firewall export
# jan/02/1970 04:02:08 by RouterOS 4.11
# software id = J4LB-6JYB
#
/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 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
Diagram is simple One is Bridge and second is Station
Bridge is installed at ISP and Station is in my site
Please advice me what to do that i can access the Internet
From my office I can access all the device which are installed in the ISP and can see in my neighbour.