basic internet sharing accros wireless link

Hi

Ive tried all wiki tutorials and still no connection to internet.Please help. Below i have layout.

DSL____lan_wireless--------wireless_lan____pc
[-Mikritik1-] [-Mikrotik2-]

On Mikrotik1 i am using a pppoe client to connect to DSL.it has “add default route” and “peer dns” ticked. Also i have src nat with masqurade in firewall. ip of wireless ip is 192.168.0.203/23 (no bridge on wireless and lan)

On mikrotik2 i have a bridge(ether+wireless) with ip address 192.168.0.199/23

On Pc i have ip 192.168.0.9 with gateway 192.168.0.203 and dns of ISP. I can ping both sides but not internet. What am i doing wrong???

Thanks

Hi
Below is my setup hope it may help you

MTa :pope client on ether1 ips for my dsl modem nd ether1 are same subnet
Firewall, nat , chain=srcnat action=masquerade

Then I add ip to ether2 and wlan1 as to networked interface

Ether1 ip:10.0.1.1/24
Wlan1. Ip:10.0.2.1/24

Then I added dhcp-server for booth interfaces wireless nd LAN r ready to give Internet only u want to add dns in the dhcpserver network
Now I connected a second RB via ether1 to ether1 rb2 in rb2 I make bridge between wlan1 and ether1 I didn’t add any ip address for any interfaces and all is working fine for more than 2 years

Hope it help u.