HDCP RouterOS problem

Hello,
Im having a little problem that i cant figure it out. If you are kind enough to help with some adviced, dont hesitate to share it. I search over the internet and in this forum, but i cant found a proper answer to my problem. I also read this pages:
http://www.informit.com/articles/article.aspx?p=1395422&seqNum=1
http://www.informit.com/articles/article.aspx?p=1395548&seqNum=1

I`ve build a new pc with this specs:
Intel E6600 @ 3.2GHz
2GB DDR2 @ 533mhz
2 TRENDnet Gigabit PCI Adapter Cards
Asus P5LD2-VM with gigabit ethernet port

The ether1 (mobo) is for accessing the pc throw lan (192.168.88.0/24)
The ether2 (trendnet.mid) i want to use it for sharing the internet(192.168.17.0/24)
The ether3 (trendnet.bottom) i want to use it for incoming internet (pppoe internet provider) (192.168.0.0/24)

The pppoe server is set to use ether2 card, the pppoe is set to use the ether3 and ive set the nat rule(i hope its ok).

DHCP server config (ether2):
DHCP Address Space: 192.168.17.0/24
Gateway for DHCP Network: 192.168.17.1
Addresses to Give Out: 192.168.17.2-192.168.17.254
DNS Servers: 193.231.252.1 and 213.154.124.1 (my pppoe provider dns ip)
Lease Time: 3d 00:00:00
The Always Broadcast is check

The NAT rule:

  • General tab:
    — Chain: srcnat
    — Src. Address: 192.168.17.0/24
    — Out. Interface: ether3
  • Action tab: Action: masquerade


    My problem is that the DHCP server is not working, i dont receive an ip if i connect a cable from ether2 in my pc(secondary internet card). Also im not sure if i need to set other things in Mikrotik RouterOS so i can have internet over lan.

Im having a problem with my TRENDnet TEW-639GR v2.0 router, that i hope to fix it. The router have a limit of 7.6Mb/s, and im not able to get rid of it, if i connect my pc without any router, i reach 12MB/s. I understand that this is the best solution, and that this pc with Mikrotik RouterOS will not have that limit.

Thank you!

Hello,

I fixed some problems, im able to connect to internet, fixed the dhcp issue, but im not able to fix the internet problem inside my local area.

I have the next NAT rule:
chain=srcnat action=masquerade out-interface=ether3
If i`m having the PPPOE client setup on interface ether3, the NAT rule, shouldn’t be set to ether3?