Quick run down - I have a typical setup - internet - 2 X adsl modem - mikrotik (acting as NAT, pppoe server and ap-bridge) - wireless clients.
From the internet I can access services running on a certain pppoe client using dst-nat and making sure the pppoe client always gets the same address, works well. but can't access the pppoe client from another pppoe client. EG I can vnc into the client pc, but I can't vnc the client from another client.
How can I forward packets between 2 pppoe clients, anyway to bridge the two? I have many pppoe clients so I don't want to enable forwarding on the AP which probably wouldnt work anyway or would it? just curious.
I also don't want to have an ip address on the local interface as its not recommended with a pppoe server so I can't use a PPTP server, though I heard that might solve the problem.
pppoe client a = 10.10.10.11 routing mark = bobhouse
pppoe client b = 10.10.10.12 routing mark = boboffice
I only use routing marks to route out through a specific adsl line
How can I set it that I can "ping" client a from client b. any ideas?